org.apache.axis2.wsdl.databinding
Class CDefaultTypeMapper
java.lang.Object
org.apache.axis2.wsdl.databinding.TypeMappingAdapter
org.apache.axis2.wsdl.databinding.CDefaultTypeMapper
- All Implemented Interfaces:
- TypeMapper
- public class CDefaultTypeMapper
- extends TypeMappingAdapter
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 |
CDefaultTypeMapper
public CDefaultTypeMapper()
getTypeMappingName
public String getTypeMappingName(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)