Uses of Class
org.apache.qpid.transport.ExchangeBind

Packages that use ExchangeBind
org.apache.qpid   
org.apache.qpid.transport   
 

Uses of ExchangeBind in org.apache.qpid
 

Methods in org.apache.qpid with parameters of type ExchangeBind
 void ToyBroker.exchangeBind(Session ssn, ExchangeBind qb)
           
 

Uses of ExchangeBind in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return ExchangeBind
 ExchangeBind ExchangeBind.arguments(Map<String,Object> value)
           
 ExchangeBind ExchangeBind.bindingKey(String value)
           
 ExchangeBind ExchangeBind.clearArguments()
           
 ExchangeBind ExchangeBind.clearBindingKey()
           
 ExchangeBind ExchangeBind.clearExchange()
           
 ExchangeBind ExchangeBind.clearQueue()
           
 ExchangeBind ExchangeBind.exchange(String value)
           
 ExchangeBind ExchangeBind.queue(String value)
           
 ExchangeBind ExchangeBind.setArguments(Map<String,Object> value)
           
 ExchangeBind ExchangeBind.setBindingKey(String value)
           
 ExchangeBind ExchangeBind.setExchange(String value)
           
 ExchangeBind ExchangeBind.setQueue(String value)
           
 

Methods in org.apache.qpid.transport with parameters of type ExchangeBind
 void MethodDelegate.exchangeBind(C context, ExchangeBind method)
           
 



Licensed to the Apache Software Foundation