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 class
BaseType
This Type is for a QName represents a Base Type (i.e.class
CollectionType
This Type is for a QName that is a 'collection'.class
DefinedType
This Type is for a QName that is a complex or simple type, these types are always emitted.class
UndefinedType
This 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 Type
SymbolTable. getType(QName qname)
Get the Type TypeEntry with the given QName.
-