Uses of Class
org.apache.axis.wsdl.symbolTable.Type

Packages that use Type
org.apache.axis.wsdl.symbolTable   
 

Uses of Type in org.apache.axis.wsdl.symbolTable
 

Subclasses of Type in org.apache.axis.wsdl.symbolTable
 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
 Type SymbolTable.getType(QName qname)
          Get the Type TypeEntry with the given QName.
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.