Uses of Interface
org.apache.axis2.wsdl.databinding.TypeMapper
-
Packages that use TypeMapper Package Description org.apache.axis2.jaxbri org.apache.axis2.wsdl.codegen org.apache.axis2.wsdl.codegen.emitter org.apache.axis2.wsdl.databinding -
-
Uses of TypeMapper in org.apache.axis2.jaxbri
Methods in org.apache.axis2.jaxbri that return TypeMapper Modifier and Type Method Description static TypeMapperCodeGenerationUtility. processSchemas(List<org.apache.ws.commons.schema.XmlSchema> schemas, Element[] additionalSchemas, CodeGenConfiguration cgconfig) -
Uses of TypeMapper in org.apache.axis2.wsdl.codegen
Methods in org.apache.axis2.wsdl.codegen that return TypeMapper Modifier and Type Method Description TypeMapperCodeGenConfiguration. getTypeMapper()Methods in org.apache.axis2.wsdl.codegen with parameters of type TypeMapper Modifier and Type Method Description voidCodeGenConfiguration. setTypeMapper(TypeMapper typeMapper) -
Uses of TypeMapper in org.apache.axis2.wsdl.codegen.emitter
Fields in org.apache.axis2.wsdl.codegen.emitter declared as TypeMapper Modifier and Type Field Description protected TypeMapperAxisServiceBasedMultiLanguageEmitter. mapperMethods in org.apache.axis2.wsdl.codegen.emitter with parameters of type TypeMapper Modifier and Type Method Description voidAxisServiceBasedMultiLanguageEmitter. setMapper(TypeMapper mapper)Sets the type mappervoidEmitter. setMapper(TypeMapper mapper)Constructors in org.apache.axis2.wsdl.codegen.emitter with parameters of type TypeMapper Constructor Description CEmitter(CodeGenConfiguration configuration, TypeMapper mapper)JavaEmitter(CodeGenConfiguration configuration, TypeMapper mapper) -
Uses of TypeMapper in org.apache.axis2.wsdl.databinding
Classes in org.apache.axis2.wsdl.databinding that implement TypeMapper Modifier and Type Class Description classCDefaultTypeMapperclassCTypeMapperclassDefaultTypeMapperThe default type mapper.classJavaTypeMapperThe java type mapper can do without any default configuration However if any such default type mappings are needed, they can be put inside the constructorclassTypeMappingAdapter
-