TIBCO Adapter SDK C++ Reference
MTransformationPlugin::transformOutbound
MTransformationPlugin
This is the low-level callout for outbound messages.

See "Low Level Callout(Transformation Plugin)" in TIBCO Adapter SDK Programmer's Guide.

Parameters
Parameters Description
MString const & endpointName Name of the outbound endpoint.
MTree & outboundTree The outbound message as a tree format for manipulation.
Declaration
virtual Mboolean transformOutbound(MString const & endpointName, MTree & outboundTree) = 0 throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.