|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.MessageTransformerSupport
public abstract class MessageTransformerSupport
A useful base class for message transformers.
Constructor Summary | |
---|---|
MessageTransformerSupport()
|
Method Summary | |
---|---|
protected void |
copyProperties(javax.jms.Message fromMessage,
javax.jms.Message toMesage)
Copies the standard JMS and user defined properties from the givem message to the specified message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.activemq.MessageTransformer |
---|
consumerTransform, producerTransform |
Constructor Detail |
---|
public MessageTransformerSupport()
Method Detail |
---|
protected void copyProperties(javax.jms.Message fromMessage, javax.jms.Message toMesage) throws javax.jms.JMSException
fromMessage
- the message to take the properties fromtoMesage
- the message to add the properties to
javax.jms.JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |