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 classDefaultJAXRPC11TypeMappingImplThis is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information.classDefaultSOAP12TypeMappingImplDeprecated.Please use DefaultSOAPEncodingTypeMappingImpl.javaclassDefaultSOAPEncodingTypeMappingImplThis is the implementation of the axis Default JAX-RPC SOAP Encoding TypeMapping See DefaultTypeMapping for more information.classDefaultTypeMappingImplThis 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 TypeMappingImplDefaultJAXRPC11TypeMappingImpl. getSingleton()Obtain the singleton default typemapping.static TypeMappingImplDefaultSOAPEncodingTypeMappingImpl. 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 voidSchemaVersion. registerSchemaSpecificTypes(TypeMappingImpl tm)Register the schema specific type mappingsvoidSchemaVersion1999. registerSchemaSpecificTypes(TypeMappingImpl tm)Register the schema specific type mappingsvoidSchemaVersion2000. registerSchemaSpecificTypes(TypeMappingImpl tm)Register the schema specific type mappingsvoidSchemaVersion2001. registerSchemaSpecificTypes(TypeMappingImpl tm)Register the schema specific type mappings
-