|
|||||||||
| Home >> All >> org >> apache >> axis >> wsdl >> [ symbolTable overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.wsdl.symbolTable
Class BaseTypeMapping

java.lang.Objectorg.apache.axis.wsdl.symbolTable.BaseTypeMapping
- public abstract class BaseTypeMapping
- extends java.lang.Object
Get the base language name for a qname
| Constructor Summary | |
BaseTypeMapping()
|
|
| Method Summary | |
abstract java.lang.String |
getBaseName(javax.xml.namespace.QName qName)
If the qname is registered in the target language, return the name of the registered type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BaseTypeMapping
public BaseTypeMapping()
| Method Detail |
getBaseName
public abstract java.lang.String getBaseName(javax.xml.namespace.QName qName)
- If the qname is registered in the target language,
return the name of the registered type.
|
|||||||||
| Home >> All >> org >> apache >> axis >> wsdl >> [ symbolTable overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.axis.wsdl.symbolTable.BaseTypeMapping