Uses of Interface
javax.xml.rpc.encoding.TypeMapping
-
Packages that use TypeMapping Package Description javax.xml.rpc.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.
-