org.apache.axis2.wsdl.databinding
Class DefaultTypeMapper
java.lang.Object
org.apache.axis2.wsdl.databinding.TypeMappingAdapter
org.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
Methods inherited from class org.apache.axis2.wsdl.databinding.TypeMappingAdapter |
addTypeMappingName, addTypeMappingObject, addTypeMappingStatus, getAllMappedNames, getAllMappedObjects, getDefaultMappingName, getParameterName, getQNameToMappingObject, getTypeMappingObject, getTypeMappingStatus, isObjectMappingPresent, setDefaultMappingName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTypeMapper
public DefaultTypeMapper()
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
- Parameters:
qname
- name of the XML element to be mapped
- Returns:
- Returns a string that represents the particular type.
- See Also:
TypeMapper.getTypeMappingName(javax.xml.namespace.QName)
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.