org.apache.axis2.wsdl.codegen.extension
Class TypeMapperExtension
java.lang.Object
org.apache.axis2.wsdl.codegen.extension.TypeMapperExtension
- All Implemented Interfaces:
- CodeGenExtension
public class TypeMapperExtension
- extends Object
- implements CodeGenExtension
The purpose of this extension is to populate the type mapper from the
type mapping file. The format of the type mapping file is as follows
localName
type
In any case it is best that the type mapper extension be after all the
databinding extensions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeMapperExtension
public TypeMapperExtension()
engage
public void engage(CodeGenConfiguration configuration)
throws CodeGenerationException
- Specified by:
engage
in interface CodeGenExtension
- Throws:
CodeGenerationException