站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

BaseTypeMapping (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.wsdl.symbolTable
Class BaseTypeMapping

java.lang.Object
  extended byorg.apache.axis.wsdl.symbolTable.BaseTypeMapping

public abstract class BaseTypeMapping
extends Object

Get the base language name for a qname


Constructor Summary
BaseTypeMapping()
           
 
Method Summary
abstract  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 String getBaseName(javax.xml.namespace.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 © 2002 JBoss Group, LLC. All Rights Reserved.