| Package | Description |
|---|---|
| org.apache.axis2.wsdl.codegen | |
| org.apache.axis2.wsdl.codegen.emitter | |
| org.apache.axis2.wsdl.databinding |
| Modifier and Type | Method and Description |
|---|---|
TypeMapper |
CodeGenConfiguration.getTypeMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfiguration.setTypeMapper(TypeMapper typeMapper) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeMapper |
AxisServiceBasedMultiLanguageEmitter.mapper |
| Modifier and Type | Method and Description |
|---|---|
void |
Emitter.setMapper(TypeMapper mapper) |
void |
AxisServiceBasedMultiLanguageEmitter.setMapper(TypeMapper mapper)
Sets the type mapper
|
| Constructor and Description |
|---|
CEmitter(CodeGenConfiguration configuration,
TypeMapper mapper) |
JavaEmitter(CodeGenConfiguration configuration,
TypeMapper mapper) |
| Modifier and Type | Class and Description |
|---|---|
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 |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.