Uses of Interface
javax.xml.rpc.encoding.TypeMapping
-
Packages that use TypeMapping Package Description javax.xml.rpc.encoding org.apache.axis.encoding -
-
Uses of TypeMapping in javax.xml.rpc.encoding
Methods in javax.xml.rpc.encoding that return TypeMapping Modifier and Type Method Description TypeMapping
TypeMappingRegistry. createTypeMapping()
Creates a new emptyTypeMapping
object.TypeMapping
TypeMappingRegistry. getDefaultTypeMapping()
Gets the registered defaultTypeMapping
instance.TypeMapping
TypeMappingRegistry. getTypeMapping(java.lang.String encodingStyleURI)
Returns the registeredTypeMapping
for the specified encodingStyle URI.TypeMapping
TypeMappingRegistry. register(java.lang.String encodingStyleURI, TypeMapping mapping)
Registers aTypeMapping
instance with theTypeMappingRegistry
.TypeMapping
TypeMappingRegistry. unregisterTypeMapping(java.lang.String encodingStyleURI)
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.Methods in javax.xml.rpc.encoding with parameters of type TypeMapping Modifier and Type Method Description TypeMapping
TypeMappingRegistry. register(java.lang.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.encoding Modifier and Type Interface Description interface
TypeMapping
This interface describes the AXIS TypeMapping.Classes in org.apache.axis.encoding that implement TypeMapping Modifier and Type Class Description class
TypeMappingDelegate
The TypeMapping delegate is used to simply delegate to the indicated type mapping.Methods in org.apache.axis.encoding that return TypeMapping Modifier and Type Method Description TypeMapping
TypeMappingRegistryImpl. createTypeMapping()
Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.TypeMapping
TypeMappingRegistryImpl. getDefaultTypeMapping()
Return the default TypeMappingTypeMapping
TypeMappingRegistryImpl. getTypeMapping(java.lang.String namespaceURI)
Gets the TypeMapping for the namespace.TypeMapping
TypeMappingRegistryImpl. register(java.lang.String namespaceURI, TypeMapping mapping)
The method register adds a TypeMapping instance for a specific namespaceTypeMapping
TypeMappingRegistryImpl. unregisterTypeMapping(java.lang.String namespaceURI)
Unregisters the TypeMapping for the namespace.Methods in org.apache.axis.encoding with parameters of type TypeMapping Modifier and Type Method Description TypeMapping
TypeMappingRegistryImpl. register(java.lang.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.
-