public class SpringBrokerContext extends java.lang.Object implements BrokerContext, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
SpringBrokerContext() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBean(java.lang.String name) |
java.util.Map |
getBeansOfType(java.lang.Class type) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public SpringBrokerContext()
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 java.lang.Object getBean(java.lang.String name)
getBean
in interface BrokerContext
public java.util.Map getBeansOfType(java.lang.Class type)
getBeansOfType
in interface BrokerContext
Copyright © 2005-2017. All Rights Reserved.