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

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

Methods in org.apache.qpid.framing that return ExchangeDeleteOkBody
abstract  ExchangeDeleteOkBody MethodRegistry.createExchangeDeleteOkBody()
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ExchangeDeleteOkBody
 class ExchangeDeleteOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ExchangeDeleteOkBody
 ExchangeDeleteOkBody MethodRegistry_0_9.createExchangeDeleteOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ExchangeDeleteOkBody
 ExchangeDeleteOkBody MethodRegistry_0_91.createExchangeDeleteOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ExchangeDeleteOkBody
 ExchangeDeleteOkBody MethodRegistry_8_0.createExchangeDeleteOkBody()
           
 

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



Licensed to the Apache Software Foundation