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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageConsumeBody
 class MessageConsumeBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageConsumeBody
 MessageConsumeBody MethodRegistry_0_9.createMessageConsumeBody(int ticket, AMQShortString queue, AMQShortString destination, boolean noLocal, boolean noAck, boolean exclusive, FieldTable filter)
           
 

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



Licensed to the Apache Software Foundation