TIBCO Adapter SDK C++ Reference
MTransformationPlugin
Class Hierarchy | C++ Classes and Methods | Members | Methods
This class provides a means for adapter developers to setup their own low-level plugins to operate against inbound or outbound messages. Developers implement a subclass of MTransformationPlugin and implement the required methods.

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).

Declaration
class MTransformationPlugin : public MComponent;
Class Hierarchy
MObject
    MComponent
        MTransformationPlugin
File
MTransformationPlugin.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.