public interface MTransformationPluginFactory
MTransformationPluginFactory
is used to generate/produce
an instance of MTransformationPlugin. This must be implemented by plugins.
This must contain a function createTransformationPlugin() which is called
by the SDK.
Example:
See also "MTransformationPlugin" in TIBCO Adapter SDK Programmer's Guide.
Modifier and Type | Method and Description |
---|---|
MTransformationPlugin |
createTransformationPlugin(MApp app,
java.lang.String sPluginName) |
MTransformationPlugin createTransformationPlugin(MApp app, java.lang.String sPluginName)