| Modifier and Type | Field and Description | 
|---|---|
| protected static Bus | BusFactory. defaultBus | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Bus | BusFactory. createBus()Creates a new bus. | 
| static Bus | BusFactory. getAndSetThreadDefaultBus(Bus bus)Sets the default bus for the thread. | 
| static Bus | BusFactory. getDefaultBus()Returns the default bus, creating it if necessary. | 
| static Bus | BusFactory. getDefaultBus(boolean createIfNeeded)Returns the default bus | 
| static Bus | BusFactory. getThreadDefaultBus()Gets the default bus for the thread. | 
| static Bus | BusFactory. getThreadDefaultBus(boolean createIfNeeded)Gets the default bus for the thread, creating if needed | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | BusFactory. clearDefaultBusForAnyThread(Bus bus)Removes a bus from being a thread default bus for any thread. | 
| static Bus | BusFactory. getAndSetThreadDefaultBus(Bus bus)Sets the default bus for the thread. | 
| protected void | BusFactory. initializeBus(Bus bus) | 
| static boolean | BusFactory. possiblySetDefaultBus(Bus bus)Sets the default bus if a default bus is not already set. | 
| static void | BusFactory. setDefaultBus(Bus bus)Sets the default bus. | 
| static void | BusFactory. setThreadDefaultBus(Bus bus)Sets the default bus for the thread. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Bus | AbstractBindingFactory. bus | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus | AbstractBindingFactory. getBus() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractBindingFactory. setBus(Bus bus) | 
| Constructor and Description | 
|---|
| AbstractBindingFactory(Bus b) | 
| AbstractBindingFactory(Bus b,
                      Collection<String> ns) | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus | CXFBusFactory. createBus() | 
| Bus | CXFBusFactory. createBus(Map<Class<?>,Object> e) | 
| Bus | CXFBusFactory. createBus(Map<Class<?>,Object> e,
         Map<String,Object> properties) | 
| Constructor and Description | 
|---|
| ManagedBus(Bus b) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BlueprintBus | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExtensionManagerBusThis bus uses CXF's built in extension manager to load components
 (as opposed to using the Spring bus implementation). | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | Extension. load(ClassLoader cl,
    Bus b) | 
| Constructor and Description | 
|---|
| ExtensionManagerImpl(ClassLoader cl,
                    Map<Class<?>,Object> initialExtensions,
                    ResourceManager rm,
                    Bus b) | 
| ExtensionManagerImpl(String[] resources,
                    ClassLoader cl,
                    Map<Class<?>,Object> initialExtensions,
                    ResourceManager rm,
                    Bus b) | 
| ExtensionManagerImpl(String resource,
                    ClassLoader cl,
                    Map<Class<?>,Object> initialExtensions,
                    ResourceManager rm,
                    Bus b) | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus | ServerRegistryImpl. getBus() | 
| Bus | WorkQueueManagerImpl. getBus() | 
| Bus | HeaderManagerImpl. getBus() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BindingFactoryManagerImpl. setBus(Bus b) | 
| void | ServiceContractResolverRegistryImpl. setBus(Bus bus)Sets the bus with which the registry is associated. | 
| void | DestinationFactoryManagerImpl. setBus(Bus b) | 
| void | EndpointResolverRegistryImpl. setBus(Bus b) | 
| void | ServerRegistryImpl. setBus(Bus bus) | 
| void | WorkQueueManagerImpl. setBus(Bus bus) | 
| void | HeaderManagerImpl. setBus(Bus bus) | 
| void | ConduitInitiatorManagerImpl. setBus(Bus b) | 
| void | CXFBusLifeCycleManager. setBus(Bus b) | 
| Constructor and Description | 
|---|
| BindingFactoryManagerImpl(Bus b) | 
| ClientLifeCycleManagerImpl(Bus b) | 
| ConduitInitiatorManagerImpl(Bus b) | 
| CXFBusLifeCycleManager(Bus b) | 
| DestinationFactoryManagerImpl(Bus b) | 
| DestinationFactoryManagerImpl(Map<String,DestinationFactory> destinationFactories,
                             Bus b) | 
| EndpointResolverRegistryImpl(Bus b) | 
| HeaderManagerImpl(Bus b) | 
| ServerLifeCycleManagerImpl(Bus b) | 
| ServerRegistryImpl(Bus b) | 
| ServiceContractResolverRegistryImpl(Bus b) | 
| WorkQueueManagerImpl(Bus b) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | CXFExtensionBundleListener.OSGiExtension. load(ClassLoader cl,
    Bus b) | 
| Constructor and Description | 
|---|
| OSGIBusListener(Bus b) | 
| OSGIBusListener(Bus b,
               Object[] args) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResourceManagerImpl. setBus(Bus b) | 
| Constructor and Description | 
|---|
| ResourceManagerImpl(Bus b) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpringBus | 
| Modifier and Type | Method and Description | 
|---|---|
| static Bus | BusWiringBeanFactoryPostProcessor. addBus(org.springframework.context.ApplicationContext ctx,
      String name) | 
| static Bus | BusWiringBeanFactoryPostProcessor. addDefaultBus(org.springframework.context.ApplicationContext ctx) | 
| Bus | SpringBusFactory. createBus() | 
| Bus | SpringBusFactory. createBus(String cfgFile) | 
| Bus | SpringBusFactory. createBus(String[] cfgFiles) | 
| Bus | SpringBusFactory. createBus(String[] cfgFiles,
         boolean includeDefaults) | 
| Bus | SpringBusFactory. createBus(String cfgFile,
         boolean includeDefaults) | 
| Bus | SpringBusFactory. createBus(URL url) | 
| Bus | SpringBusFactory. createBus(URL[] urls) | 
| Bus | SpringBusFactory. createBus(URL[] urls,
         boolean includeDefaults) | 
| Bus | SpringBusFactory. createBus(URL url,
         boolean includeDefaults) | 
| protected Bus | SpringBusFactory. finishCreatingBus(org.springframework.context.ConfigurableApplicationContext bac) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BusDefinitionParser.BusConfig. setBus(Bus bb) | 
| Constructor and Description | 
|---|
| BusWiringBeanFactoryPostProcessor(Bus b) | 
| SpringBeanLocator(org.springframework.context.ApplicationContext ctx,
                 Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BusCreationListener. busCreated(Bus b)Invoked to create a BusLifeCycleListener. | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus | OASISCatalogManager. getBus() | 
| Modifier and Type | Method and Description | 
|---|---|
| static OASISCatalogManager | OASISCatalogManager. getCatalogManager(Bus bus) | 
| void | OASISCatalogManager. setBus(Bus bus) | 
| Constructor and Description | 
|---|
| CatalogXmlSchemaURIResolver(Bus bus) | 
| OASISCatalogManager(Bus b) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | JAXBUtils. setNamespaceMapper(Bus bus,
                  Map<String,String> nspref,
                  Marshaller marshaller) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Bus | GeneratedClassClassLoader. bus | 
| protected Bus | ClassGeneratorClassLoader. bus | 
| Constructor and Description | 
|---|
| ClassGeneratorClassLoader(Bus bus) | 
| ClassLoaderProxyService(Bus bus) | 
| GeneratedClassClassLoader(Bus bus) | 
| GeneratedNamespaceClassLoader(Bus bus) | 
| GenerateJustInTime(Bus bus) | 
| LoadFirst(Bus bus) | 
| NamespaceClassGenerator(Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Class<?> | ClassHelper. getRealClass(Bus bus,
            Object o) | 
| static Class<?> | ClassHelper. getRealClassFromClass(Bus bus,
                     Class<?> cls) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Bus | AbstractDataBinding. getBus() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractDataBinding. setBus(Bus bus)This call is used to set the bus. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StaxDataBindingFeature.Portable. initialize(Client client,
          Bus bus) | 
| void | StaxDataBindingFeature.Portable. initialize(Server server,
          Bus bus) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Bus | ClientImpl. bus | 
| protected Bus | ManagedEndpoint. bus | 
| protected Bus | AbstractEndpointFactory. bus | 
| protected Bus | ServerImpl. bus | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus | Client. getBus()Retrieves the Bus that was used to create the Client | 
| Bus | ClientImpl. getBus() | 
| Bus | AbstractEndpointFactory. getBus() | 
| Bus | EndpointImpl. getBus() | 
| Bus | AbstractEndpointFactory. getBus(boolean createIfNeeded) | 
| Modifier and Type | Method and Description | 
|---|---|
| EndpointImpl | SimpleEndpointImplFactory. newEndpointImpl(Bus bus,
               Service service,
               EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info. | 
| EndpointImpl | EndpointImplFactory. newEndpointImpl(Bus bus,
               Service service,
               EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info. | 
| void | AbstractEndpointFactory. setBus(Bus bus) | 
| void | EndpointImpl. setBus(Bus bus) | 
| Constructor and Description | 
|---|
| ClientImpl(Bus b,
          Endpoint e) | 
| ClientImpl(Bus b,
          Endpoint e,
          Conduit c) | 
| ClientImpl(Bus b,
          Endpoint e,
          ConduitSelector sc) | 
| ClientImpl(Bus bus,
          Service svc,
          QName port,
          EndpointImplFactory endpointImplFactory)Create a Client that uses a specific EndpointImpl. | 
| EndpointImpl(Bus bus,
            Service s,
            EndpointInfo ei) | 
| EndpointImpl(Bus bus,
            Service s,
            QName endpointName) | 
| ManagedEndpoint(Bus b,
               Endpoint ep,
               Server s) | 
| ServerImpl(Bus bus,
          Endpoint endpoint,
          DestinationFactory destinationFactory,
          BindingFactory bindingFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FastInfosetFeature.Portable. doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| void | StaxTransformFeature.Portable. doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| default void | AbstractPortableFeature. doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| void | LoggingFeature.Portable. doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| void | AbstractFeature. doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| void | WrappedFeature. initialize(Bus bus) | 
| default void | AbstractPortableFeature. initialize(Bus bus) | 
| void | DelegatingFeature. initialize(Bus bus) | 
| void | Feature. initialize(Bus bus) | 
| void | WrappedFeature. initialize(Client client,
          Bus bus) | 
| default void | AbstractPortableFeature. initialize(Client client,
          Bus bus) | 
| void | DelegatingFeature. initialize(Client client,
          Bus bus) | 
| void | Feature. initialize(Client client,
          Bus bus) | 
| void | WrappedFeature. initialize(InterceptorProvider interceptorProvider,
          Bus bus) | 
| default void | AbstractPortableFeature. initialize(InterceptorProvider interceptorProvider,
          Bus bus) | 
| void | DelegatingFeature. initialize(InterceptorProvider interceptorProvider,
          Bus bus) | 
| void | Feature. initialize(InterceptorProvider interceptorProvider,
          Bus bus) | 
| void | WrappedFeature. initialize(Server server,
          Bus bus) | 
| default void | AbstractPortableFeature. initialize(Server server,
          Bus bus) | 
| void | DelegatingFeature. initialize(Server server,
          Bus bus) | 
| void | Feature. initialize(Server server,
          Bus bus) | 
| protected void | DelegatingFeature. initializeProvider(InterceptorProvider interceptorProvider,
                  Bus bus) | 
| protected void | AbstractFeature. initializeProvider(InterceptorProvider provider,
                  Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XSLTFeature.Portable. doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SchemaValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider,
                    Bus bus) | 
| void | SchemaValidationFeature.Portable. initialize(Client client,
          Bus bus) | 
| void | SchemaValidationFeature.Portable. initialize(Server server,
          Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus | AbstractFaultChainInitiatorObserver. getBus() | 
| Constructor and Description | 
|---|
| AbstractFaultChainInitiatorObserver(Bus bus) | 
| ClientOutFaultObserver(Bus bus) | 
| InFaultChainInitiatorObserver(Bus bus) | 
| OutFaultChainInitiatorObserver(Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JAASAuthenticationFeature.Portable. doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DelayedCachedOutputStreamCleaner. setBus(Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus | ExchangeImpl. getBus() | 
| Bus | Exchange. getBus() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceBuilder. setBus(Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| Bus | AbstractServiceFactoryBean. getBus() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FactoryBeanListenerManager. setBus(Bus bus) | 
| void | AbstractServiceFactoryBean. setBus(Bus bus) | 
| Constructor and Description | 
|---|
| FactoryBeanListenerManager(Bus b) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Bus | ChainInitiationObserver. bus | 
| protected Bus | MultipleEndpointObserver. bus | 
| protected Bus | TransportURIResolver. bus | 
| protected Bus | AbstractDestination. bus | 
| Modifier and Type | Method and Description | 
|---|---|
| Conduit | ConduitInitiator. getConduit(EndpointInfo targetInfo,
          Bus bus)Initiate an outbound Conduit. | 
| Conduit | ConduitInitiator. getConduit(EndpointInfo localInfo,
          org.apache.cxf.ws.addressing.EndpointReferenceType target,
          Bus bus)Initiate an outbound Conduit. | 
| Destination | DestinationFactory. getDestination(EndpointInfo ei,
              Bus bus)Create a destination. | 
| protected static org.apache.cxf.ws.addressing.EndpointReferenceType | AbstractObservable. getTargetReference(EndpointInfo ei,
                  Bus bus)Get the target reference . | 
| protected static org.apache.cxf.ws.addressing.EndpointReferenceType | AbstractObservable. getTargetReference(EndpointInfo ei,
                  org.apache.cxf.ws.addressing.EndpointReferenceType t,
                  Bus bus)Get the target endpoint reference. | 
| Constructor and Description | 
|---|
| AbstractDestination(Bus b,
                   org.apache.cxf.ws.addressing.EndpointReferenceType ref,
                   EndpointInfo ei) | 
| AbstractMultiplexDestination(Bus b,
                            org.apache.cxf.ws.addressing.EndpointReferenceType ref,
                            EndpointInfo ei) | 
| ChainInitiationObserver(Endpoint endpoint,
                       Bus bus) | 
| MultipleEndpointObserver(Bus bus) | 
| TransportFinder(Bus b,
               Map<String,T> m,
               Set<String> l,
               Class<T> c) | 
| TransportURIResolver(Bus b) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GZIPFeature.Portable. doInitializeProvider(InterceptorProvider provider,
                    Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider,
                    Bus bus) | 
| void | BeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider,
                    Bus bus) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.cxf.ws.addressing.EndpointReferenceType | EndpointReferenceUtils. getEndpointReferenceWithId(QName serviceQName,
                          String portName,
                          String id,
                          Bus bus)Obtain a multiplexed endpoint reference for the deployed service that contains the provided id | 
| static QName | EndpointReferenceUtils. getInterfaceName(org.apache.cxf.ws.addressing.EndpointReferenceType ref,
                Bus bus) | 
| static QName | EndpointReferenceUtils. getPortQName(org.apache.cxf.ws.addressing.EndpointReferenceType ref,
            Bus bus) | 
| static Schema | EndpointReferenceUtils. getSchema(ServiceInfo serviceInfo,
         Bus b) | 
| static QName | EndpointReferenceUtils. getServiceName(org.apache.cxf.ws.addressing.EndpointReferenceType ref,
              Bus bus)Gets the service name of the provided endpoint reference. | 
| protected void | WSAddressingFeature. initializeProvider(InterceptorProvider provider,
                  Bus bus) | 
| void | WSAddressingFeature.WSAddressingFeatureApplier. initializeProvider(WSAddressingFeature feature,
                  InterceptorProvider provider,
                  Bus bus) | 
| static org.apache.cxf.ws.addressing.EndpointReferenceType | EndpointReferenceUtils. mint(org.apache.cxf.ws.addressing.EndpointReferenceType physical,
    Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry. | 
| static org.apache.cxf.ws.addressing.EndpointReferenceType | EndpointReferenceUtils. mint(QName serviceName,
    Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry. | 
| static org.apache.cxf.ws.addressing.EndpointReferenceType | EndpointReferenceUtils. renew(org.apache.cxf.ws.addressing.EndpointReferenceType logical,
     org.apache.cxf.ws.addressing.EndpointReferenceType physical,
     Bus bus)Renew logical endpoint reference via the Bus EndpointResolverRegistry. | 
| static org.apache.cxf.ws.addressing.EndpointReferenceType | EndpointReferenceUtils. resolve(org.apache.cxf.ws.addressing.EndpointReferenceType logical,
       Bus bus)Resolve logical endpoint reference via the Bus EndpointResolverRegistry. | 
Apache CXF