org.apache.cxf.bus.spring
Class SpringBus
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.bus.extension.ExtensionManagerBus
org.apache.cxf.bus.spring.SpringBus
- All Implemented Interfaces:
- org.apache.cxf.Bus, org.apache.cxf.interceptor.InterceptorProvider, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class SpringBus
- extends ExtensionManagerBus
- implements org.springframework.context.ApplicationContextAware
| Nested classes/interfaces inherited from interface org.apache.cxf.Bus |
org.apache.cxf.Bus.BusState |
| Fields inherited from interface org.apache.cxf.Bus |
DEFAULT_BUS_ID |
| Methods inherited from class org.apache.cxf.bus.extension.ExtensionManagerBus |
createConfiguredBeanLocator, doInitializeInternal, getExtension, getFeatures, getProperties, getProperty, getState, hasExtensionByName, initialize, initializeFeatures, setExtension, setFeatures, setId, setProperties, setProperty, setState, shutdown, shutdown |
| Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors |
SpringBus
public SpringBus()
setBusConfig
public void setBusConfig(BusDefinitionParser.BusConfig bc)
loadAdditionalFeatures
public void loadAdditionalFeatures()
- Overrides:
loadAdditionalFeatures in class ExtensionManagerBus
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
-
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
destroyBeans
public void destroyBeans()
- Overrides:
destroyBeans in class ExtensionManagerBus
getId
public String getId()
- Specified by:
getId in interface org.apache.cxf.Bus- Overrides:
getId in class ExtensionManagerBus
setCloseContext
public void setCloseContext(boolean b)
Apache CXF