|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageTransformer
A plugin strategy for transforming a message before it is sent by the JMS client or before it is dispatched to the JMS consumer
Method Summary | |
---|---|
Message |
consumerTransform(Session session,
MessageConsumer consumer,
Message message)
Transforms the given message inside the consumer before being dispatched to the client code |
Message |
producerTransform(Session session,
MessageProducer producer,
Message message)
Transforms the given message inside the producer before it is sent to the JMS bus. |
Method Detail |
---|
Message producerTransform(Session session, MessageProducer producer, Message message) throws JMSException
JMSException
Message consumerTransform(Session session, MessageConsumer consumer, Message message) throws JMSException
JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |