|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageletResponse
MessageletResponse
represents a servlet response from
a JMS Message.
Method Summary | |
---|---|
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 |
Methods inherited from interface javax.servlet.ServletResponse |
---|
flushBuffer, getBufferSize, getCharacterEncoding, getLocale, getOutputStream, getWriter, isCommitted, reset, resetBuffer, setBufferSize, setContentLength, setContentType, setLocale |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |