Uses of Interface
javax.xml.rpc.encoding.TypeMapping
Packages that use TypeMapping
-
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. -
Uses of TypeMapping in org.apache.axis.encoding
Subinterfaces of TypeMapping in org.apache.axis.encodingModifier and TypeInterfaceDescriptioninterfaceThis interface describes the AXIS TypeMapping.Classes in org.apache.axis.encoding that implement TypeMappingModifier and TypeClassDescriptionclassThe TypeMapping delegate is used to simply delegate to the indicated type mapping.Methods in org.apache.axis.encoding that return TypeMappingModifier and TypeMethodDescriptionTypeMappingRegistryImpl.createTypeMapping()Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.TypeMappingRegistryImpl.getDefaultTypeMapping()Return the default TypeMappingTypeMappingRegistryImpl.getTypeMapping(String namespaceURI) Gets the TypeMapping for the namespace.TypeMappingRegistryImpl.register(String namespaceURI, TypeMapping mapping) The method register adds a TypeMapping instance for a specific namespaceTypeMappingRegistryImpl.unregisterTypeMapping(String namespaceURI) Unregisters the TypeMapping for the namespace.Methods in org.apache.axis.encoding with parameters of type TypeMappingModifier and TypeMethodDescriptionTypeMappingRegistryImpl.register(String namespaceURI, TypeMapping mapping) The method register adds a TypeMapping instance for a specific namespacevoidTypeMappingRegistryImpl.registerDefault(TypeMapping mapping) The method register adds a default TypeMapping instance.booleanTypeMappingRegistryImpl.removeTypeMapping(TypeMapping mapping) Removes the TypeMapping for the namespace.