Uses of Interface
org.apache.axis2.wsdl.databinding.TypeMapper

Packages that use TypeMapper
org.apache.axis2.wsdl.codegen   
org.apache.axis2.wsdl.codegen.emitter   
org.apache.axis2.wsdl.databinding   
 

Uses of TypeMapper in org.apache.axis2.wsdl.codegen
 

Methods in org.apache.axis2.wsdl.codegen that return TypeMapper
 TypeMapper CodeGenConfiguration.getTypeMapper()
           
 

Methods in org.apache.axis2.wsdl.codegen with parameters of type TypeMapper
 void CodeGenConfiguration.setTypeMapper(TypeMapper typeMapper)
           
 

Uses of TypeMapper in org.apache.axis2.wsdl.codegen.emitter
 

Fields in org.apache.axis2.wsdl.codegen.emitter declared as TypeMapper
protected  TypeMapper MultiLanguageClientEmitter.mapper
           
 

Methods in org.apache.axis2.wsdl.codegen.emitter with parameters of type TypeMapper
 void MultiLanguageClientEmitter.setMapper(TypeMapper mapper)
          Sets the mapper
 void Emitter.setMapper(TypeMapper mapper)
           
 

Constructors in org.apache.axis2.wsdl.codegen.emitter with parameters of type TypeMapper
JavaEmitter(CodeGenConfiguration configuration, TypeMapper mapper)
           
CSharpEmitter(CodeGenConfiguration configuration, TypeMapper mapper)
           
 

Uses of TypeMapper in org.apache.axis2.wsdl.databinding
 

Classes in org.apache.axis2.wsdl.databinding that implement TypeMapper
 class CSharpTypeMapper
           
 class DefaultTypeMapper
           
 class JavaTypeMapper
           
 class TypeMappingAdapter