TIBCO Adapter SDK C++ Reference
Up | Next
MTransformationPlugin::transformInbound
MTransformationPlugin
This is the low-level callout for inbound messages.

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

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