Package org.apache.cxf.bus.spring
Class SpringBusFactory
java.lang.Object
org.apache.cxf.BusFactory
org.apache.cxf.bus.spring.SpringBusFactory
- 
Field SummaryFields inherited from class org.apache.cxf.BusFactoryBUS_FACTORY_PROPERTY_NAME, DEFAULT_BUS_FACTORY, defaultBus, THREAD_BUS, THREAD_BUSSES
- 
Constructor SummaryConstructorsConstructorDescriptionSpringBusFactory(org.springframework.beans.factory.xml.NamespaceHandlerResolver r) SpringBusFactory(org.springframework.context.ApplicationContext context) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.springframework.context.ConfigurableApplicationContextcreateAppContext(URL[] urls, boolean includeDefaults) protected org.springframework.context.ConfigurableApplicationContextcreateApplicationContext(String[] cfgFiles, boolean includeDefaults) Creates a new bus.protected BusfinishCreatingBus(org.springframework.context.ConfigurableApplicationContext bac) org.springframework.context.ApplicationContextvoidsetNamespaceHandlerResolver(org.springframework.beans.factory.xml.NamespaceHandlerResolver r) Methods inherited from class org.apache.cxf.BusFactoryclearDefaultBusForAnyThread, getAndSetThreadDefaultBus, getDefaultBus, getDefaultBus, getThreadDefaultBus, getThreadDefaultBus, initializeBus, newInstance, newInstance, possiblySetDefaultBus, setDefaultBus, setThreadDefaultBus
- 
Constructor Details- 
SpringBusFactorypublic SpringBusFactory()
- 
SpringBusFactorypublic SpringBusFactory(org.springframework.context.ApplicationContext context) 
- 
SpringBusFactorypublic SpringBusFactory(org.springframework.beans.factory.xml.NamespaceHandlerResolver r) 
 
- 
- 
Method Details- 
getApplicationContextpublic org.springframework.context.ApplicationContext getApplicationContext()
- 
setNamespaceHandlerResolverpublic void setNamespaceHandlerResolver(org.springframework.beans.factory.xml.NamespaceHandlerResolver r) 
- 
createBusDescription copied from class:BusFactoryCreates a new bus. While concreteBusFactorymay offer differently parameterized methods for creating a bus, all factories support this no-arg factory method.- Specified by:
- createBusin class- BusFactory
- Returns:
- the newly created bus.
 
- 
createBus
- 
createBus
- 
finishCreatingBus
- 
createBus
- 
createBus
- 
createApplicationContextprotected org.springframework.context.ConfigurableApplicationContext createApplicationContext(String[] cfgFiles, boolean includeDefaults) 
- 
createBus
- 
createBus
- 
createBus
- 
createBus
- 
createAppContextprotected org.springframework.context.ConfigurableApplicationContext createAppContext(URL[] urls, boolean includeDefaults) 
 
-