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
abstract String | getBaseName(QName qName)- If the qname is registered in the target language,
return the name of the registered type.
|
getBaseName
public abstract String getBaseName(QName qName)
If the qname is registered in the target language,
return the name of the registered type.
qName - QName representing a type
- name of the registered type or null if not registered.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.