Interface Bus

All Superinterfaces:
InterceptorProvider
All Known Implementing Classes:
ExtensionManagerBus, SpringBus

public interface Bus extends InterceptorProvider
The Bus is the central place in CXF. Its primary responsibility is providing access to the different extensions (such as the DestinationFactoryManager, ConduitFactoryManager, BindingFactoryManager, etc). Depending on the implementation of the Bus it may also be responsible for wiring up the CXF internals.