| Frames | No Frames |
Classes implementing javax.xml.rpc.encoding.TypeMapping | |
| class | The TypeMapping delegate is used to simply delegate to
the indicated type mapping. |
Methods with parameter type javax.xml.rpc.encoding.TypeMapping | |
| TypeMapping | The method register adds a TypeMapping instance for a specific
namespace
|
| void | The method register adds a default TypeMapping instance. |
| boolean | Removes the TypeMapping for the namespace. |
Methods with return type javax.xml.rpc.encoding.TypeMapping | |
| TypeMapping | Creates a new empty TypeMapping object for the specified
encoding style or XML schema namespace. |
| TypeMapping | Return the default TypeMapping
|
| TypeMapping | TypeMappingRegistryImpl.getTypeMapping(String namespaceURI) Gets the TypeMapping for the namespace. |
| TypeMapping | The method register adds a TypeMapping instance for a specific
namespace
|
| TypeMapping | TypeMappingRegistryImpl.unregisterTypeMapping(String namespaceURI) Unregisters the TypeMapping for the namespace. |
Methods with parameter type javax.xml.rpc.encoding.TypeMapping | |
| TypeMapping | Registers a TypeMapping instance with the
TypeMappingRegistry. |
| void | Registers the TypeMapping instance that is default
for all encoding styles supported by the
TypeMappingRegistry. |
| boolean | Removes a TypeMapping from the TypeMappingRegistry. |
Methods with return type javax.xml.rpc.encoding.TypeMapping | |
| TypeMapping | Creates a new empty TypeMapping object. |
| TypeMapping | Gets the registered default TypeMapping instance. |
| TypeMapping | TypeMappingRegistry.getTypeMapping(String encodingStyleURI) Returns the registered TypeMapping for the specified
encodingStyle URI. |
| TypeMapping | Registers a TypeMapping instance with the
TypeMappingRegistry. |
| TypeMapping | TypeMappingRegistry.unregisterTypeMapping(String encodingStyleURI) Unregisters a TypeMapping instance, if present, from the specified
encodingStyleURI. |