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.
- Version:
- $Revision: 17495 $
|
Method Summary |
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 |
MessageTransformerSupport
public MessageTransformerSupport()
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
Copyright © 2009. All Rights Reserved.