public interface  org.apache.activemq.broker.BrokerFactoryHandler extends java.lang.Object
{
public abstract org.apache.activemq.broker.BrokerService createBroker(java.net.URI) throws java.lang.Exception;
}