|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsMesageConvertor
Converts Message from one JMS to another
| Method Summary | |
|---|---|
Message |
convert(Message message)
Convert a foreign JMS Message to a native ActiveMQ Message |
Message |
convert(Message message,
Destination replyTo)
Convert a foreign JMS Message to a native ActiveMQ Message - Inbound or visa-versa outbound. |
void |
setConnection(Connection connection)
|
| Method Detail |
|---|
Message convert(Message message)
throws JMSException
message - The target message to convert to a native ActiveMQ message
JMSException
Message convert(Message message,
Destination replyTo)
throws JMSException
message - The target message to convert to a native ActiveMQ messagereplyTo - The replyTo Destination to set on the converted Message.
JMSExceptionvoid setConnection(Connection connection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||