Uses of Class
org.apache.qpid.transport.MessageRejectCode

Packages that use MessageRejectCode
org.apache.qpid.transport   
 

Uses of MessageRejectCode in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return MessageRejectCode
static MessageRejectCode MessageRejectCode.get(int value)
           
 MessageRejectCode MessageReject.getCode()
           
static MessageRejectCode MessageRejectCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageRejectCode[] MessageRejectCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.transport with parameters of type MessageRejectCode
 MessageReject MessageReject.code(MessageRejectCode value)
           
 void SessionInvoker.messageReject(RangeSet transfers, MessageRejectCode code, String text, Option... _options)
           
 MessageReject MessageReject.setCode(MessageRejectCode value)
           
 

Constructors in org.apache.qpid.transport with parameters of type MessageRejectCode
MessageReject(RangeSet transfers, MessageRejectCode code, String text, Option... _options)
           
 



Licensed to the Apache Software Foundation