Uses of Interface
org.apache.cxf.Bus
Package
Description
Contains the Bus, which is the central touch point of CXF, and its related classes.
Interfaces for protocol bindings and their factories.
Client and Server related classes.
Core interceptor interfaces which form the basis for message processing chains
in CXF.
This package and its sub packages contain classes relating to services and the CXF
service model
Transport related classes.
-
Uses of Bus in org.apache.cxf
Modifier and TypeMethodDescriptionabstract 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 busstatic 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 neededModifier and TypeMethodDescriptionstatic 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. -
Uses of Bus in org.apache.cxf.binding
-
Uses of Bus in org.apache.cxf.bus
-
Uses of Bus in org.apache.cxf.bus.extension
Modifier and TypeClassDescriptionclass
This bus uses CXF's built in extension manager to load components (as opposed to using the Spring bus implementation).ModifierConstructorDescriptionExtensionManagerImpl
(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) -
Uses of Bus in org.apache.cxf.bus.managers
Modifier and TypeMethodDescriptionHeaderManagerImpl.getBus()
ServerRegistryImpl.getBus()
WorkQueueManagerImpl.getBus()
Modifier and TypeMethodDescriptionvoid
void
final void
void
final void
final void
final void
final void
Sets the bus with which the registry is associated.final void
ModifierConstructorDescriptionDestinationFactoryManagerImpl
(Map<String, DestinationFactory> destinationFactories, Bus b) -
Uses of Bus in org.apache.cxf.bus.resource
-
Uses of Bus in org.apache.cxf.bus.spring
Modifier and TypeMethodDescriptionstatic Bus
BusWiringBeanFactoryPostProcessor.addBus
(org.springframework.context.ApplicationContext ctx, String name) static Bus
BusWiringBeanFactoryPostProcessor.addDefaultBus
(org.springframework.context.ApplicationContext ctx) SpringBusFactory.createBus()
protected Bus
SpringBusFactory.finishCreatingBus
(org.springframework.context.ConfigurableApplicationContext bac) ModifierConstructorDescriptionSpringBeanLocator
(org.springframework.context.ApplicationContext ctx, Bus bus) -
Uses of Bus in org.apache.cxf.buslifecycle
Modifier and TypeMethodDescriptionvoid
BusCreationListener.busCreated
(Bus b) Invoked to create a BusLifeCycleListener. -
Uses of Bus in org.apache.cxf.catalog
Modifier and TypeMethodDescriptionstatic OASISCatalogManager
OASISCatalogManager.getCatalogManager
(Bus bus) void
-
Uses of Bus in org.apache.cxf.common.jaxb
-
Uses of Bus in org.apache.cxf.common.spi
Modifier and TypeFieldDescriptionprotected final Bus
ClassGeneratorClassLoader.bus
protected final Bus
GeneratedClassClassLoader.bus
-
Uses of Bus in org.apache.cxf.common.util
Modifier and TypeMethodDescriptionstatic Class<?>
ClassHelper.getRealClass
(Bus bus, Object o) static Class<?>
ClassHelper.getRealClassFromClass
(Bus bus, Class<?> cls) -
Uses of Bus in org.apache.cxf.databinding
-
Uses of Bus in org.apache.cxf.databinding.stax
Modifier and TypeMethodDescriptionvoid
StaxDataBindingFeature.Portable.initialize
(Client client, Bus bus) void
StaxDataBindingFeature.Portable.initialize
(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.endpoint
Modifier and TypeFieldDescriptionprotected Bus
AbstractEndpointFactory.bus
protected Bus
ClientImpl.bus
protected final Bus
ManagedEndpoint.bus
protected final Bus
ServerImpl.bus
Modifier and TypeMethodDescriptionAbstractEndpointFactory.getBus()
AbstractEndpointFactory.getBus
(boolean createIfNeeded) Client.getBus()
Retrieves the Bus that was used to create the ClientClientImpl.getBus()
EndpointImpl.getBus()
Modifier and TypeMethodDescriptionEndpointImplFactory.newEndpointImpl
(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.SimpleEndpointImplFactory.newEndpointImpl
(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.void
void
ModifierConstructorDescriptionClientImpl
(Bus b, Endpoint e) ClientImpl
(Bus b, Endpoint e, ConduitSelector sc) ClientImpl
(Bus b, Endpoint e, Conduit c) ClientImpl
(Bus bus, Service svc, QName port, EndpointImplFactory endpointImplFactory) Create a Client that uses a specific EndpointImpl.EndpointImpl
(Bus bus, Service s, QName endpointName) EndpointImpl
(Bus bus, Service s, EndpointInfo ei) ManagedEndpoint
(Bus b, Endpoint ep, Server s) ServerImpl
(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of Bus in org.apache.cxf.feature
Modifier and TypeMethodDescriptionvoid
AbstractFeature.doInitializeProvider
(InterceptorProvider provider, Bus bus) default void
AbstractPortableFeature.doInitializeProvider
(InterceptorProvider provider, Bus bus) void
FastInfosetFeature.Portable.doInitializeProvider
(InterceptorProvider provider, Bus bus) void
LoggingFeature.Portable.doInitializeProvider
(InterceptorProvider provider, Bus bus) void
StaxTransformFeature.Portable.doInitializeProvider
(InterceptorProvider provider, Bus bus) default void
AbstractPortableFeature.initialize
(Bus bus) default void
AbstractPortableFeature.initialize
(Client client, Bus bus) default void
AbstractPortableFeature.initialize
(Server server, Bus bus) default void
AbstractPortableFeature.initialize
(InterceptorProvider interceptorProvider, Bus bus) void
DelegatingFeature.initialize
(Bus bus) void
DelegatingFeature.initialize
(Client client, Bus bus) void
DelegatingFeature.initialize
(Server server, Bus bus) void
DelegatingFeature.initialize
(InterceptorProvider interceptorProvider, Bus bus) void
Feature.initialize
(Bus bus) void
Feature.initialize
(Client client, Bus bus) void
Feature.initialize
(Server server, Bus bus) void
Feature.initialize
(InterceptorProvider interceptorProvider, Bus bus) void
WrappedFeature.initialize
(Bus bus) void
WrappedFeature.initialize
(Client client, Bus bus) void
WrappedFeature.initialize
(Server server, Bus bus) void
WrappedFeature.initialize
(InterceptorProvider interceptorProvider, Bus bus) protected void
AbstractFeature.initializeProvider
(InterceptorProvider provider, Bus bus) protected void
DelegatingFeature.initializeProvider
(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.feature.transform
Modifier and TypeMethodDescriptionvoid
XSLTFeature.Portable.doInitializeProvider
(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.feature.validation
Modifier and TypeMethodDescriptionvoid
SchemaValidationFeature.Portable.doInitializeProvider
(InterceptorProvider interceptorProvider, Bus bus) void
SchemaValidationFeature.Portable.initialize
(Client client, Bus bus) void
SchemaValidationFeature.Portable.initialize
(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.interceptor
ModifierConstructorDescription -
Uses of Bus in org.apache.cxf.interceptor.security
Modifier and TypeMethodDescriptionvoid
JAASAuthenticationFeature.Portable.doInitializeProvider
(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.message
-
Uses of Bus in org.apache.cxf.service
-
Uses of Bus in org.apache.cxf.service.factory
Modifier and TypeMethodDescriptionvoid
final void
-
Uses of Bus in org.apache.cxf.transport
Modifier and TypeFieldDescriptionprotected final Bus
AbstractDestination.bus
protected Bus
ChainInitiationObserver.bus
protected Bus
MultipleEndpointObserver.bus
protected Bus
TransportURIResolver.bus
Modifier and TypeMethodDescriptionConduitInitiator.getConduit
(EndpointInfo targetInfo, Bus bus) Initiate an outbound Conduit.ConduitInitiator.getConduit
(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.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.ModifierConstructorDescriptionAbstractDestination
(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) -
Uses of Bus in org.apache.cxf.transport.common.gzip
Modifier and TypeMethodDescriptionvoid
GZIPFeature.Portable.doInitializeProvider
(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.validation
Modifier and TypeMethodDescriptionvoid
BeanValidationFeature.Portable.doInitializeProvider
(InterceptorProvider interceptorProvider, Bus bus) void
ClientBeanValidationFeature.Portable.doInitializeProvider
(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.ws.addressing
Modifier and TypeMethodDescriptionstatic 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 idstatic 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
Mint logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceType
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
Resolve logical endpoint reference via the Bus EndpointResolverRegistry.