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

java.lang.Object
  extended byorg.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
All Implemented Interfaces:
CodeGenExtension
Direct Known Subclasses:
AxisBindingBuilder, DefaultDatabindingExtension, PackageFinder, SimpleDBExtension, WSDLValidatorExtension, XMLBeansExtension

public abstract class AbstractCodeGenerationExtension
extends java.lang.Object
implements CodeGenExtension


Field Summary
protected  CodeGenConfiguration configuration
           
protected  Log log
           
 
Constructor Summary
AbstractCodeGenerationExtension()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.axis2.wsdl.codegen.extension.CodeGenExtension
engage, init
 

Field Detail

log

protected Log log

configuration

protected CodeGenConfiguration configuration
Constructor Detail

AbstractCodeGenerationExtension

public AbstractCodeGenerationExtension()