Class JMSReplySender
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.jms.JMSReplySender
-
- All Implemented Interfaces:
org.apache.synapse.inbound.InboundResponseSender
public class JMSReplySender extends Object implements org.apache.synapse.inbound.InboundResponseSender
-
-
Constructor Summary
Constructors Constructor Description JMSReplySender(javax.jms.Destination replyTo, CachedJMSConnectionFactory cachedJMSConnectionFactory, String strUserName, String strPassword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendBack(org.apache.synapse.MessageContext synCtx)
Send the reply back to the response queue/topic
-
-
-
Constructor Detail
-
JMSReplySender
public JMSReplySender(javax.jms.Destination replyTo, CachedJMSConnectionFactory cachedJMSConnectionFactory, String strUserName, String strPassword)
-
-