TIBCO Adapter SDK C++ Reference
|
Parameters | Description |
const MTree& inMTree | Input parameters to the method. Input parameters are given in MTree format; the MHawkMicroagent converts them to messages TIBCO Hawk can understand. |
MTree& outMTree | Output parameters to the method. Output parameters are given in MTree format; the MHawkMicroagent converts them to messages that TIBCO Hawk can understand. This output parameter is either a set of simple nodes or a set of MTrees. |
virtual void processMethodInvocation(const MTree& inMTree, MTree& outMTree) = 0 throw(MException);