|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeMapper | |
---|---|
org.apache.axis2.jaxbri | |
org.apache.axis2.wsdl.codegen | |
org.apache.axis2.wsdl.codegen.emitter | |
org.apache.axis2.wsdl.databinding | |
org.apache.axis2.xmlbeans |
Uses of TypeMapper in org.apache.axis2.jaxbri |
---|
Methods in org.apache.axis2.jaxbri that return TypeMapper | |
---|---|
static TypeMapper |
CodeGenerationUtility.processSchemas(java.util.List schemas,
org.w3c.dom.Element[] additionalSchemas,
CodeGenConfiguration cgconfig)
|
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 |
AxisServiceBasedMultiLanguageEmitter.mapper
|
Methods in org.apache.axis2.wsdl.codegen.emitter with parameters of type TypeMapper | |
---|---|
void |
AxisServiceBasedMultiLanguageEmitter.setMapper(TypeMapper mapper)
Sets the type mapper |
void |
Emitter.setMapper(TypeMapper mapper)
|
Constructors in org.apache.axis2.wsdl.codegen.emitter with parameters of type TypeMapper | |
---|---|
JavaEmitter(CodeGenConfiguration configuration,
TypeMapper mapper)
|
Uses of TypeMapper in org.apache.axis2.wsdl.databinding |
---|
Classes in org.apache.axis2.wsdl.databinding that implement TypeMapper | |
---|---|
class |
CDefaultTypeMapper
|
class |
CTypeMapper
|
class |
DefaultTypeMapper
The default type mapper. |
class |
JavaTypeMapper
The java type mapper can do without any default configuration However if any such default type mappings are needed, they can be put inside the constructor |
class |
TypeMappingAdapter
|
Uses of TypeMapper in org.apache.axis2.xmlbeans |
---|
Methods in org.apache.axis2.xmlbeans that return TypeMapper | |
---|---|
static TypeMapper |
CodeGenerationUtility.processSchemas(java.util.List schemas,
org.w3c.dom.Element[] additionalSchemas,
CodeGenConfiguration cgconfig,
java.lang.String typeSystemName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |