Uses of Interface
org.apache.qpid.framing.MessageRejectBody

Packages that use MessageRejectBody
org.apache.qpid.framing.amqp_0_9   
 

Uses of MessageRejectBody in org.apache.qpid.framing.amqp_0_9
 

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageRejectBody
 class MessageRejectBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageRejectBody
 MessageRejectBody MethodRegistry_0_9.createMessageRejectBody(int code, AMQShortString text)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type MessageRejectBody
 boolean ClientMethodDispatcher_0_9.dispatchMessageReject(MessageRejectBody body, int channelId)
           
 boolean ServerMethodDispatcher_0_9.dispatchMessageReject(MessageRejectBody body, int channelId)
           
 



Licensed to the Apache Software Foundation