Apache CXF API

Uses of Interface
org.apache.cxf.Bus

Packages that use Bus
org.apache.cxf Contains the Bus, which is the central touch point of CXF, and its related classes. 
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.bus   
org.apache.cxf.bus.blueprint   
org.apache.cxf.bus.extension   
org.apache.cxf.bus.managers   
org.apache.cxf.bus.osgi   
org.apache.cxf.bus.resource   
org.apache.cxf.bus.spring   
org.apache.cxf.buslifecycle   
org.apache.cxf.catalog   
org.apache.cxf.databinding   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.feature.transform   
org.apache.cxf.feature.validation   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.message   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.factory   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.common.gzip   
org.apache.cxf.ws.addressing   
 

Uses of Bus in org.apache.cxf
 

Fields in org.apache.cxf declared as Bus
protected static Bus BusFactory.defaultBus
           
 

Methods in org.apache.cxf that return Bus
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
 

Methods in org.apache.cxf with parameters of type Bus
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.
 

Uses of Bus in org.apache.cxf.binding
 

Fields in org.apache.cxf.binding declared as Bus
protected  Bus AbstractBindingFactory.bus
           
 

Methods in org.apache.cxf.binding that return Bus
 Bus AbstractBindingFactory.getBus()
           
 

Methods in org.apache.cxf.binding with parameters of type Bus
 void AbstractBindingFactory.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.binding with parameters of type Bus
AbstractBindingFactory(Bus b)
           
AbstractBindingFactory(Bus b, Collection<String> ns)
           
 

Uses of Bus in org.apache.cxf.bus
 

Methods in org.apache.cxf.bus that return Bus
 Bus CXFBusFactory.createBus()
           
 Bus CXFBusFactory.createBus(Map<Class<?>,Object> e)
           
 Bus CXFBusFactory.createBus(Map<Class<?>,Object> e, Map<String,Object> properties)
           
 

Constructors in org.apache.cxf.bus with parameters of type Bus
ManagedBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.bus.blueprint
 

Classes in org.apache.cxf.bus.blueprint that implement Bus
 class BlueprintBus
           
 

Uses of Bus in org.apache.cxf.bus.extension
 

Classes in org.apache.cxf.bus.extension that implement Bus
 class ExtensionManagerBus
          This bus uses CXF's built in extension manager to load components (as opposed to using the Spring bus implementation).
 

Methods in org.apache.cxf.bus.extension with parameters of type Bus
 Object Extension.load(ClassLoader cl, Bus b)
           
 

Constructors in org.apache.cxf.bus.extension with parameters of type Bus
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)
           
 

Uses of Bus in org.apache.cxf.bus.managers
 

Methods in org.apache.cxf.bus.managers that return Bus
 Bus HeaderManagerImpl.getBus()
           
 Bus WorkQueueManagerImpl.getBus()
           
 Bus ServerRegistryImpl.getBus()
           
 

Methods in org.apache.cxf.bus.managers with parameters of type Bus
 void HeaderManagerImpl.setBus(Bus bus)
           
 void ServiceContractResolverRegistryImpl.setBus(Bus b)
          Sets the bus with which the registry is associated.
 void ConduitInitiatorManagerImpl.setBus(Bus b)
           
 void BindingFactoryManagerImpl.setBus(Bus b)
           
 void EndpointResolverRegistryImpl.setBus(Bus b)
           
 void DestinationFactoryManagerImpl.setBus(Bus b)
           
 void WorkQueueManagerImpl.setBus(Bus bus)
           
 void CXFBusLifeCycleManager.setBus(Bus b)
           
 void ServerRegistryImpl.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.bus.managers with parameters of type Bus
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)
           
 

Uses of Bus in org.apache.cxf.bus.osgi
 

Methods in org.apache.cxf.bus.osgi with parameters of type Bus
 Object CXFExtensionBundleListener.OSGiExtension.load(ClassLoader cl, Bus b)
           
 

Constructors in org.apache.cxf.bus.osgi with parameters of type Bus
OSGIBusListener(Bus b)
           
OSGIBusListener(Bus b, Object[] args)
           
 

Uses of Bus in org.apache.cxf.bus.resource
 

Methods in org.apache.cxf.bus.resource with parameters of type Bus
 void ResourceManagerImpl.setBus(Bus b)
           
 

Constructors in org.apache.cxf.bus.resource with parameters of type Bus
ResourceManagerImpl(Bus b)
           
 

Uses of Bus in org.apache.cxf.bus.spring
 

Classes in org.apache.cxf.bus.spring that implement Bus
 class SpringBus
           
 

Methods in org.apache.cxf.bus.spring that return Bus
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)
           
 

Methods in org.apache.cxf.bus.spring with parameters of type Bus
 void BusDefinitionParser.BusConfig.setBus(Bus bb)
           
static void BusWiringBeanFactoryPostProcessor.updateBusReferencesInContext(Bus bus, org.springframework.context.ApplicationContext ctx)
          Deprecated. 
 

Constructors in org.apache.cxf.bus.spring with parameters of type Bus
BusWiringBeanFactoryPostProcessor(Bus b)
           
SpringBeanLocator(org.springframework.context.ApplicationContext ctx, Bus bus)
           
 

Uses of Bus in org.apache.cxf.buslifecycle
 

Methods in org.apache.cxf.buslifecycle with parameters of type Bus
 void BusCreationListener.busCreated(Bus b)
          Invoked to create a BusLifeCycleListener.
 

Uses of Bus in org.apache.cxf.catalog
 

Methods in org.apache.cxf.catalog that return Bus
 Bus OASISCatalogManager.getBus()
           
 

Methods in org.apache.cxf.catalog with parameters of type Bus
static OASISCatalogManager OASISCatalogManager.getCatalogManager(Bus bus)
           
 void OASISCatalogManager.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.catalog with parameters of type Bus
CatalogXmlSchemaURIResolver(Bus bus)
           
OASISCatalogManager(Bus b)
           
 

Uses of Bus in org.apache.cxf.databinding
 

Methods in org.apache.cxf.databinding that return Bus
protected  Bus AbstractDataBinding.getBus()
           
 

Methods in org.apache.cxf.databinding with parameters of type Bus
 void AbstractDataBinding.setBus(Bus bus)
          This call is used to set the bus.
 

Uses of Bus in org.apache.cxf.databinding.stax
 

Methods in org.apache.cxf.databinding.stax with parameters of type Bus
 void StaxDataBindingFeature.initialize(Client client, Bus bus)
           
 void StaxDataBindingFeature.initialize(Server server, Bus bus)
           
 

Uses of Bus in org.apache.cxf.endpoint
 

Fields in org.apache.cxf.endpoint declared as Bus
protected  Bus AbstractEndpointFactory.bus
           
protected  Bus ClientImpl.bus
           
 

Methods in org.apache.cxf.endpoint that return Bus
 Bus Client.getBus()
          Retrieves the Bus that was used to create the Client
 Bus EndpointImpl.getBus()
           
 Bus AbstractEndpointFactory.getBus()
           
 Bus ClientImpl.getBus()
           
 

Methods in org.apache.cxf.endpoint with parameters of type Bus
 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 EndpointImpl.setBus(Bus bus)
           
 void AbstractEndpointFactory.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.endpoint with parameters of type Bus
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)
           
ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, MessageObserver observer)
           
 

Uses of Bus in org.apache.cxf.feature
 

Methods in org.apache.cxf.feature with parameters of type Bus
 void AbstractFeature.initialize(Bus bus)
           
 void WrappedFeature.initialize(Bus bus)
           
 void Feature.initialize(Bus bus)
           
 void AbstractFeature.initialize(Client client, Bus bus)
           
 void WrappedFeature.initialize(Client client, Bus bus)
           
 void Feature.initialize(Client client, Bus bus)
           
 void AbstractFeature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void WrappedFeature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void Feature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void AbstractFeature.initialize(Server server, Bus bus)
           
 void WrappedFeature.initialize(Server server, Bus bus)
           
 void Feature.initialize(Server server, Bus bus)
           
protected  void AbstractFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void FastInfosetFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void StaxTransformFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void LoggingFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

Uses of Bus in org.apache.cxf.feature.transform
 

Methods in org.apache.cxf.feature.transform with parameters of type Bus
protected  void XSLTFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

Uses of Bus in org.apache.cxf.feature.validation
 

Methods in org.apache.cxf.feature.validation with parameters of type Bus
 void SchemaValidationFeature.initialize(Client client, Bus bus)
           
 void SchemaValidationFeature.initialize(Server server, Bus bus)
           
 

Uses of Bus in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor that return Bus
 Bus AbstractFaultChainInitiatorObserver.getBus()
           
 

Constructors in org.apache.cxf.interceptor with parameters of type Bus
AbstractFaultChainInitiatorObserver(Bus bus)
           
ClientOutFaultObserver(Bus bus)
           
InFaultChainInitiatorObserver(Bus bus)
           
OutFaultChainInitiatorObserver(Bus bus)
           
 

Uses of Bus in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return Bus
 Bus Exchange.getBus()
           
 Bus ExchangeImpl.getBus()
           
 

Uses of Bus in org.apache.cxf.service
 

Methods in org.apache.cxf.service with parameters of type Bus
 void ServiceBuilder.setBus(Bus bus)
           
 

Uses of Bus in org.apache.cxf.service.factory
 

Methods in org.apache.cxf.service.factory that return Bus
 Bus AbstractServiceFactoryBean.getBus()
           
 

Methods in org.apache.cxf.service.factory with parameters of type Bus
 void AbstractServiceFactoryBean.setBus(Bus bus)
           
 void FactoryBeanListenerManager.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.service.factory with parameters of type Bus
FactoryBeanListenerManager(Bus b)
           
 

Uses of Bus in org.apache.cxf.transport
 

Fields in org.apache.cxf.transport declared as Bus
protected  Bus AbstractDestination.bus
           
protected  Bus TransportURIResolver.bus
           
protected  Bus ChainInitiationObserver.bus
           
protected  Bus MultipleEndpointObserver.bus
           
 

Methods in org.apache.cxf.transport with parameters of type Bus
 Conduit ConduitInitiator.getConduit(EndpointInfo targetInfo, Bus bus)
          Initiate an outbound Conduit.
 Conduit ConduitInitiator.getConduit(EndpointInfo localInfo, EndpointReferenceType target, Bus bus)
          Initiate an outbound Conduit.
 Destination DestinationFactory.getDestination(EndpointInfo ei, Bus bus)
          Create a destination.
protected static EndpointReferenceType AbstractObservable.getTargetReference(EndpointInfo ei, Bus bus)
          Get the target reference .
protected static EndpointReferenceType AbstractObservable.getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus)
          Get the target endpoint reference.
 

Constructors in org.apache.cxf.transport with parameters of type Bus
AbstractDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)
           
AbstractMultiplexDestination(Bus b, 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)
           
 

Uses of Bus in org.apache.cxf.transport.common.gzip
 

Methods in org.apache.cxf.transport.common.gzip with parameters of type Bus
protected  void GZIPFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

Uses of Bus in org.apache.cxf.ws.addressing
 

Methods in org.apache.cxf.ws.addressing with parameters of type Bus
static 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(EndpointReferenceType ref, Bus bus)
           
static QName EndpointReferenceUtils.getPortQName(EndpointReferenceType ref, Bus bus)
           
static Schema EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo, Bus b)
           
static QName EndpointReferenceUtils.getServiceName(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 EndpointReferenceType EndpointReferenceUtils.mint(EndpointReferenceType physical, Bus bus)
          Mint logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType EndpointReferenceUtils.mint(QName serviceName, Bus bus)
          Mint logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType EndpointReferenceUtils.renew(EndpointReferenceType logical, EndpointReferenceType physical, Bus bus)
          Renew logical endpoint reference via the Bus EndpointResolverRegistry.
static EndpointReferenceType EndpointReferenceUtils.resolve(EndpointReferenceType logical, Bus bus)
          Resolve logical endpoint reference via the Bus EndpointResolverRegistry.
 


Apache CXF API

Apache CXF