Uses of Class
org.apache.axis.wsdl.symbolTable.Type
-
Packages that use Type Package Description org.apache.axis.wsdl.symbolTable -
-
Uses of Type in org.apache.axis.wsdl.symbolTable
Subclasses of Type in org.apache.axis.wsdl.symbolTable Modifier and Type Class Description classBaseTypeThis Type is for a QName represents a Base Type (i.e.classCollectionTypeThis Type is for a QName that is a 'collection'.classDefinedTypeThis Type is for a QName that is a complex or simple type, these types are always emitted.classUndefinedTypeThis represents a QName found in a reference but is not defined.Methods in org.apache.axis.wsdl.symbolTable that return Type Modifier and Type Method Description TypeSymbolTable. getType(QName qname)Get the Type TypeEntry with the given QName.
-