Uses of Class
org.apache.qpid.client.AMQDestination.Binding

Packages that use AMQDestination.Binding
org.apache.qpid.client.messaging.address   
 

Uses of AMQDestination.Binding in org.apache.qpid.client.messaging.address
 

Fields in org.apache.qpid.client.messaging.address with type parameters of type AMQDestination.Binding
protected  List<AMQDestination.Binding> Node._bindings
           
 

Methods in org.apache.qpid.client.messaging.address that return types with arguments of type AMQDestination.Binding
 List<AMQDestination.Binding> Node.getBindings()
           
 List<AMQDestination.Binding> AddressHelper.getBindings(Map props)
           
 

Methods in org.apache.qpid.client.messaging.address with parameters of type AMQDestination.Binding
 void Node.addBinding(AMQDestination.Binding binding)
           
 

Method parameters in org.apache.qpid.client.messaging.address with type arguments of type AMQDestination.Binding
 void Node.setBindings(List<AMQDestination.Binding> bindings)
           
 



Licensed to the Apache Software Foundation