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

The default type mapper. This type mapper has no default configurations


Field Summary
 
Fields inherited from class org.apache.axis2.wsdl.databinding.TypeMappingAdapter
counter, defaultClassName, isObject, parameterNameList, qName2NameMap, qName2ObjectMap, qName2StatusMap, UPPER_PARAM_LIMIT, XSD_SCHEMA_URL
 
Constructor Summary
DefaultTypeMapper()
           
 
Method Summary
 java.lang.String getTypeMappingName(javax.xml.namespace.QName qname)
          Gets the type mapping name.
 
Methods inherited from class org.apache.axis2.wsdl.databinding.TypeMappingAdapter
addTypeMappingName, addTypeMappingObject, addTypeMappingStatus, getAllMappedNames, getAllMappedObjects, getDefaultMappingName, getParameterName, getTypeMappingObject, getTypeMappingStatus, isObjectMappingPresent, setDefaultMappingName
 
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

getTypeMappingName

public java.lang.String getTypeMappingName(javax.xml.namespace.QName qname)
Gets the type mapping name. always returns the default mapping

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


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.