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

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

Methods in org.apache.qpid.framing that return ExchangeBoundBody
 ExchangeBoundBody AMQMethodFactory.createExchangeBound(AMQShortString exchangeName, AMQShortString queueName, AMQShortString routingKey)
           
abstract  ExchangeBoundBody MethodRegistry.createExchangeBoundBody(AMQShortString exchange, AMQShortString routingKey, AMQShortString queue)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ExchangeBoundBody
 class ExchangeBoundBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ExchangeBoundBody
 ExchangeBoundBody MethodRegistry_0_9.createExchangeBoundBody(AMQShortString exchange, AMQShortString routingKey, AMQShortString queue)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ExchangeBoundBody
 ExchangeBoundBody MethodRegistry_0_91.createExchangeBoundBody(AMQShortString exchange, AMQShortString routingKey, AMQShortString queue)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ExchangeBoundBody
 ExchangeBoundBody MethodRegistry_8_0.createExchangeBoundBody(AMQShortString exchange, AMQShortString routingKey, AMQShortString queue)
           
 

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



Licensed to the Apache Software Foundation