org.apache.qpid.client.message
Class ReturnMessage
java.lang.Object
org.apache.qpid.client.message.UnprocessedMessage
org.apache.qpid.client.message.UnprocessedMessage_0_8
org.apache.qpid.client.message.ReturnMessage
- All Implemented Interfaces:
- AMQSession.Dispatchable
public class ReturnMessage
- extends UnprocessedMessage_0_8
Constructor Summary |
ReturnMessage(org.apache.qpid.framing.AMQShortString exchange,
org.apache.qpid.framing.AMQShortString routingKey,
org.apache.qpid.framing.AMQShortString replyText,
int replyCode)
|
Methods inherited from class org.apache.qpid.client.message.UnprocessedMessage_0_8 |
getBodies, getContentHeader, getDeliverBody, getDeliveryTag, getExchange, getRoutingKey, isAllBodyDataReceived, isRedelivered, receiveBody, setContentHeader, setMethodBody, toString |
ReturnMessage
public ReturnMessage(org.apache.qpid.framing.AMQShortString exchange,
org.apache.qpid.framing.AMQShortString routingKey,
org.apache.qpid.framing.AMQShortString replyText,
int replyCode)
getReplyCode
public int getReplyCode()
getReplyText
public org.apache.qpid.framing.AMQShortString getReplyText()
Licensed to the Apache Software Foundation