Uses of Interface
javax.xml.rpc.encoding.TypeMapping
-
Packages that use TypeMapping Package Description javax.xml.rpc.encoding org.apache.axis.encoding -
-
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(java.lang.String encodingStyleURI)Returns the registeredTypeMappingfor the specified encodingStyle URI.TypeMappingTypeMappingRegistry. register(java.lang.String encodingStyleURI, TypeMapping mapping)Registers aTypeMappinginstance with theTypeMappingRegistry.TypeMappingTypeMappingRegistry. 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 TypeMappingTypeMappingRegistry. register(java.lang.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.encoding Modifier and Type Interface Description interfaceTypeMappingThis interface describes the AXIS TypeMapping.Classes in org.apache.axis.encoding that implement TypeMapping Modifier and Type Class Description classTypeMappingDelegateThe TypeMapping delegate is used to simply delegate to the indicated type mapping.Methods in org.apache.axis.encoding that return TypeMapping Modifier and Type Method Description TypeMappingTypeMappingRegistryImpl. createTypeMapping()Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.TypeMappingTypeMappingRegistryImpl. getDefaultTypeMapping()Return the default TypeMappingTypeMappingTypeMappingRegistryImpl. getTypeMapping(java.lang.String namespaceURI)Gets the TypeMapping for the namespace.TypeMappingTypeMappingRegistryImpl. register(java.lang.String namespaceURI, TypeMapping mapping)The method register adds a TypeMapping instance for a specific namespaceTypeMappingTypeMappingRegistryImpl. unregisterTypeMapping(java.lang.String namespaceURI)Unregisters the TypeMapping for the namespace.Methods in org.apache.axis.encoding with parameters of type TypeMapping Modifier and Type Method Description TypeMappingTypeMappingRegistryImpl. register(java.lang.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.
-