Uses of Interface
org.apache.qpid.server.configuration.ExchangeConfig

Packages that use ExchangeConfig
org.apache.qpid.qmf   
org.apache.qpid.server.configuration   
org.apache.qpid.server.exchange   
 

Uses of ExchangeConfig in org.apache.qpid.qmf
 

Classes in org.apache.qpid.qmf that implement ExchangeConfig
 class ManagementExchange
           
 

Uses of ExchangeConfig in org.apache.qpid.server.configuration
 

Fields in org.apache.qpid.server.configuration with type parameters of type ExchangeConfig
static org.apache.qpid.server.configuration.ExchangeConfigType.ExchangeReadOnlyProperty<ExchangeConfig> ExchangeConfigType.ALTERNATE_EXCHANGE_PROPERTY
           
static org.apache.qpid.server.configuration.QueueConfigType.QueueReadOnlyProperty<ExchangeConfig> QueueConfigType.ALTERNATE_EXCHANGE_PROPERTY
           
static org.apache.qpid.server.configuration.BindingConfigType.BindingReadOnlyProperty<ExchangeConfig> BindingConfigType.EXCHANGE_PROPERTY
           
 

Methods in org.apache.qpid.server.configuration that return ExchangeConfig
 ExchangeConfig ExchangeConfig.getAlternateExchange()
           
 ExchangeConfig QueueConfig.getAlternateExchange()
           
 ExchangeConfig BindingConfig.getExchange()
           
 

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

Subinterfaces of ExchangeConfig in org.apache.qpid.server.exchange
 interface Exchange
           
 

Classes in org.apache.qpid.server.exchange that implement ExchangeConfig
 class AbstractExchange
           
 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