|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.notification.jms.DefaultJMSPropertiesSetter
public class DefaultJMSPropertiesSetter
Default impl of JMSPropertiesSetter.
The following JMS Header fields are set from the ESB Message instance:
Field Summary |
---|
Fields inherited from interface org.jboss.soa.esb.notification.jms.JMSPropertiesSetter |
---|
JMS_EXPIRATION, JMS_REDELIVERED |
Constructor Summary | |
---|---|
DefaultJMSPropertiesSetter()
|
Method Summary | |
---|---|
void |
setJMSProperties(Message fromESBMessage,
javax.jms.Message toJMSMessage)
Set JMS Header fields on the outgoing JMS Message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultJMSPropertiesSetter()
Method Detail |
---|
public void setJMSProperties(Message fromESBMessage, javax.jms.Message toJMSMessage) throws javax.jms.JMSException
setJMSProperties
in interface JMSPropertiesSetter
toJMSMessage
- the out-going JMSMessage objectesbMsg
- the Message object from the ESB
javax.jms.JMSException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |