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

Packages that use QueueBindBody
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 QueueBindBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return QueueBindBody
 QueueBindBody AMQMethodFactory.createQueueBind(AMQShortString queueName, AMQShortString exchangeName, AMQShortString routingKey, FieldTable arguments, int ticket)
           
abstract  QueueBindBody MethodRegistry.createQueueBindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, boolean nowait, FieldTable arguments)
           
 

Methods in org.apache.qpid.framing with parameters of type QueueBindBody
 boolean ServerMethodDispatcher.dispatchQueueBind(QueueBindBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement QueueBindBody
 class QueueBindBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return QueueBindBody
 QueueBindBody MethodRegistry_0_9.createQueueBindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, boolean nowait, FieldTable arguments)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return QueueBindBody
 QueueBindBody MethodRegistry_0_91.createQueueBindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, boolean nowait, FieldTable arguments)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return QueueBindBody
 QueueBindBody MethodRegistry_8_0.createQueueBindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, boolean nowait, FieldTable arguments)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type QueueBindBody
 boolean ServerMethodDispatcher_8_0.dispatchQueueBind(QueueBindBody body, int channelId)
           
 



Licensed to the Apache Software Foundation