TIBCO Adapter SDK C++ Reference
|
The low-level callout provided by MTransformationPlugin is primarily intended to allow developers to create custom low-level plugins that can be used against any adapter built with the Adapter SDK. Performing localized transformations using XSLT and encryption/decryption are only two of the possible uses of this feature. Developers can write and deploy their low-level callout plugin such that arbitrary operations can be performed against data in order. Any desired plugin chaining will have to be handled by the plugin writer. This means someone wanting to chain two existing plugins must write their own, third plugin to chain them together (loading the library themselves, forcing processing order, and so forth).
class MTransformationPlugin : public MComponent;
MObject MComponent MTransformationPlugin