public abstract class MessageTransformerSupport extends Object implements MessageTransformer
Constructor and Description |
---|
MessageTransformerSupport() |
Modifier and Type | Method and Description |
---|---|
protected void |
copyProperties(Message fromMessage,
Message toMesage)
Copies the standard JMS and user defined properties from the givem message to the specified message
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
consumerTransform, producerTransform
public MessageTransformerSupport()
protected void copyProperties(Message fromMessage, Message toMesage) throws JMSException
fromMessage
- the message to take the properties fromtoMesage
- the message to add the properties toJMSException
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.