org.apache.axis2.wsdl.codegen.extension
Class ExcludePackageExtension
java.lang.Object
org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
org.apache.axis2.wsdl.codegen.extension.ExcludePackageExtension
- All Implemented Interfaces:
- CodeGenExtension
public class ExcludePackageExtension
- extends AbstractCodeGenerationExtension
this extension deletes the packages sepcifies by the user from the
generated code.
this feature is very important to remove some commonly generated classes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcludePackageExtension
public ExcludePackageExtension()
engage
public void engage(CodeGenConfiguration configuration)
throws CodeGenerationException
- Throws:
CodeGenerationException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.