Uses of Interface
javax.xml.rpc.encoding.TypeMapping
-
Packages that use TypeMapping Package Description 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 Modifier and Type Method Description TypeMappingTypeMappingRegistry. createTypeMapping()Creates a new emptyTypeMappingobject.TypeMappingTypeMappingRegistry. getDefaultTypeMapping()Gets the registered defaultTypeMappinginstance.TypeMappingTypeMappingRegistry. getTypeMapping(String encodingStyleURI)Returns the registeredTypeMappingfor the specified encodingStyle URI.TypeMappingTypeMappingRegistry. register(String encodingStyleURI, TypeMapping mapping)Registers aTypeMappinginstance with theTypeMappingRegistry.TypeMappingTypeMappingRegistry. unregisterTypeMapping(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 TypeMappingTypeMappingRegistry. 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.
-