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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageAppendBody
 class MessageAppendBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageAppendBody
 MessageAppendBody MethodRegistry_0_9.createMessageAppendBody(byte[] reference, byte[] bytes)
           
 

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



Licensed to the Apache Software Foundation