public class SpringBrokerContext extends Object implements BrokerContext, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
SpringBrokerContext() |
Modifier and Type | Method and Description |
---|---|
Object |
getBean(String name) |
Map |
getBeansOfType(Class type) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public Object getBean(String name)
getBean
in interface BrokerContext
public Map getBeansOfType(Class type)
getBeansOfType
in interface BrokerContext
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.