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

Packages that use TypeMapping
javax.xml.rpc.encoding This package defines APIs for the extensible type mapping framework. 
 

Uses of TypeMapping in javax.xml.rpc.encoding
 

Methods in javax.xml.rpc.encoding that return TypeMapping
 TypeMapping TypeMappingRegistry.createTypeMapping()
          Creates a new empty TypeMapping object.
 TypeMapping TypeMappingRegistry.getDefaultTypeMapping()
          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.
 

Methods in javax.xml.rpc.encoding with parameters of type TypeMapping
 TypeMapping TypeMappingRegistry.register(String encodingStyleURI, TypeMapping mapping)
          Registers a TypeMapping instance with the TypeMappingRegistry.
 void TypeMappingRegistry.registerDefault(TypeMapping mapping)
          Registers the TypeMapping instance that is default for all encoding styles supported by the TypeMappingRegistry.
 boolean TypeMappingRegistry.removeTypeMapping(TypeMapping mapping)
          Removes a TypeMapping from the TypeMappingRegistry.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.