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

Packages that use TypeMappingRegistry
javax.xml.rpc   
org.apache.axis.client   
 

Uses of TypeMappingRegistry in javax.xml.rpc
 

Methods in javax.xml.rpc that return TypeMappingRegistry
 TypeMappingRegistry Service.getTypeMappingRegistry()
          Gets the TypeMappingRegistry registered with this Service object
 

Methods in javax.xml.rpc with parameters of type TypeMappingRegistry
 void Service.setTypeMappingRegistry(TypeMappingRegistry registry)
          Registers a type mapping registry with this Service object.
 

Uses of TypeMappingRegistry in org.apache.axis.client
 

Methods in org.apache.axis.client that return TypeMappingRegistry
 TypeMappingRegistry Service.getTypeMappingRegistry()
          Returns the current TypeMappingRegistry or null.
 

Methods in org.apache.axis.client with parameters of type TypeMappingRegistry
 void Service.setTypeMappingRegistry(TypeMappingRegistry registry)
          Defines the current Type Mappig Registry.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.