org.apache.qpid.client.message
Class ReturnMessage

java.lang.Object
  extended by org.apache.qpid.client.message.UnprocessedMessage
      extended by org.apache.qpid.client.message.UnprocessedMessage_0_8
          extended by org.apache.qpid.client.message.ReturnMessage
All Implemented Interfaces:
AMQSession.Dispatchable

public class ReturnMessage
extends UnprocessedMessage_0_8


Field Summary
 
Fields inherited from class org.apache.qpid.client.message.UnprocessedMessage_0_8
_redelivered
 
Constructor Summary
ReturnMessage(org.apache.qpid.framing.AMQShortString exchange, org.apache.qpid.framing.AMQShortString routingKey, org.apache.qpid.framing.AMQShortString replyText, int replyCode)
           
 
Method Summary
 int getReplyCode()
           
 org.apache.qpid.framing.AMQShortString getReplyText()
           
 
Methods inherited from class org.apache.qpid.client.message.UnprocessedMessage_0_8
getBodies, getContentHeader, getDeliverBody, getDeliveryTag, getExchange, getRoutingKey, isAllBodyDataReceived, isRedelivered, receiveBody, setContentHeader, setMethodBody, toString
 
Methods inherited from class org.apache.qpid.client.message.UnprocessedMessage
dispatch, getConsumerTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnMessage

public ReturnMessage(org.apache.qpid.framing.AMQShortString exchange,
                     org.apache.qpid.framing.AMQShortString routingKey,
                     org.apache.qpid.framing.AMQShortString replyText,
                     int replyCode)
Method Detail

getReplyCode

public int getReplyCode()

getReplyText

public org.apache.qpid.framing.AMQShortString getReplyText()


Licensed to the Apache Software Foundation