Uses of Interface javax.xml.rpc.encoding.TypeMapping

Uses in package javax.xml.rpc.encoding

Methods with parameter type javax.xml.rpc.encoding.TypeMapping

TypeMapping
TypeMappingRegistry.register(String encodingStyleURI, TypeMapping mapping)
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
TypeMappingRegistry.register(String encodingStyleURI, TypeMapping mapping)
Registers a TypeMapping instance with the TypeMappingRegistry.
TypeMapping
TypeMappingRegistry.unregisterTypeMapping(String encodingStyleURI)
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI.

Uses in package org.apache.axis.encoding

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
TypeMappingRegistryImpl.register(String namespaceURI, TypeMapping mapping)
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
Gets the TypeMapping for the namespace.
TypeMapping
TypeMappingRegistryImpl.register(String namespaceURI, TypeMapping mapping)
The method register adds a TypeMapping instance for a specific namespace
TypeMapping
Unregisters the TypeMapping for the namespace.

Copyright © 2005 Apache Web Services Project. All Rights Reserved.