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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueueUnbindBody
 class QueueUnbindBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueueUnbindBody
 QueueUnbindBody MethodRegistry_0_9.createQueueUnbindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, FieldTable arguments)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return QueueUnbindBody
 QueueUnbindBody MethodRegistry_0_91.createQueueUnbindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, FieldTable arguments)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type QueueUnbindBody
 boolean ServerMethodDispatcher_0_91.dispatchQueueUnbind(QueueUnbindBody body, int channelId)
           
 



Licensed to the Apache Software Foundation