Uses of Class
org.apache.axis.encoding.TypeMappingImpl
-
Packages that use TypeMappingImpl Package Description org.apache.axis.encoding org.apache.axis.schema -
-
Uses of TypeMappingImpl in org.apache.axis.encoding
Subclasses of TypeMappingImpl in org.apache.axis.encoding Modifier and Type Class Description class
DefaultJAXRPC11TypeMappingImpl
This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information.class
DefaultSOAP12TypeMappingImpl
Deprecated.Please use DefaultSOAPEncodingTypeMappingImpl.javaclass
DefaultSOAPEncodingTypeMappingImpl
This is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information.class
DefaultTypeMappingImpl
This is the implementation of the axis Default TypeMapping (which extends the JAX-RPC TypeMapping interface) for SOAP 1.1.Methods in org.apache.axis.encoding that return TypeMappingImpl Modifier and Type Method Description static TypeMappingImpl
DefaultJAXRPC11TypeMappingImpl. getSingleton()
Obtain the singleton default typemapping.static TypeMappingImpl
DefaultSOAPEncodingTypeMappingImpl. getSingleton()
Construct TypeMappingConstructors in org.apache.axis.encoding with parameters of type TypeMappingImpl Constructor Description TypeMappingRegistryImpl(TypeMappingImpl tm)
Construct TypeMappingRegistry -
Uses of TypeMappingImpl in org.apache.axis.schema
Methods in org.apache.axis.schema with parameters of type TypeMappingImpl Modifier and Type Method Description void
SchemaVersion. registerSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappingsvoid
SchemaVersion1999. registerSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappingsvoid
SchemaVersion2000. registerSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappingsvoid
SchemaVersion2001. registerSchemaSpecificTypes(TypeMappingImpl tm)
Register the schema specific type mappings
-