Uses of Interface
javax.xml.rpc.encoding.TypeMapping

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.getDefaultTypeMapping()
          Return the default TypeMapping
 TypeMapping TypeMappingRegistry.getTypeMapping(java.lang.String namespaceURI)
          Gets the TypeMapping namespace.
 TypeMapping TypeMappingRegistry.unregisterTypeMapping(java.lang.String namespaceURI)
          Unregisters the TypeMapping for the namespace.
 TypeMapping TypeMappingRegistry.createTypeMapping()
          Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.
 

Methods in javax.xml.rpc.encoding with parameters of type TypeMapping
 void TypeMappingRegistry.register(java.lang.String namespace, TypeMapping maping)
          The method register adds a TypeMapping instance for a specific namespace
 void TypeMappingRegistry.registerDefault(TypeMapping mapping)
          The method register adds a default TypeMapping instance.
 boolean TypeMappingRegistry.removeTypeMapping(TypeMapping namespaceURI)
          Remove TypeMapping by unregistering it from all namespaces.
 

Uses of TypeMapping in org.apache.axis.encoding
 

Subinterfaces of TypeMapping in org.apache.axis.encoding
 interface TypeMapping
          This interface describes the AXIS TypeMapping.
 

Classes in org.apache.axis.encoding that implement TypeMapping
 class DefaultSOAP12TypeMappingImpl
           
 class DefaultTypeMappingImpl
           
 class TypeMappingImpl
           
 

Methods in org.apache.axis.encoding that return TypeMapping
 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
 void 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.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.