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

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
      extended by org.apache.axis2.wsdl.codegen.extension.AbstractDBProcessingExtension
All Implemented Interfaces:
CodeGenExtension
Direct Known Subclasses:
DefaultDatabindingExtension, JAXBRIExtension, JiBXExtension, SimpleDBExtension, XMLBeansExtension

public abstract class AbstractDBProcessingExtension
extends AbstractCodeGenerationExtension


Field Summary
 
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
log
 
Constructor Summary
AbstractDBProcessingExtension()
           
 
Method Summary
protected  boolean testFallThrough(java.lang.String dbFrameworkName)
          Method to test whether the passed in framework name is relevant to this extension.
 
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
 

Constructor Detail

AbstractDBProcessingExtension

public AbstractDBProcessingExtension()
Method Detail

testFallThrough

protected boolean testFallThrough(java.lang.String dbFrameworkName)
Method to test whether the passed in framework name is relevant to this extension.

Parameters:
dbFrameworkName -
Returns:
Returns boolean.


Copyright © 2007 Apache Web Services Project. All Rights Reserved.