Uses of Interface
org.apache.axis.encoding.TypeMappingRegistry

Packages that use TypeMappingRegistry
org.apache.axis   
org.apache.axis.configuration   
org.apache.axis.deployment.wsdd   
org.apache.axis.description   
org.apache.axis.encoding   
org.apache.axis.handlers.soap   
 

Uses of TypeMappingRegistry in org.apache.axis
 

Methods in org.apache.axis that return TypeMappingRegistry
 TypeMappingRegistry MessageContext.getTypeMappingRegistry()
          Get the currently in-scope type mapping registry.
 TypeMappingRegistry EngineConfiguration.getTypeMappingRegistry()
          Retrieve the TypeMappingRegistry for this engine
 TypeMappingRegistry AxisEngine.getTypeMappingRegistry()
           
 

Methods in org.apache.axis with parameters of type TypeMappingRegistry
 void MessageContext.setTypeMappingRegistry(TypeMappingRegistry reg)
          replace the engine's type mapping registry with a local one
 

Uses of TypeMappingRegistry in org.apache.axis.configuration
 

Methods in org.apache.axis.configuration that return TypeMappingRegistry
 TypeMappingRegistry SimpleProvider.getTypeMappingRegistry()
          Get our TypeMappingRegistry.
 TypeMappingRegistry NullProvider.getTypeMappingRegistry()
           
 TypeMappingRegistry FileProvider.getTypeMappingRegistry()
           
 

Uses of TypeMappingRegistry in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return TypeMappingRegistry
 TypeMappingRegistry WSDDDeployment.getTypeMappingRegistry()
           
 

Uses of TypeMappingRegistry in org.apache.axis.description
 

Methods in org.apache.axis.description that return TypeMappingRegistry
 TypeMappingRegistry ServiceDesc.getTypeMappingRegistry()
           
 

Methods in org.apache.axis.description with parameters of type TypeMappingRegistry
 void ServiceDesc.setTypeMappingRegistry(TypeMappingRegistry tmr)
           
 

Uses of TypeMappingRegistry in org.apache.axis.encoding
 

Classes in org.apache.axis.encoding that implement TypeMappingRegistry
 class TypeMappingRegistryImpl
           The TypeMappingRegistry keeps track of the individual TypeMappings.
 

Methods in org.apache.axis.encoding that return TypeMappingRegistry
 TypeMappingRegistry SerializationContextImpl.getTypeMappingRegistry()
          Get the TypeMappingRegistry we're using.
 TypeMappingRegistry SerializationContext.getTypeMappingRegistry()
          Get the TypeMappingRegistry we're using.
 TypeMappingRegistry DeserializationContextImpl.getTypeMappingRegistry()
          Get the TypeMappingRegistry we're using.
 TypeMappingRegistry DeserializationContext.getTypeMappingRegistry()
          Get the TypeMappingRegistry we're using.
 

Methods in org.apache.axis.encoding with parameters of type TypeMappingRegistry
 void TypeMappingRegistryImpl.delegate(TypeMappingRegistry secondaryTMR)
          delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
 void TypeMappingRegistry.delegate(TypeMappingRegistry secondaryTMR)
          delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
 

Uses of TypeMappingRegistry in org.apache.axis.handlers.soap
 

Methods in org.apache.axis.handlers.soap that return TypeMappingRegistry
 TypeMappingRegistry SOAPService.getTypeMappingRegistry()
           
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.