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

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

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 CollectionElement
          This Element is for a QName that is a 'collection'.
 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 PortEntry
          This class represents the symbol table entry for a WSDL port.
 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.
 

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

Methods in org.apache.axis.wsdl.toJava with parameters of type SymTabEntry
 void JavaGeneratorFactory.Writers.addStuff(Generator baseWriter, SymTabEntry entry, SymbolTable symbolTable)
           
 



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