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

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

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

Subclasses of SymTabEntry in org.apache.axis.wsdl.symbolTable
 class BaseType
          This Type is for a QName represents a Base Type (i.e.
 class BindingEntry
          This class represents a WSDL binding.
 class CollectionType
          This Type is for a QName that is a 'collection'.
 class DefinedElement
          This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=.
 class DefinedType
          This Type is for a QName that is a complex or simple type, these types are always emitted.
 class Element
          This class represents a TypeEntry that is a type (complexType, simpleType, etc.
 class MessageEntry
          This class represents a WSDL message.
 class PortTypeEntry
          This class represents a WSDL portType.
 class ServiceEntry
          This class represents a WSDL service.
 class Type
          This class represents a TypeEntry that is a type (complexType, simpleType, etc.
 class TypeEntry
          This class represents a wsdl types entry that is supported by the WSDL2Java emitter.
 class UndefinedElement
          This represents a QName found in a reference but is not defined.
 class UndefinedType
          This represents a QName found in a reference but is not defined.
 

Methods in org.apache.axis.wsdl.symbolTable that return SymTabEntry
 SymTabEntry SymbolTable.get(QName qname, java.lang.Class cls)
          Get the entry with the given QName of the given class.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.