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

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

Methods in org.apache.qpid.framing that return ExchangeBoundOkBody
abstract  ExchangeBoundOkBody MethodRegistry.createExchangeBoundOkBody(int replyCode, AMQShortString replyText)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ExchangeBoundOkBody
 class ExchangeBoundOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ExchangeBoundOkBody
 ExchangeBoundOkBody MethodRegistry_0_9.createExchangeBoundOkBody(int replyCode, AMQShortString replyText)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ExchangeBoundOkBody
 ExchangeBoundOkBody MethodRegistry_0_91.createExchangeBoundOkBody(int replyCode, AMQShortString replyText)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ExchangeBoundOkBody
 ExchangeBoundOkBody MethodRegistry_8_0.createExchangeBoundOkBody(int replyCode, AMQShortString replyText)
           
 

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



Licensed to the Apache Software Foundation