Uses of Interface
org.apache.axis.encoding.TypeMappingRegistry
-
-
Uses of TypeMappingRegistry in org.apache.axis
Methods in org.apache.axis that return TypeMappingRegistry Modifier and Type Method Description TypeMappingRegistryAxisEngine. getTypeMappingRegistry()Get theTypeMappingRegistryfor this axis engine.TypeMappingRegistryEngineConfiguration. getTypeMappingRegistry()Retrieve the TypeMappingRegistry for this engine.TypeMappingRegistryMessageContext. getTypeMappingRegistry()Get the currently in-scope type mapping registry.Methods in org.apache.axis with parameters of type TypeMappingRegistry Modifier and Type Method Description voidMessageContext. 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 Modifier and Type Method Description TypeMappingRegistryDirProvider. getTypeMappingRegistry()TypeMappingRegistryFileProvider. getTypeMappingRegistry()TypeMappingRegistryNullProvider. getTypeMappingRegistry()TypeMappingRegistrySimpleProvider. getTypeMappingRegistry()Get our TypeMappingRegistry.Constructors in org.apache.axis.configuration with parameters of type TypeMappingRegistry Constructor Description SimpleProvider(TypeMappingRegistry typeMappingRegistry)Construct a SimpleProvider using the supplied TypeMappingRegistry. -
Uses of TypeMappingRegistry in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return TypeMappingRegistry Modifier and Type Method Description TypeMappingRegistryWSDDDeployment. getTypeMappingRegistry() -
Uses of TypeMappingRegistry in org.apache.axis.description
Methods in org.apache.axis.description that return TypeMappingRegistry Modifier and Type Method Description TypeMappingRegistryJavaServiceDesc. getTypeMappingRegistry()TypeMappingRegistryServiceDesc. getTypeMappingRegistry()Methods in org.apache.axis.description with parameters of type TypeMappingRegistry Modifier and Type Method Description voidJavaServiceDesc. setTypeMappingRegistry(TypeMappingRegistry tmr)voidServiceDesc. setTypeMappingRegistry(TypeMappingRegistry tmr) -
Uses of TypeMappingRegistry in org.apache.axis.encoding
Classes in org.apache.axis.encoding that implement TypeMappingRegistry Modifier and Type Class Description classTypeMappingRegistryImplThe TypeMappingRegistry keeps track of the individual TypeMappings.Methods in org.apache.axis.encoding that return TypeMappingRegistry Modifier and Type Method Description TypeMappingRegistryDeserializationContext. getTypeMappingRegistry()Get the TypeMappingRegistry we're using.TypeMappingRegistrySerializationContext. getTypeMappingRegistry()Get the TypeMappingRegistry we're using.Methods in org.apache.axis.encoding with parameters of type TypeMappingRegistry Modifier and Type Method Description voidTypeMappingRegistry. delegate(TypeMappingRegistry secondaryTMR)delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.voidTypeMappingRegistryImpl. 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 Modifier and Type Method Description TypeMappingRegistrySOAPService. getTypeMappingRegistry() -
Uses of TypeMappingRegistry in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava with parameters of type TypeMappingRegistry Modifier and Type Method Description voidEmitter. setTypeMappingRegistry(TypeMappingRegistry tmr)Set the TypeMappingRegistry for this Emitter.
-