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

Packages that use QueueBindOkBody
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
 

Uses of QueueBindOkBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return QueueBindOkBody
abstract  QueueBindOkBody MethodRegistry.createQueueBindOkBody()
           
 

Methods in org.apache.qpid.framing with parameters of type QueueBindOkBody
 boolean ClientMethodDispatcher.dispatchQueueBindOk(QueueBindOkBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueueBindOkBody
 class QueueBindOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueueBindOkBody
 QueueBindOkBody MethodRegistry_0_9.createQueueBindOkBody()
           
 

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

Uses of QueueBindOkBody in org.apache.qpid.framing.amqp_0_91
 

Methods in org.apache.qpid.framing.amqp_0_91 that return QueueBindOkBody
 QueueBindOkBody MethodRegistry_0_91.createQueueBindOkBody()
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type QueueBindOkBody
 boolean ClientMethodDispatcher_0_91.dispatchQueueBindOk(QueueBindOkBody body, int channelId)
           
 

Uses of QueueBindOkBody in org.apache.qpid.framing.amqp_8_0
 

Methods in org.apache.qpid.framing.amqp_8_0 that return QueueBindOkBody
 QueueBindOkBody MethodRegistry_8_0.createQueueBindOkBody()
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type QueueBindOkBody
 boolean ClientMethodDispatcher_8_0.dispatchQueueBindOk(QueueBindOkBody body, int channelId)
           
 



Licensed to the Apache Software Foundation