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

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

Methods in org.apache.qpid.framing that return ExchangeDeclareOkBody
abstract  ExchangeDeclareOkBody MethodRegistry.createExchangeDeclareOkBody()
           
 

Methods in org.apache.qpid.framing with parameters of type ExchangeDeclareOkBody
 boolean ClientMethodDispatcher.dispatchExchangeDeclareOk(ExchangeDeclareOkBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ExchangeDeclareOkBody
 class ExchangeDeclareOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ExchangeDeclareOkBody
 ExchangeDeclareOkBody MethodRegistry_0_9.createExchangeDeclareOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ExchangeDeclareOkBody
 ExchangeDeclareOkBody MethodRegistry_0_91.createExchangeDeclareOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ExchangeDeclareOkBody
 ExchangeDeclareOkBody MethodRegistry_8_0.createExchangeDeclareOkBody()
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type ExchangeDeclareOkBody
 boolean ClientMethodDispatcher_8_0.dispatchExchangeDeclareOk(ExchangeDeclareOkBody body, int channelId)
           
 



Licensed to the Apache Software Foundation