Uses of Class
org.apache.qpid.server.exchange.AbstractExchange

Packages that use AbstractExchange
org.apache.qpid.server.exchange   
 

Uses of AbstractExchange in org.apache.qpid.server.exchange
 

Classes in org.apache.qpid.server.exchange with type parameters of type AbstractExchange
 class AbstractExchangeMBean<T extends AbstractExchange>
          Abstract MBean class.
 

Subclasses of AbstractExchange in org.apache.qpid.server.exchange
 class DirectExchange
           
 class FanoutExchange
           
 class HeadersExchange
          An exchange that binds queues based on a set of required headers and header values and routes messages to these queues by matching the headers of the message against those with which the queues were bound.
 class TopicExchange
           
 



Licensed to the Apache Software Foundation