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

Packages that use QueueUnbindOkBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueueUnbindOkBody
 class QueueUnbindOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueueUnbindOkBody
 QueueUnbindOkBody MethodRegistry_0_9.createQueueUnbindOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return QueueUnbindOkBody
 QueueUnbindOkBody MethodRegistry_0_91.createQueueUnbindOkBody()
           
 

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



Licensed to the Apache Software Foundation