Class ExtensionManagerBus

  • All Implemented Interfaces:
    Bus, InterceptorProvider
    Direct Known Subclasses:
    BlueprintBus, SpringBus

    public class ExtensionManagerBus
    extends AbstractBasicInterceptorProvider
    implements Bus
    This bus uses CXF's built in extension manager to load components (as opposed to using the Spring bus implementation). While this is faster to load it doesn't allow extensive configuration and customization like the Spring bus does.