org.apache.axis2.wsdl.databinding
Class DefaultTypeMapper

java.lang.Object
  extended byorg.apache.axis2.wsdl.databinding.TypeMappingAdapter
      extended byorg.apache.axis2.wsdl.databinding.DefaultTypeMapper
All Implemented Interfaces:
TypeMapper

public class DefaultTypeMapper
extends TypeMappingAdapter


Field Summary
 
Fields inherited from class org.apache.axis2.wsdl.databinding.TypeMappingAdapter
counter, map, UPPER_PARAM_LIMIT, XSD_SCHEMA_URL
 
Constructor Summary
DefaultTypeMapper()
           
 
Method Summary
 java.lang.String getParameterName(javax.xml.namespace.QName qname)
          Get the parameter name
 
Methods inherited from class org.apache.axis2.wsdl.databinding.TypeMappingAdapter
addTypeMapping, getTypeMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTypeMapper

public DefaultTypeMapper()
Method Detail

getParameterName

public java.lang.String getParameterName(javax.xml.namespace.QName qname)
Description copied from interface: TypeMapper
Get the parameter name

Specified by:
getParameterName in interface TypeMapper
Overrides:
getParameterName in class TypeMappingAdapter
See Also:
TypeMapper.getParameterName(javax.xml.namespace.QName)