Package | Description |
---|---|
org.apache.axis.wsdl.symbolTable |
Modifier and Type | Class and Description |
---|---|
class |
BaseType
This Type is for a QName represents a Base Type (i.e. xsd:string represents a java.lang.String)
|
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.
|
Modifier and Type | Method and Description |
---|---|
Type |
SymbolTable.getType(QName qname)
Get the Type TypeEntry with the given QName.
|
Copyright © The Apache Software Foundation. All Rights Reserved.