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 Summary- 
Nested classes/interfaces inherited from class org.apache.cxf.bus.extension.ExtensionManagerBusExtensionManagerBus.ExtensionFinder
 - 
Nested classes/interfaces inherited from interface org.apache.cxf.BusBus.BusState
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.cxf.bus.extension.ExtensionManagerBusBUS_PROPERTY_NAME, extensions, id, missingExtensions
 - 
Fields inherited from interface org.apache.cxf.BusDEFAULT_BUS_ID
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroyBeans()StringgetId()voidonApplicationEvent(org.springframework.context.ApplicationEvent event)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)voidsetBusConfig(BusDefinitionParser.BusConfig bc)voidsetCloseContext(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, shutdown
 - 
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvidergetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 
- 
 
- 
- 
- 
Method Detail- 
setBusConfigpublic void setBusConfig(BusDefinitionParser.BusConfig bc) 
 - 
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
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- Bus
- Overrides:
- getIdin class- ExtensionManagerBus
 
 - 
setCloseContextpublic void setCloseContext(boolean b) 
 
- 
 
-