Uses of Interface
org.apache.qpid.server.exchange.ExchangeFactory

Packages that use ExchangeFactory
org.apache.qpid.server.exchange   
org.apache.qpid.server.virtualhost   
 

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

Classes in org.apache.qpid.server.exchange that implement ExchangeFactory
 class DefaultExchangeFactory
           
 

Methods in org.apache.qpid.server.exchange with parameters of type ExchangeFactory
 void ExchangeInitialiser.initialise(ExchangeFactory factory, ExchangeRegistry registry, DurableConfigurationStore store)
           
 

Uses of ExchangeFactory in org.apache.qpid.server.virtualhost
 

Methods in org.apache.qpid.server.virtualhost that return ExchangeFactory
 ExchangeFactory VirtualHost.getExchangeFactory()
           
 ExchangeFactory VirtualHostImpl.getExchangeFactory()
           
 



Licensed to the Apache Software Foundation