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

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

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

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.