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

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

Methods in org.apache.qpid.framing that return ExchangeDeclareBody
 ExchangeDeclareBody AMQMethodFactory.createExchangeDeclare(AMQShortString name, AMQShortString type, int ticket)
           
abstract  ExchangeDeclareBody MethodRegistry.createExchangeDeclareBody(int ticket, AMQShortString exchange, AMQShortString type, boolean passive, boolean durable, boolean autoDelete, boolean internal, boolean nowait, FieldTable arguments)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ExchangeDeclareBody
 class ExchangeDeclareBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ExchangeDeclareBody
 ExchangeDeclareBody MethodRegistry_0_9.createExchangeDeclareBody(int ticket, AMQShortString exchange, AMQShortString type, boolean passive, boolean durable, boolean autoDelete, boolean internal, boolean nowait, FieldTable arguments)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ExchangeDeclareBody
 ExchangeDeclareBody MethodRegistry_0_91.createExchangeDeclareBody(int ticket, AMQShortString exchange, AMQShortString type, boolean passive, boolean durable, boolean autoDelete, boolean internal, boolean nowait, FieldTable arguments)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ExchangeDeclareBody
 ExchangeDeclareBody MethodRegistry_8_0.createExchangeDeclareBody(int ticket, AMQShortString exchange, AMQShortString type, boolean passive, boolean durable, boolean autoDelete, boolean internal, boolean nowait, FieldTable arguments)
           
 

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



Licensed to the Apache Software Foundation