TBTMessageTransformer Class Reference

A JSON implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer. More...

Inheritance diagram for TBTMessageTransformer:

TBTMessageTransformerJSONSuperObject TBTMessageTransformerXMLOmni

List of all members.

Public Member Functions

IMessage ConsumerTransform (const ISession Session, const IMessageConsumer Consumer, const IMessage JMSMessage)
 Transforms the given message inside the consumer before being dispatched to the client code.
IMessage ProducerTransform (const ISession Session, const IMessageProducer Producer, const IMessage JMSMessage)
 Transforms the given message inside the producer before it is sent to the JMS bus.
string GetTransformerId ()
 The transformation ID.


Detailed Description

A JSON implementation for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer.

Since:
1.3

Generated by doxygen