public class SpringBus extends ExtensionManagerBus implements org.springframework.context.ApplicationContextAware
ExtensionManagerBus.ExtensionFinder
Bus.BusState
BUS_PROPERTY_NAME, extensions, id, missingExtensions
DEFAULT_BUS_ID
Constructor and Description |
---|
SpringBus() |
Modifier and Type | Method and Description |
---|---|
void |
destroyBeans() |
String |
getId() |
void |
loadAdditionalFeatures() |
void |
onApplicationEvent(org.springframework.context.ApplicationEvent event) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBusConfig(BusDefinitionParser.BusConfig bc) |
void |
setCloseContext(boolean b) |
createConfiguredBeanLocator, doInitializeInternal, getExtension, getFeatures, getProperties, getProperty, getState, hasExtensionByName, initialize, initializeFeatures, setExtension, setFeatures, setId, setProperties, setProperty, setState, shutdown, shutdown
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
public void setBusConfig(BusDefinitionParser.BusConfig bc)
public void loadAdditionalFeatures()
loadAdditionalFeatures
in class ExtensionManagerBus
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 void onApplicationEvent(org.springframework.context.ApplicationEvent event)
public void destroyBeans()
destroyBeans
in class ExtensionManagerBus
public String getId()
getId
in interface Bus
getId
in class ExtensionManagerBus
public void setCloseContext(boolean b)
Apache CXF