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
-
Field Summary
Fields inherited from class org.apache.axis2.wsdl.codegen.extension.AbstractCodeGenerationExtension
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, waitMethods inherited from interface org.apache.axis2.wsdl.codegen.extension.CodeGenExtension
engage
-
Constructor Details
-
AbstractDBProcessingExtension
public AbstractDBProcessingExtension()
-
-
Method Details
-
testFallThrough
Method to test whether the passed in framework name is relevant to this extension.- Parameters:
dbFrameworkName-- Returns:
- Returns boolean.
-