| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TypeMapping | |
| 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 | |
|  TypeMapping | TypeMappingRegistry.register(java.lang.String encodingStyleURI,
         TypeMapping mapping)Registers a TypeMappinginstance with theTypeMappingRegistry. | 
|  TypeMapping | TypeMappingRegistry.getDefaultTypeMapping()Gets the registered default TypeMappinginstance. | 
|  TypeMapping | TypeMappingRegistry.getTypeMapping(java.lang.String encodingStyleURI)Returns the registered TypeMappingfor the specified
 encodingStyle URI. | 
|  TypeMapping | TypeMappingRegistry.createTypeMapping()Creates a new empty TypeMappingobject. | 
|  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 | |
|  TypeMapping | TypeMappingRegistry.register(java.lang.String encodingStyleURI,
         TypeMapping mapping)Registers a TypeMappinginstance with theTypeMappingRegistry. | 
|  void | TypeMappingRegistry.registerDefault(TypeMapping mapping)Registers the TypeMappinginstance that is default
 for all encoding styles supported by theTypeMappingRegistry. | 
|  boolean | TypeMappingRegistry.removeTypeMapping(TypeMapping mapping)Removes a TypeMappingfrom the TypeMappingRegistry. | 
| Uses of TypeMapping in org.apache.axis.encoding | 
| Subinterfaces of TypeMapping in org.apache.axis.encoding | |
|  interface | TypeMappingThis interface describes the AXIS TypeMapping. | 
| Classes in org.apache.axis.encoding that implement TypeMapping | |
|  class | TypeMappingDelegateThe TypeMapping delegate is used to simply delegate to the indicated type mapping. | 
| Methods in org.apache.axis.encoding that return TypeMapping | |
|  TypeMapping | TypeMappingRegistryImpl.register(java.lang.String namespaceURI,
         TypeMapping mapping)The method register adds a TypeMapping instance for a specific namespace | 
|  TypeMapping | TypeMappingRegistryImpl.getTypeMapping(java.lang.String namespaceURI)Gets the TypeMapping for the namespace. | 
|  TypeMapping | TypeMappingRegistryImpl.unregisterTypeMapping(java.lang.String namespaceURI)Unregisters the TypeMapping for the namespace. | 
|  TypeMapping | TypeMappingRegistryImpl.createTypeMapping()Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace. | 
|  TypeMapping | TypeMappingRegistryImpl.getDefaultTypeMapping()Return the default TypeMapping | 
| Methods in org.apache.axis.encoding with parameters of type TypeMapping | |
|  TypeMapping | TypeMappingRegistryImpl.register(java.lang.String namespaceURI,
         TypeMapping mapping)The method register adds a TypeMapping instance for a specific namespace | 
|  void | TypeMappingRegistryImpl.registerDefault(TypeMapping mapping)The method register adds a default TypeMapping instance. | 
|  boolean | TypeMappingRegistryImpl.removeTypeMapping(TypeMapping mapping)Removes the TypeMapping for the namespace. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||