Package org.apache.activemq
Class MessageTransformerSupport
- java.lang.Object
-
- org.apache.activemq.MessageTransformerSupport
-
- All Implemented Interfaces:
MessageTransformer
public abstract class MessageTransformerSupport extends Object implements MessageTransformer
A useful base class for message transformers.
-
-
Constructor Summary
Constructors Constructor Description MessageTransformerSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
copyProperties(Message fromMessage, 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
-
-
-
-
Method Detail
-
copyProperties
protected void copyProperties(Message fromMessage, Message toMesage) throws JMSException
Copies the standard JMS and user defined properties from the givem message to the specified message- Parameters:
fromMessage
- the message to take the properties fromtoMesage
- the message to add the properties to- Throws:
JMSException
-
-