Package org.apache.axis.wsdl.symbolTable
Class BaseTypeMapping
java.lang.Object
org.apache.axis.wsdl.symbolTable.BaseTypeMapping
Get the base language name for a qname
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getBaseName
(QName qName) If the qname is registered in the target language, return the name of the registered type.
-
Constructor Details
-
BaseTypeMapping
public BaseTypeMapping()
-
-
Method Details
-
getBaseName
If the qname is registered in the target language, return the name of the registered type.- Parameters:
qName
- QName representing a type- Returns:
- name of the registered type or null if not registered.
-