TIBCO Adapter SDK C++ Reference
MHawkMethod::processMethodInvocation
MHawkMethod
This pure virtual method must be implemented for each MHawkMethod subclass you create. The method is called when TIBCO Hawk invokes this Hawk method.

Parameters
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.
Declaration
virtual void processMethodInvocation(const MTree& inMTree, MTree& outMTree) = 0 throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.