org.apache.axis2.wsdl.codegen.extension
Class AbstractDBProcessingExtension
java.lang.Object
org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
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
Method Summary |
protected boolean |
testFallThrough(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 |
AbstractDBProcessingExtension
public AbstractDBProcessingExtension()
testFallThrough
protected boolean testFallThrough(String dbFrameworkName)
- Method to test whether the passed in framework name is relevant to this extension.
- Parameters:
dbFrameworkName
-
- Returns:
- Returns boolean.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.