Uses of Interface
javax.xml.rpc.encoding.TypeMapping
Packages that use TypeMapping
Package
Description
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 TypeMappingModifier and TypeMethodDescriptionTypeMappingRegistry.createTypeMapping()Creates a new emptyTypeMappingobject.TypeMappingRegistry.getDefaultTypeMapping()Gets the registered defaultTypeMappinginstance.TypeMappingRegistry.getTypeMapping(String encodingStyleURI) Returns the registeredTypeMappingfor the specified encodingStyle URI.TypeMappingRegistry.register(String encodingStyleURI, TypeMapping mapping) Registers aTypeMappinginstance 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 aTypeMappinginstance with theTypeMappingRegistry.voidTypeMappingRegistry.registerDefault(TypeMapping mapping) Registers theTypeMappinginstance that is default for all encoding styles supported by theTypeMappingRegistry.booleanTypeMappingRegistry.removeTypeMapping(TypeMapping mapping) Removes aTypeMappingfrom the TypeMappingRegistry.