Class CXFBusFactory

    • Constructor Detail

      • CXFBusFactory

        public CXFBusFactory()
    • Method Detail

      • 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.