Package org.apache.activemq.spring
Class SpringBrokerContext
java.lang.Object
org.apache.activemq.spring.SpringBrokerContext
- All Implemented Interfaces:
BrokerContext,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class SpringBrokerContext
extends Object
implements BrokerContext, org.springframework.context.ApplicationContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBeansOfType(Class type) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetConfigurationUrl(String configurationUrl)
-
Constructor Details
-
SpringBrokerContext
public SpringBrokerContext()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getBean
- Specified by:
getBeanin interfaceBrokerContext
-
getBeansOfType
- Specified by:
getBeansOfTypein interfaceBrokerContext
-
setConfigurationUrl
-
getConfigurationUrl
- Specified by:
getConfigurationUrlin interfaceBrokerContext
-