org.apache.axis2.wsdl.codegen.extension
Class SchemaUnwrapperExtension

java.lang.Object
  extended byorg.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
      extended byorg.apache.axis2.wsdl.codegen.extension.SchemaUnwrapperExtension
All Implemented Interfaces:
CodeGenExtension

public class SchemaUnwrapperExtension
extends AbstractCodeGenerationExtension

This extension invlokes the schema unwrapper depending on the users setting. it is desirable to put this extension before other extensions since extnsions such as the databinding extension may well depend on the schema being unwrapped previously


Field Summary
 
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
configuration, log
 
Constructor Summary
SchemaUnwrapperExtension()
           
 
Method Summary
 void engage()
           
 
Methods inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaUnwrapperExtension

public SchemaUnwrapperExtension()
Method Detail

engage

public void engage()
            throws CodeGenerationException
Throws:
CodeGenerationException