public abstract class MessageTransformerSupport extends Object implements MessageTransformer
Constructor and Description |
---|
MessageTransformerSupport() |
Modifier and Type | Method and Description |
---|---|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
consumerTransform, producerTransform
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 tojavax.jms.JMSException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.