org.apache.axis.wsdl.symbolTable

Class BaseTypeMapping

public abstract class BaseTypeMapping extends Object

Get the base language name for a qname
Method Summary
abstract StringgetBaseName(QName qName)
If the qname is registered in the target language, return the name of the registered type.

Method Detail

getBaseName

public abstract String getBaseName(QName qName)
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.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.