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
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
log
-
-
Constructor Summary
Constructors Constructor Description AbstractDBProcessingExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleantestFallThrough(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
-
-
-
-
Method Detail
-
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.
-
-