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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageOpenBody
 class MessageOpenBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageOpenBody
 MessageOpenBody MethodRegistry_0_9.createMessageOpenBody(byte[] reference)
           
 

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



Licensed to the Apache Software Foundation