public interface MessageletResponse
extends javax.servlet.ServletResponse
MessageletResponse
represents a servlet response from
a JMS Message.
Modifier and Type | Method and Description |
---|---|
Messenger |
getReplyMessenger()
Returns the Messenger that should be used for sending replies to this incoming request
|
javax.jms.Destination |
getReplyToDestination()
Returns the destination that reply to messages are sent
|
void |
sendReply(javax.jms.Message reply)
Sends a reply to the original message
|
void sendReply(javax.jms.Message reply) throws javax.jms.JMSException
javax.jms.JMSException
Messenger getReplyMessenger() throws javax.jms.JMSException
javax.jms.JMSException
javax.jms.Destination getReplyToDestination() throws javax.jms.JMSException
javax.jms.JMSException