Class CTypeMapper
java.lang.Object
org.apache.axis2.wsdl.databinding.TypeMappingAdapter
org.apache.axis2.wsdl.databinding.CTypeMapper
- All Implemented Interfaces:
TypeMapper
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTypeMappingName(QName qname) Gets the type mapping name.voidsetDefaultMappingName(String defaultMapping) Sets the default type mapping - the databinders may change the default mapping to suit their default mappingMethods inherited from class org.apache.axis2.wsdl.databinding.TypeMappingAdapter
addTypeMappingName, addTypeMappingObject, addTypeMappingStatus, getAllMappedNames, getAllMappedObjects, getParameterName, getQNameToMappingObject, getTypeMappingObject, getTypeMappingStatus, isObjectMappingPresent
-
Constructor Details
-
CTypeMapper
public CTypeMapper()
-
-
Method Details
-
getTypeMappingName
Description copied from class:TypeMappingAdapterGets the type mapping name. If type mapping is not found, returns default.- Specified by:
getTypeMappingNamein interfaceTypeMapper- Overrides:
getTypeMappingNamein classTypeMappingAdapter- Parameters:
qname- name of the XML element to be mapped- Returns:
- Returns a string that represents the particular type.
- See Also:
-
getDefaultMappingName
- Specified by:
getDefaultMappingNamein interfaceTypeMapper- Overrides:
getDefaultMappingNamein classTypeMappingAdapter- Returns:
- the default mapping name for this type mapper
- See Also:
-
setDefaultMappingName
Description copied from interface:TypeMapperSets the default type mapping - the databinders may change the default mapping to suit their default mapping- Specified by:
setDefaultMappingNamein interfaceTypeMapper- Overrides:
setDefaultMappingNamein classTypeMappingAdapter- See Also:
-