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.binding.coloc   
org.apache.cxf.binding.coloc.feature   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.bus   
org.apache.cxf.bus.extension   
org.apache.cxf.bus.resource   
org.apache.cxf.bus.spring   
org.apache.cxf.buslifecycle   
org.apache.cxf.catalog   
org.apache.cxf.clustering   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.endpoint.dynamic   
org.apache.cxf.feature   
org.apache.cxf.frontend   
org.apache.cxf.greeter_control   
org.apache.cxf.headers   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.handler   
org.apache.cxf.jaxws.spring   
org.apache.cxf.jaxws.support   
org.apache.cxf.jbi.se   
org.apache.cxf.jca.cxf   
org.apache.cxf.jca.cxf.handlers   
org.apache.cxf.jca.servant   
org.apache.cxf.js.rhino   
org.apache.cxf.management.counters   
org.apache.cxf.management.interceptor   
org.apache.cxf.management.jmx   
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.test   
org.apache.cxf.testutil.common   
org.apache.cxf.tools.common.toolspec   
org.apache.cxf.tools.java2wsdl.generator   
org.apache.cxf.tools.java2wsdl.processor   
org.apache.cxf.tools.validator.internal   
org.apache.cxf.tools.wsdlto.core   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
org.apache.cxf.transport.jbi   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.jms.continuations   
org.apache.cxf.transport.local   
org.apache.cxf.transport.servlet   
org.apache.cxf.workqueue   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.policy   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.attachment   
org.apache.cxf.ws.policy.attachment.wsdl11   
org.apache.cxf.ws.policy.builder.primitive   
org.apache.cxf.ws.policy.mtom   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.feature   
org.apache.cxf.ws.rm.policy   
org.apache.cxf.wsdl   
org.apache.cxf.wsdl11   
 

Uses of Bus in org.apache.cxf
 

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

Fields in org.apache.cxf with type parameters of type Bus
protected static java.lang.ThreadLocal<Bus> BusFactory.localBus
           
 

Methods in org.apache.cxf that return Bus
abstract  Bus BusFactory.createBus()
          Creates a new bus.
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
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
 

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)
           
 void BindingFactoryManagerImpl.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.binding.coloc
 

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

Constructors in org.apache.cxf.binding.coloc with parameters of type Bus
ColocInFaultObserver(Bus bus)
           
ColocMessageObserver(Endpoint endpoint, Bus bus)
           
ColocOutFaultObserver(Bus bus)
           
ColocOutInterceptor(Bus b)
           
 

Uses of Bus in org.apache.cxf.binding.coloc.feature
 

Methods in org.apache.cxf.binding.coloc.feature with parameters of type Bus
 void ColocFeature.initialize(Client client, Bus bus)
           
protected  void ColocFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

Uses of Bus in org.apache.cxf.binding.object
 

Constructors in org.apache.cxf.binding.object with parameters of type Bus
LocalServerListener.OverrideBindingObserver(Endpoint endpoint, Binding binding, Bus bus)
           
LocalServerListener(Bus bus, BindingFactory bindingFactory)
           
 

Uses of Bus in org.apache.cxf.binding.soap
 

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

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

Uses of Bus in org.apache.cxf.binding.soap.interceptor
 

Constructors in org.apache.cxf.binding.soap.interceptor with parameters of type Bus
ReadHeadersInterceptor(Bus b)
           
ReadHeadersInterceptor(Bus b, java.lang.String phase)
           
SoapOutInterceptor(Bus b)
           
SoapOutInterceptor(Bus b, java.lang.String phase)
           
 

Uses of Bus in org.apache.cxf.bus
 

Classes in org.apache.cxf.bus that implement Bus
 class CXFBusImpl
           
 

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

Methods in org.apache.cxf.bus with parameters of type Bus
protected  void CXFBusFactory.initializeBus(Bus bus)
           
 

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

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).
 

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)
           
 

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

Methods in org.apache.cxf.bus.spring that return Bus
 Bus SpringBusFactory.createBus()
           
 Bus SpringBusFactory.createBus(java.lang.String cfgFile)
           
 Bus SpringBusFactory.createBus(java.lang.String[] cfgFiles)
           
 Bus SpringBusFactory.createBus(java.lang.String[] cfgFiles, boolean includeDefaults)
           
 Bus SpringBusFactory.createBus(java.lang.String cfgFile, boolean includeDefaults)
           
 Bus SpringBusFactory.createBus(java.net.URL url)
           
 Bus SpringBusFactory.createBus(java.net.URL[] urls)
           
 Bus SpringBusFactory.createBus(java.net.URL[] urls, boolean includeDefaults)
           
 Bus SpringBusFactory.createBus(java.net.URL url, boolean includeDefaults)
           
 

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

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

Uses of Bus in org.apache.cxf.buslifecycle
 

Methods in org.apache.cxf.buslifecycle with parameters of type Bus
 void CXFBusLifeCycleManager.setBus(Bus b)
           
 

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
CatalogWSDLLocator(java.lang.String wsdlUrl, Bus b)
           
CatalogXmlSchemaURIResolver(Bus bus)
           
 

Uses of Bus in org.apache.cxf.clustering
 

Methods in org.apache.cxf.clustering with parameters of type Bus
 void FailoverFeature.initialize(Client client, Bus 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 ClientImpl.bus
           
protected  Bus AbstractEndpointFactory.bus
           
 

Methods in org.apache.cxf.endpoint that return Bus
 Bus ServerRegistryImpl.getBus()
           
 Bus AbstractEndpointFactory.getBus()
           
 Bus EndpointImpl.getBus()
           
 

Methods in org.apache.cxf.endpoint with parameters of type Bus
 void ServiceContractResolverRegistryImpl.setBus(Bus bus)
           
 void ServerRegistryImpl.setBus(Bus bus)
           
 void AbstractEndpointFactory.setBus(Bus bus)
           
 void EndpointImpl.setBus(Bus bus)
           
 void EndpointResolverRegistryImpl.setBus(Bus b)
           
 

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, java.net.URL wsdlUrl, javax.xml.namespace.QName service, javax.xml.namespace.QName port)
           
EndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
EndpointImpl(Bus bus, Service s, javax.xml.namespace.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.endpoint.dynamic
 

Methods in org.apache.cxf.endpoint.dynamic with parameters of type Bus
static DynamicClientFactory DynamicClientFactory.newInstance(Bus b)
          Create a new instance using a specific Bus.
 

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 AbstractFeature.initialize(Client client, Bus bus)
           
 void AbstractFeature.initialize(Server server, Bus bus)
           
protected  void LoggingFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void AbstractFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

Uses of Bus in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return Bus
 Bus ClientProxyFactoryBean.getBus()
           
 

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

Uses of Bus in org.apache.cxf.greeter_control
 

Fields in org.apache.cxf.greeter_control declared as Bus
protected  Bus ControlImpl.greeterBus
           
 

Uses of Bus in org.apache.cxf.headers
 

Methods in org.apache.cxf.headers that return Bus
 Bus HeaderManagerImpl.getBus()
           
 

Methods in org.apache.cxf.headers with parameters of type Bus
 void HeaderManagerImpl.setBus(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.jaxws
 

Methods in org.apache.cxf.jaxws that return Bus
 Bus EndpointImpl.getBus()
           
 Bus ServiceImpl.getBus()
           
 

Methods in org.apache.cxf.jaxws with parameters of type Bus
 void EndpointImpl.setBus(Bus b)
           
 

Constructors in org.apache.cxf.jaxws with parameters of type Bus
EndpointImpl(Bus bus, java.lang.Object implementor)
           
EndpointImpl(Bus b, java.lang.Object implementor, JaxWsServerFactoryBean sf)
           
EndpointImpl(Bus b, java.lang.Object i, java.lang.String bindingUri)
           
EndpointImpl(Bus b, java.lang.Object i, java.lang.String bindingUri, java.lang.String wsdl)
           
ServiceImpl(Bus b, java.net.URL url, javax.xml.namespace.QName name, java.lang.Class<?> cls)
           
 

Uses of Bus in org.apache.cxf.jaxws.handler
 

Constructors in org.apache.cxf.jaxws.handler with parameters of type Bus
AnnotationHandlerChainBuilder(Bus bus)
           
HandlerChainBuilder(Bus aBus)
           
HandlerResolverImpl(Bus bus, javax.xml.namespace.QName serviceName, java.lang.Class<?> clazz)
           
 

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

Constructors in org.apache.cxf.jaxws.spring with parameters of type Bus
EndpointDefinitionParser.SpringEndpointImpl(Bus bus, java.lang.Object implementor)
           
 

Uses of Bus in org.apache.cxf.jaxws.support
 

Constructors in org.apache.cxf.jaxws.support with parameters of type Bus
JaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo)
           
 

Uses of Bus in org.apache.cxf.jbi.se
 

Constructors in org.apache.cxf.jbi.se with parameters of type Bus
CXFServiceUnit(Bus b, java.lang.String path, ComponentClassLoader parent)
           
CXFServiceUnitManager(Bus b, javax.jbi.component.ComponentContext c, ComponentClassLoader loader)
           
 

Uses of Bus in org.apache.cxf.jca.cxf
 

Methods in org.apache.cxf.jca.cxf that return Bus
 Bus CXFInvocationHandlerData.getBus()
           
 Bus ManagedConnectionFactoryImpl.getBus()
           
 Bus JCABusFactory.getBus()
           
 

Methods in org.apache.cxf.jca.cxf with parameters of type Bus
 void ResourceAdapterImpl.registerBus(Bus bus)
           
 void CXFInvocationHandlerData.setBus(Bus bus)
           
 void JCABusFactory.setBus(Bus b)
           
 

Method parameters in org.apache.cxf.jca.cxf with type arguments of type Bus
protected  void ResourceAdapterImpl.setBusCache(java.util.Set<Bus> cache)
           
 

Uses of Bus in org.apache.cxf.jca.cxf.handlers
 

Constructors in org.apache.cxf.jca.cxf.handlers with parameters of type Bus
InvocationHandlerFactory(Bus b, CXFManagedConnection connection)
           
 

Uses of Bus in org.apache.cxf.jca.servant
 

Methods in org.apache.cxf.jca.servant with parameters of type Bus
protected  void EJBEndpoint.setWorkManagerThreadPoolToJetty(Bus bus, java.lang.String baseAddress)
           
 

Uses of Bus in org.apache.cxf.js.rhino
 

Methods in org.apache.cxf.js.rhino that return Bus
 Bus JsServiceFactoryBean.getBus()
           
 

Methods in org.apache.cxf.js.rhino with parameters of type Bus
 void JsServiceFactoryBean.setBus(Bus bus)
           
 

Uses of Bus in org.apache.cxf.management.counters
 

Methods in org.apache.cxf.management.counters that return Bus
 Bus CounterRepository.getBus()
           
 

Methods in org.apache.cxf.management.counters with parameters of type Bus
 void CounterRepository.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.management.interceptor
 

Methods in org.apache.cxf.management.interceptor with parameters of type Bus
protected  void ResponseTimeFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

Uses of Bus in org.apache.cxf.management.jmx
 

Methods in org.apache.cxf.management.jmx that return Bus
 Bus InstrumentationManagerImpl.getBus()
           
 

Methods in org.apache.cxf.management.jmx with parameters of type Bus
 void InstrumentationManagerImpl.setBus(Bus bus)
           
 

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)
           
 

Uses of Bus in org.apache.cxf.test
 

Fields in org.apache.cxf.test declared as Bus
protected  Bus TestUtilities.bus
           
protected  Bus AbstractCXFTest.bus
           
 

Methods in org.apache.cxf.test that return Bus
protected  Bus AbstractCXFTest.createBus()
           
 Bus AbstractCXFSpringTest.createBus()
           
 Bus TestUtilities.getBus()
          Return the CXF bus used.
 Bus AbstractCXFTest.getBus()
           
 

Methods in org.apache.cxf.test with parameters of type Bus
 void TestUtilities.setBus(Bus bus)
          Set the CXF bus.
 

Uses of Bus in org.apache.cxf.testutil.common
 

Fields in org.apache.cxf.testutil.common declared as Bus
protected  Bus AbstractBusClientServerTestBase.bus
           
protected static Bus AbstractBusClientServerTestBase.staticBus
           
 

Methods in org.apache.cxf.testutil.common that return Bus
 Bus AbstractBusTestServerBase.getBus()
           
protected  Bus AbstractBusClientServerTestBase.getBus()
           
 

Methods in org.apache.cxf.testutil.common with parameters of type Bus
 void AbstractBusTestServerBase.setBus(Bus b)
           
protected  void AbstractBusClientServerTestBase.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.tools.common.toolspec
 

Methods in org.apache.cxf.tools.common.toolspec that return Bus
 Bus AbstractToolContainer.getBus()
           
 

Uses of Bus in org.apache.cxf.tools.java2wsdl.generator
 

Methods in org.apache.cxf.tools.java2wsdl.generator that return Bus
 Bus AbstractGenerator.getBus()
           
 

Methods in org.apache.cxf.tools.java2wsdl.generator with parameters of type Bus
 void AbstractGenerator.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.tools.java2wsdl.processor
 

Methods in org.apache.cxf.tools.java2wsdl.processor that return Bus
 Bus JavaToProcessor.getBus()
           
 

Uses of Bus in org.apache.cxf.tools.validator.internal
 

Methods in org.apache.cxf.tools.validator.internal that return Bus
 Bus AbstractDefinitionValidator.getBus()
           
 

Constructors in org.apache.cxf.tools.validator.internal with parameters of type Bus
AbstractDefinitionValidator(javax.wsdl.Definition definition, Bus b)
           
AbstractDefinitionValidator(javax.wsdl.Definition definition, ToolContext pEnv, Bus b)
           
WSDL11Validator(javax.wsdl.Definition definition, ToolContext pe, Bus b)
           
WSDLRefValidator(javax.wsdl.Definition wsdl, org.w3c.dom.Document doc, Bus bus)
           
 

Uses of Bus in org.apache.cxf.tools.wsdlto.core
 

Fields in org.apache.cxf.tools.wsdlto.core declared as Bus
protected  Bus AbstractWSDLBuilder.bus
           
 

Methods in org.apache.cxf.tools.wsdlto.core with parameters of type Bus
 void AbstractWSDLBuilder.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.transport
 

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

Methods in org.apache.cxf.transport with parameters of type Bus
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.
 void DestinationFactoryManagerImpl.setBus(Bus b)
           
 void ConduitInitiatorManagerImpl.setBus(Bus b)
           
 

Constructors in org.apache.cxf.transport with parameters of type Bus
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)
           
TransportURIResolver(Bus b)
           
 

Uses of Bus in org.apache.cxf.transport.http
 

Fields in org.apache.cxf.transport.http declared as Bus
protected  Bus AbstractHTTPTransportFactory.bus
          The CXF Bus which this HTTPTransportFactory is governed.
protected  Bus AbstractHTTPDestination.bus
           
 

Methods in org.apache.cxf.transport.http that return Bus
 Bus AbstractHTTPTransportFactory.getBus()
          This method returns the CXF Bus under which this HTTPTransportFactory is governed.
 Bus QueryHandlerRegistryImpl.getBus()
           
 

Methods in org.apache.cxf.transport.http with parameters of type Bus
 void AbstractHTTPTransportFactory.setBus(Bus b)
          This method is used by Spring to inject the bus.
 void QueryHandlerRegistryImpl.setBus(Bus b)
           
 

Constructors in org.apache.cxf.transport.http with parameters of type Bus
AbstractHTTPDestination(Bus b, ConduitInitiator ci, EndpointInfo ei, boolean dp)
          Constructor
HTTPConduit(Bus b, EndpointInfo ei)
          Constructor
HTTPConduit(Bus b, EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t)
          Constructor
QueryHandlerRegistryImpl(Bus b, java.util.List<QueryHandler> handlers)
           
WSDLQueryHandler(Bus b)
           
 

Uses of Bus in org.apache.cxf.transport.http_jetty
 

Methods in org.apache.cxf.transport.http_jetty that return Bus
 Bus JettyHTTPServerEngineFactory.getBus()
           
 Bus JettyHTTPServerEngine.getBus()
           
 

Methods in org.apache.cxf.transport.http_jetty with parameters of type Bus
 void JettyHTTPServerEngineFactory.setBus(Bus bus)
          This call is used to set the bus.
 void JettyHTTPServerEngine.setBus(Bus b)
          The bus.
 void JettyHTTPTransportFactory.setBus(Bus b)
           
 

Constructors in org.apache.cxf.transport.http_jetty with parameters of type Bus
JettyHTTPDestination(Bus b, JettyHTTPTransportFactory ci, EndpointInfo endpointInfo)
          Constructor, using Jetty server engine.
JettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus bus, int port)
          This constructor is called by the JettyHTTPServerEngineFactory.
 

Uses of Bus in org.apache.cxf.transport.http_jetty.spring
 

Constructors in org.apache.cxf.transport.http_jetty.spring with parameters of type Bus
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus bus, int port)
           
 

Uses of Bus in org.apache.cxf.transport.jbi
 

Methods in org.apache.cxf.transport.jbi that return Bus
 Bus JBITransportFactory.getBus()
           
 Bus JBIConduit.getBus()
           
 

Methods in org.apache.cxf.transport.jbi with parameters of type Bus
 void JBITransportFactory.setBus(Bus b)
           
 

Constructors in org.apache.cxf.transport.jbi with parameters of type Bus
JBIConduit(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType target, javax.jbi.messaging.DeliveryChannel dc)
           
 

Uses of Bus in org.apache.cxf.transport.jms
 

Methods in org.apache.cxf.transport.jms that return Bus
 Bus JMSTransportFactory.getBus()
           
 

Methods in org.apache.cxf.transport.jms with parameters of type Bus
 JMSConfiguration JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo(Bus bus, EndpointInfo endpointInfo, boolean isConduit)
           
 void JMSConfigFeature.initialize(Client client, Bus bus)
           
 void JMSConfigFeature.initialize(Server server, Bus bus)
           
 void JMSTransportFactory.setBus(Bus b)
           
 

Constructors in org.apache.cxf.transport.jms with parameters of type Bus
JMSDestination(Bus b, EndpointInfo info, JMSConfiguration jmsConfig)
           
 

Uses of Bus in org.apache.cxf.transport.jms.continuations
 

Constructors in org.apache.cxf.transport.jms.continuations with parameters of type Bus
JMSContinuation(Bus b, Message m, MessageObserver observer, java.util.Collection<JMSContinuation> cList, org.springframework.jms.listener.DefaultMessageListenerContainer jmsListener, JMSConfiguration jmsConfig)
           
JMSContinuationProvider(Bus b, Message m, MessageObserver observer, java.util.Collection<JMSContinuation> cList, org.springframework.jms.listener.DefaultMessageListenerContainer jmsListener, JMSConfiguration jmsConfig)
           
 

Uses of Bus in org.apache.cxf.transport.local
 

Methods in org.apache.cxf.transport.local that return Bus
 Bus LocalTransportFactory.getBus()
           
 

Methods in org.apache.cxf.transport.local with parameters of type Bus
 void LocalTransportFactory.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.transport.servlet
 

Fields in org.apache.cxf.transport.servlet declared as Bus
protected  Bus AbstractCXFServlet.bus
           
 

Methods in org.apache.cxf.transport.servlet that return Bus
 Bus AbstractCXFServlet.getBus()
           
 

Methods in org.apache.cxf.transport.servlet with parameters of type Bus
 void ServletTransportFactory.setBus(Bus b)
           
 

Constructors in org.apache.cxf.transport.servlet with parameters of type Bus
ServletController(ServletTransportFactory df, javax.servlet.ServletContext context, Bus b)
           
ServletDestination(Bus b, ConduitInitiator ci, EndpointInfo ei, ServletTransportFactory fact, java.lang.String p)
          Constructor, allowing subsititution of configuration.
ServletTransportFactory(Bus b)
           
 

Uses of Bus in org.apache.cxf.workqueue
 

Methods in org.apache.cxf.workqueue that return Bus
 Bus WorkQueueManagerImpl.getBus()
           
 

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

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

Methods in org.apache.cxf.ws.addressing with parameters of type Bus
protected  void WSAddressingFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

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

Constructors in org.apache.cxf.ws.addressing.policy with parameters of type Bus
AddressingAssertionBuilder(Bus b)
           
 

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

Fields in org.apache.cxf.ws.policy declared as Bus
protected  Bus AbstractPolicyInterceptor.bus
           
 

Methods in org.apache.cxf.ws.policy that return Bus
 Bus AbstractPolicyInterceptor.getBus()
           
 Bus PolicyEngineImpl.getBus()
           
 Bus PolicyBuilderImpl.getBus()
           
 

Methods in org.apache.cxf.ws.policy with parameters of type Bus
 void WSPolicyFeature.initialize(Bus bus)
           
 void WSPolicyFeature.initialize(Client client, Bus bus)
           
 void WSPolicyFeature.initialize(Server server, Bus bus)
           
protected  org.apache.neethi.Policy WSPolicyFeature.resolveExternal(org.apache.neethi.PolicyReference ref, java.lang.String baseURI, Bus bus)
           
 void AbstractPolicyInterceptor.setBus(Bus b)
           
 void PolicyEngineImpl.setBus(Bus b)
           
 void PolicyBuilderImpl.setBus(Bus theBus)
           
 

Uses of Bus in org.apache.cxf.ws.policy.attachment
 

Fields in org.apache.cxf.ws.policy.attachment declared as Bus
protected  Bus AbstractPolicyProvider.bus
           
 

Methods in org.apache.cxf.ws.policy.attachment with parameters of type Bus
 void AbstractPolicyProvider.setBus(Bus b)
           
 

Constructors in org.apache.cxf.ws.policy.attachment with parameters of type Bus
AbstractPolicyProvider(Bus b)
           
ServiceModelPolicyProvider(Bus b)
           
 

Uses of Bus in org.apache.cxf.ws.policy.attachment.wsdl11
 

Constructors in org.apache.cxf.ws.policy.attachment.wsdl11 with parameters of type Bus
Wsdl11AttachmentPolicyProvider(Bus bus)
           
 

Uses of Bus in org.apache.cxf.ws.policy.builder.primitive
 

Fields in org.apache.cxf.ws.policy.builder.primitive declared as Bus
protected  Bus PrimitiveAssertionBuilder.bus
           
 

Methods in org.apache.cxf.ws.policy.builder.primitive with parameters of type Bus
 void PrimitiveAssertionBuilder.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.ws.policy.mtom
 

Methods in org.apache.cxf.ws.policy.mtom with parameters of type Bus
 void MTOMAssertionBuilder.setBus(Bus b)
           
 

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

Methods in org.apache.cxf.ws.rm that return Bus
 Bus RMManager.getBus()
           
 Bus AbstractRMInterceptor.getBus()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type Bus
protected  Client Proxy.createClient(Bus bus, Endpoint endpoint, Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address)
           
 void RMManager.setBus(Bus b)
           
 void AbstractRMInterceptor.setBus(Bus bus)
           
 

Uses of Bus in org.apache.cxf.ws.rm.feature
 

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

Uses of Bus in org.apache.cxf.ws.rm.policy
 

Constructors in org.apache.cxf.ws.rm.policy with parameters of type Bus
RMPolicyInterceptorProvider(Bus bus)
           
 

Uses of Bus in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl with parameters of type Bus
static org.apache.cxf.ws.addressing.EndpointReferenceType EndpointReferenceUtils.getEndpointReferenceWithId(javax.xml.namespace.QName serviceQName, java.lang.String portName, java.lang.String id, Bus bus)
          Obtain a multiplexed endpoint reference for the deployed service that contains the provided id
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(javax.xml.namespace.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.
 

Uses of Bus in org.apache.cxf.wsdl11
 

Methods in org.apache.cxf.wsdl11 with parameters of type Bus
static BindingFactory WSDLServiceUtils.getBindingFactory(javax.wsdl.Binding binding, Bus bus, java.lang.StringBuffer sb)
           
 void WSDLDefinitionBuilder.setBus(Bus b)
           
 void WSDLManagerImpl.setBus(Bus b)
           
 

Constructors in org.apache.cxf.wsdl11 with parameters of type Bus
ResourceManagerWSDLLocator(java.lang.String wsdlUrl, Bus bus)
           
ResourceManagerWSDLLocator(java.lang.String wsdlUrl, javax.wsdl.xml.WSDLLocator parent, Bus bus)
           
SchemaUtil(Bus b, java.util.Map<java.lang.String,org.w3c.dom.Element> s)
           
ServiceWSDLBuilder(Bus b, java.util.List<ServiceInfo> services)
          Sets up the builder on a bus with a list of services.
ServiceWSDLBuilder(Bus b, ServiceInfo... services)
          For callers who prefer varargs, an inline list of ServiceInfo objects instead of a List.
WSDLDefinitionBuilder(Bus b)
           
WSDLServiceBuilder(Bus bus)
           
WSDLServiceBuilder(Bus bus, boolean record)
           
WSDLServiceFactory(Bus b, javax.wsdl.Definition d)
           
WSDLServiceFactory(Bus b, javax.wsdl.Definition d, javax.xml.namespace.QName sn)
           
WSDLServiceFactory(Bus b, java.lang.String url, javax.xml.namespace.QName sn)
           
WSDLServiceFactory(Bus b, java.net.URL url)
           
WSDLServiceFactory(Bus b, java.net.URL url, javax.xml.namespace.QName sn)
           
 



Apache CXF