Mappings and Transformations

TIBCO API Exchange Gateway provides message transformations using mappings. Combined with throttling, this enables you to implement business agreements as enforceable policies.

It also provides transformation of request and response messages at the following four points:
Facade to Router
After the request has been received by the facade request handler and before it has been passed to the router.
Router to Target
After the request has been routed but before it is passed to the service endpoint handler.
Router to Facade Request Handler
After the response has been routed from the router to the facade request handler and before the response is sent back to the original requestor.

Additionally, the facade request and response transformations can be overridden on a partner specific basis.

See the "Mappings and Transformations" and "Transaction Pipeline Processing" sections in TIBCO API Exchange Gateway User's Guide for more information regarding mappings and transformations.