Package org.apache.activemq.xbean
Class XBeanBrokerFactory
java.lang.Object
org.apache.activemq.xbean.XBeanBrokerFactory
- All Implemented Interfaces:
org.apache.activemq.broker.BrokerFactoryHandler
public class XBeanBrokerFactory
extends Object
implements org.apache.activemq.broker.BrokerFactoryHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.context.ApplicationContextorg.apache.activemq.broker.BrokerServicecreateBroker(URI config) booleanvoidsetValidate(boolean validate)
-
Constructor Details
-
XBeanBrokerFactory
public XBeanBrokerFactory()
-
-
Method Details
-
isValidate
public boolean isValidate() -
setValidate
public void setValidate(boolean validate) -
createBroker
- Specified by:
createBrokerin interfaceorg.apache.activemq.broker.BrokerFactoryHandler- Throws:
Exception
-
createApplicationContext
protected org.springframework.context.ApplicationContext createApplicationContext(String uri) throws MalformedURLException - Throws:
MalformedURLException
-