Package 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:
- Bus,- InterceptorProvider,- org.springframework.beans.factory.Aware,- org.springframework.context.ApplicationContextAware
public class SpringBus
extends ExtensionManagerBus
implements org.springframework.context.ApplicationContextAware
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.cxf.bus.extension.ExtensionManagerBusExtensionManagerBus.ExtensionFinderNested classes/interfaces inherited from interface org.apache.cxf.BusBus.BusState
- 
Field SummaryFields inherited from class org.apache.cxf.bus.extension.ExtensionManagerBusBUS_PROPERTY_NAME, extensions, id, missingExtensionsFields inherited from interface org.apache.cxf.BusDEFAULT_BUS_ID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetId()voidonApplicationEvent(org.springframework.context.ApplicationEvent event) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidvoidsetCloseContext(boolean b) Methods inherited from class org.apache.cxf.bus.extension.ExtensionManagerBuscreateConfiguredBeanLocator, doInitializeInternal, getExtension, getFeatures, getProperties, getProperty, getState, hasExtensionByName, initialize, initializeFeatures, loadAdditionalFeatures, setExtension, setFeatures, setId, setProperties, setProperty, setState, shutdown, shutdownMethods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.interceptor.InterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
- 
Constructor Details- 
SpringBuspublic SpringBus()
- 
SpringBuspublic SpringBus(boolean ctxManaged) 
 
- 
- 
Method Details- 
setBusConfig
- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
 
- 
onApplicationEventpublic void onApplicationEvent(org.springframework.context.ApplicationEvent event) 
- 
destroyBeanspublic void destroyBeans()- Overrides:
- destroyBeansin class- ExtensionManagerBus
 
- 
getId- Specified by:
- getIdin interface- Bus
- Overrides:
- getIdin class- ExtensionManagerBus
 
- 
setCloseContextpublic void setCloseContext(boolean b) 
 
-