org.apache.activemq.broker
Interface BrokerFactoryHandler

All Known Implementing Classes:
DefaultBrokerFactory, PropertiesBrokerFactory, XBeanBrokerFactory

public interface BrokerFactoryHandler

Represents the interface used to create a broker from a URI scheme.

Version:
$Revision: 564271 $

Method Summary
 BrokerService createBroker(URI brokerURI)
           
 

Method Detail

createBroker

BrokerService createBroker(URI brokerURI)
                           throws Exception
Throws:
Exception


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.