Uses of Class
org.apache.axis.wsdl.symbolTable.Element
-
Packages that use Element Package Description org.apache.axis.wsdl.symbolTable -
-
Uses of Element in org.apache.axis.wsdl.symbolTable
Subclasses of Element in org.apache.axis.wsdl.symbolTable Modifier and Type Class Description class
CollectionElement
This Element 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
UndefinedElement
This represents a QName found in a reference but is not defined.Methods in org.apache.axis.wsdl.symbolTable that return Element Modifier and Type Method Description Element
SymbolTable. getElement(QName qname)
Get the Element TypeEntry with the given QName.
-