Uses of Interface
javax.xml.rpc.encoding.TypeMapping
Packages that use TypeMapping
-
Uses of TypeMapping in javax.xml.rpc.encoding
Methods in javax.xml.rpc.encoding that return TypeMappingModifier and TypeMethodDescriptionTypeMappingRegistry.createTypeMapping()
Creates a new emptyTypeMapping
object.TypeMappingRegistry.getDefaultTypeMapping()
Gets the registered defaultTypeMapping
instance.TypeMappingRegistry.getTypeMapping
(String encodingStyleURI) Returns the registeredTypeMapping
for the specified encodingStyle URI.TypeMappingRegistry.register
(String encodingStyleURI, TypeMapping mapping) Registers aTypeMapping
instance with theTypeMappingRegistry
.TypeMappingRegistry.unregisterTypeMapping
(String encodingStyleURI) Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.Methods in javax.xml.rpc.encoding with parameters of type TypeMappingModifier and TypeMethodDescriptionTypeMappingRegistry.register
(String encodingStyleURI, TypeMapping mapping) Registers aTypeMapping
instance with theTypeMappingRegistry
.void
TypeMappingRegistry.registerDefault
(TypeMapping mapping) Registers theTypeMapping
instance that is default for all encoding styles supported by theTypeMappingRegistry
.boolean
TypeMappingRegistry.removeTypeMapping
(TypeMapping mapping) Removes aTypeMapping
from the TypeMappingRegistry. -
Uses of TypeMapping in org.apache.axis.encoding
Subinterfaces of TypeMapping in org.apache.axis.encodingModifier and TypeInterfaceDescriptioninterface
This interface describes the AXIS TypeMapping.Classes in org.apache.axis.encoding that implement TypeMappingModifier and TypeClassDescriptionclass
The TypeMapping delegate is used to simply delegate to the indicated type mapping.Methods in org.apache.axis.encoding that return TypeMappingModifier and TypeMethodDescriptionTypeMappingRegistryImpl.createTypeMapping()
Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.TypeMappingRegistryImpl.getDefaultTypeMapping()
Return the default TypeMappingTypeMappingRegistryImpl.getTypeMapping
(String namespaceURI) Gets the TypeMapping for the namespace.TypeMappingRegistryImpl.register
(String namespaceURI, TypeMapping mapping) The method register adds a TypeMapping instance for a specific namespaceTypeMappingRegistryImpl.unregisterTypeMapping
(String namespaceURI) Unregisters the TypeMapping for the namespace.Methods in org.apache.axis.encoding with parameters of type TypeMappingModifier and TypeMethodDescriptionTypeMappingRegistryImpl.register
(String namespaceURI, TypeMapping mapping) The method register adds a TypeMapping instance for a specific namespacevoid
TypeMappingRegistryImpl.registerDefault
(TypeMapping mapping) The method register adds a default TypeMapping instance.boolean
TypeMappingRegistryImpl.removeTypeMapping
(TypeMapping mapping) Removes the TypeMapping for the namespace.