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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageOkBody
 class MessageOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageOkBody
 MessageOkBody MethodRegistry_0_9.createMessageOkBody()
           
 

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



Licensed to the Apache Software Foundation