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

Packages that use TypeMapping
org.apache.axis.configuration   
org.apache.axis.deployment   
org.apache.axis.deployment.wsdd   
org.apache.axis.encoding   
org.apache.axis.wsdl.fromJava   
 

Uses of TypeMapping in org.apache.axis.configuration
 

Methods in org.apache.axis.configuration that return TypeMapping
 TypeMapping SimpleProvider.getTypeMapping(java.lang.String encodingStyle)
           
 TypeMapping NullProvider.getTypeMapping(java.lang.String encodingStyle)
           
 

Uses of TypeMapping in org.apache.axis.deployment
 

Methods in org.apache.axis.deployment that return TypeMapping
abstract  TypeMapping DeploymentRegistry.getTypeMapping(java.lang.String encodingStyle)
          retrieve an instance of the named type mapping
 

Methods in org.apache.axis.deployment with parameters of type TypeMapping
abstract  void DeploymentRegistry.addTypeMapping(java.lang.String encodingStyle, TypeMapping tm)
          add the given type mapping
 

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

Methods in org.apache.axis.deployment.wsdd that return TypeMapping
 TypeMapping WSDDDeployment.getTypeMapping(java.lang.String encodingStyle)
           
 

Uses of TypeMapping in org.apache.axis.encoding
 

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

Fields in org.apache.axis.encoding declared as TypeMapping
protected  TypeMapping TypeMappingImpl.delegate
           
 

Methods in org.apache.axis.encoding that return TypeMapping
 TypeMapping DeserializationContext.getTypeMapping()
          Get the TypeMapping for this DeserializationContext
 TypeMapping TypeMappingImpl.getDelegate()
          getDelegate gets the new Delegate TypeMapping
static TypeMapping DefaultTypeMappingImpl.create()
          Construct TypeMapping
static TypeMapping DefaultSOAP12TypeMappingImpl.create()
          Construct TypeMapping
 TypeMapping TypeMapping.getDelegate()
          getDelegate gets the new Delegate TypeMapping
 TypeMapping SerializationContextImpl.getTypeMapping()
          Get the TypeMapping we're using.
 TypeMapping DeserializationContextImpl.getTypeMapping()
          Get the TypeMapping for this DeserializationContext
 TypeMapping SerializationContext.getTypeMapping()
          Get the TypeMapping we're using.
 

Methods in org.apache.axis.encoding with parameters of type TypeMapping
 void TypeMappingImpl.setDelegate(TypeMapping delegate)
          setDelegate sets the new Delegate TypeMapping
 void TypeMapping.setDelegate(TypeMapping delegate)
          setDelegate sets the new Delegate TypeMapping
 

Constructors in org.apache.axis.encoding with parameters of type TypeMapping
TypeMappingImpl(TypeMapping delegate)
          Construct TypeMapping
 

Uses of TypeMapping in org.apache.axis.wsdl.fromJava
 

Methods in org.apache.axis.wsdl.fromJava that return TypeMapping
 TypeMapping Emitter.getTypeMapping()
          Returns the TypeMapping used by the service
 TypeMapping Emitter.getDefaultTypeMapping()
          Returns the default TypeMapping used by the service
 

Methods in org.apache.axis.wsdl.fromJava with parameters of type TypeMapping
 void Emitter.setTypeMapping(TypeMapping tm)
          Sets the TypeMapping used by the service
 void Emitter.setDefaultTypeMapping(TypeMapping defaultTM)
          Sets the default TypeMapping used by the service
 

Constructors in org.apache.axis.wsdl.fromJava with parameters of type TypeMapping
Types(javax.wsdl.Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, java.lang.String targetNamespace, Java2WSDLFactory factory, java.util.Vector stopClasses)
          This class serailizes a Class to XML Schema.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.