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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageResumeBody
 class MessageResumeBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageResumeBody
 MessageResumeBody MethodRegistry_0_9.createMessageResumeBody(byte[] reference, AMQShortString identifier)
           
 

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



Licensed to the Apache Software Foundation