Class SpringBusFactory

java.lang.Object
org.apache.cxf.BusFactory
org.apache.cxf.bus.spring.SpringBusFactory

public class SpringBusFactory extends BusFactory
  • Constructor Details

    • SpringBusFactory

      public SpringBusFactory()
    • SpringBusFactory

      public SpringBusFactory(org.springframework.context.ApplicationContext context)
    • SpringBusFactory

      public SpringBusFactory(org.springframework.beans.factory.xml.NamespaceHandlerResolver r)
  • Method Details

    • getApplicationContext

      public org.springframework.context.ApplicationContext getApplicationContext()
    • setNamespaceHandlerResolver

      public void setNamespaceHandlerResolver(org.springframework.beans.factory.xml.NamespaceHandlerResolver r)
    • createBus

      public Bus createBus()
      Description copied from class: BusFactory
      Creates a new bus. While concrete BusFactory may offer differently parameterized methods for creating a bus, all factories support this no-arg factory method.
      Specified by:
      createBus in class BusFactory
      Returns:
      the newly created bus.
    • createBus

      public Bus createBus(String cfgFile)
    • createBus

      public Bus createBus(String[] cfgFiles)
    • finishCreatingBus

      protected Bus finishCreatingBus(org.springframework.context.ConfigurableApplicationContext bac)
    • createBus

      public Bus createBus(String cfgFile, boolean includeDefaults)
    • createBus

      public Bus createBus(String[] cfgFiles, boolean includeDefaults)
    • createApplicationContext

      protected org.springframework.context.ConfigurableApplicationContext createApplicationContext(String[] cfgFiles, boolean includeDefaults)
    • createBus

      public Bus createBus(URL url)
    • createBus

      public Bus createBus(URL[] urls)
    • createBus

      public Bus createBus(URL url, boolean includeDefaults)
    • createBus

      public Bus createBus(URL[] urls, boolean includeDefaults)
    • createAppContext

      protected org.springframework.context.ConfigurableApplicationContext createAppContext(URL[] urls, boolean includeDefaults)