Apache CXF API

Uses of Interface
org.apache.cxf.Bus

Packages that use Bus
org.apache.cxf   
org.apache.cxf.aegis.databinding   
org.apache.cxf.binding   
org.apache.cxf.binding.coloc   
org.apache.cxf.binding.coloc.feature   
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.runtime   
org.apache.cxf.binding.corba.wsdl   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.binding.xml   
org.apache.cxf.binding.xml.wsdl11   
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.cdi   
org.apache.cxf.clustering   
org.apache.cxf.databinding   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint   
org.apache.cxf.endpoint.dynamic   
org.apache.cxf.feature   
org.apache.cxf.feature.transform   
org.apache.cxf.feature.validation   
org.apache.cxf.frontend   
org.apache.cxf.interceptor   
org.apache.cxf.javascript   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.client   
org.apache.cxf.jaxrs.model   
org.apache.cxf.jaxrs.model.wadl   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxrs.swagger   
org.apache.cxf.jaxrs.utils   
org.apache.cxf.jaxrs.utils.schemas   
org.apache.cxf.jaxrs.validation   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.context   
org.apache.cxf.jaxws.endpoint.dynamic   
org.apache.cxf.jaxws.handler   
org.apache.cxf.jaxws.spi   
org.apache.cxf.jaxws.spring   
org.apache.cxf.jaxws.support   
org.apache.cxf.jca.cxf   
org.apache.cxf.jca.cxf.handlers   
org.apache.cxf.jca.servant   
org.apache.cxf.jibx.tools   
org.apache.cxf.js.rhino   
org.apache.cxf.management.counters   
org.apache.cxf.management.interceptor   
org.apache.cxf.management.jmx   
org.apache.cxf.message   
org.apache.cxf.rs.security.saml.sso   
org.apache.cxf.rs.security.saml.sso.state   
org.apache.cxf.service   
org.apache.cxf.service.factory   
org.apache.cxf.sts   
org.apache.cxf.sts.cache   
org.apache.cxf.tools.common.toolspec   
org.apache.cxf.tools.java2js.processor   
org.apache.cxf.tools.java2wsdl.generator   
org.apache.cxf.tools.java2wsdl.processor   
org.apache.cxf.tools.misc.processor   
org.apache.cxf.tools.validator.internal   
org.apache.cxf.tools.wadlto.jaxrs   
org.apache.cxf.tools.wsdlto.core   
org.apache.cxf.transport   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.spring   
org.apache.cxf.transport.http.asyncclient   
org.apache.cxf.transport.http.netty.client   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.http.netty.server.spring   
org.apache.cxf.transport.https   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.jms.continuations   
org.apache.cxf.transport.jms.wsdl11   
org.apache.cxf.transport.local   
org.apache.cxf.transport.servlet   
org.apache.cxf.transport.servlet.servicelist   
org.apache.cxf.transport.udp   
org.apache.cxf.transport.websocket   
org.apache.cxf.transport.websocket.ahc   
org.apache.cxf.transport.websocket.atmosphere   
org.apache.cxf.transport.websocket.jetty   
org.apache.cxf.validation   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.impl   
org.apache.cxf.ws.discovery   
org.apache.cxf.ws.discovery.internal   
org.apache.cxf.ws.discovery.listeners   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.attachment   
org.apache.cxf.ws.policy.attachment.external   
org.apache.cxf.ws.policy.attachment.wsdl11   
org.apache.cxf.ws.policy.blueprint   
org.apache.cxf.ws.policy.spring   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.feature   
org.apache.cxf.ws.rm.policy   
org.apache.cxf.ws.security.cache   
org.apache.cxf.ws.security.kerberos   
org.apache.cxf.ws.security.policy   
org.apache.cxf.ws.security.policy.custom   
org.apache.cxf.ws.security.policy.interceptors   
org.apache.cxf.ws.security.tokenstore   
org.apache.cxf.ws.security.trust   
org.apache.cxf.wsdl.binding   
org.apache.cxf.wsdl11   
org.apache.cxf.xkms.cache   
org.apache.cxf.xkms.client   
 

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.aegis.databinding
 

Constructors in org.apache.cxf.aegis.databinding with parameters of type Bus
XMLStreamDataReader(AegisDatabinding databinding, Bus bus)
           
XMLStreamDataWriter(AegisDatabinding databinding, Bus bus)
           
 

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

Methods in org.apache.cxf.binding.corba with parameters of type Bus
 Conduit CorbaBindingFactory.getConduit(EndpointInfo endpointInfo, Bus bus)
           
 Conduit CorbaBindingFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
           
 Destination CorbaBindingFactory.getDestination(EndpointInfo endpointInfo, Bus bus)
           
 

Uses of Bus in org.apache.cxf.binding.corba.runtime
 

Methods in org.apache.cxf.binding.corba.runtime with parameters of type Bus
 void OrbConfigurer.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.binding.corba.wsdl
 

Constructors in org.apache.cxf.binding.corba.wsdl with parameters of type Bus
WSDLExtensionRegister(Bus b)
           
 

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)
           
ObjectBindingFactory(Bus b)
           
 

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

Methods in org.apache.cxf.binding.soap with parameters of type Bus
 EndpointInfo SoapTransportFactory.createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> ees)
           
 void SoapTransportFactory.createPortExtensors(Bus b, EndpointInfo ei, Service service)
           
 Conduit SoapTransportFactory.getConduit(EndpointInfo ei, Bus b)
           
 Conduit SoapTransportFactory.getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus)
           
 Destination SoapTransportFactory.getDestination(EndpointInfo ei, Bus bus)
           
 

Constructors in org.apache.cxf.binding.soap with parameters of type Bus
SoapBindingFactory(Bus b)
           
 

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, SoapVersion v)
           
ReadHeadersInterceptor(Bus b, String phase)
           
SoapOutInterceptor(Bus b)
           
SoapOutInterceptor(Bus b, String phase)
           
 

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

Constructors in org.apache.cxf.binding.xml with parameters of type Bus
XMLBindingFactory(Bus b)
           
 

Uses of Bus in org.apache.cxf.binding.xml.wsdl11
 

Methods in org.apache.cxf.binding.xml.wsdl11 with parameters of type Bus
 void XMLWSDLExtensionLoader.setupBus(Bus b)
           
 

Constructors in org.apache.cxf.binding.xml.wsdl11 with parameters of type Bus
XMLWSDLExtensionLoader(Bus b)
           
 

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 ServerRegistryImpl.getBus()
           
 Bus WorkQueueManagerImpl.getBus()
           
 

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

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

Methods in org.apache.cxf.cdi with parameters of type Bus
 void CXFCdiServlet.setBus(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)
           
protected  void FailoverFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

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
           
protected  Bus ManagedEndpoint.bus
           
protected  Bus ServerImpl.bus
           
 

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

Methods in org.apache.cxf.endpoint with parameters of type Bus
 EndpointImpl EndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 EndpointImpl SimpleEndpointImplFactory.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)
           
 

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)
           
 

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.
 

Constructors in org.apache.cxf.endpoint.dynamic with parameters of type Bus
DynamicClientFactory(Bus 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 Feature.initialize(Bus bus)
           
 void WrappedFeature.initialize(Bus bus)
           
 void AbstractFeature.initialize(Client client, Bus bus)
           
 void Feature.initialize(Client client, Bus bus)
           
 void WrappedFeature.initialize(Client client, Bus bus)
           
 void AbstractFeature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void Feature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void WrappedFeature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void AbstractFeature.initialize(Server server, Bus bus)
           
 void Feature.initialize(Server server, Bus bus)
           
 void WrappedFeature.initialize(Server server, Bus bus)
           
protected  void AbstractFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void FastInfosetFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void LoggingFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void StaxTransformFeature.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.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)
           
protected  void WSDLGetUtils.updateDefinition(Bus bus, javax.wsdl.Definition def, Map<String,javax.wsdl.Definition> done, Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas, String base, EndpointInfo ei, String docBase)
           
protected  void WSDLGetUtils.updateSchemaImports(Bus bus, javax.wsdl.extensions.schema.Schema schema, String docBase, Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas, String base)
           
 

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

Methods in org.apache.cxf.javascript with parameters of type Bus
 void JavascriptOptionsFeature.initialize(Server server, Bus bus)
           
 

Constructors in org.apache.cxf.javascript with parameters of type Bus
JavascriptServerListener(Bus b)
           
 

Uses of Bus in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return Bus
 Bus AbstractJAXRSFactoryBean.getBus()
          
 Bus JAXRSServiceFactoryBean.getBus()
           
 

Methods in org.apache.cxf.jaxrs with parameters of type Bus
 void AbstractJAXRSFactoryBean.setBus(Bus bus)
          
 void JAXRSServiceFactoryBean.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.jaxrs with parameters of type Bus
JAXRSBindingFactory(Bus b)
           
 

Uses of Bus in org.apache.cxf.jaxrs.client
 

Methods in org.apache.cxf.jaxrs.client that return Bus
 Bus ClientConfiguration.getBus()
          Gets the bus
 

Methods in org.apache.cxf.jaxrs.client with parameters of type Bus
static ClientProviderFactory ClientProviderFactory.createInstance(Bus bus)
           
static ClientProviderFactory ClientProviderFactory.getInstance(Bus bus)
           
 void ClientConfiguration.setBus(Bus bus)
          Sets the bus
 

Uses of Bus in org.apache.cxf.jaxrs.model
 

Methods in org.apache.cxf.jaxrs.model that return Bus
 Bus AbstractResourceInfo.getBus()
           
 

Constructors in org.apache.cxf.jaxrs.model with parameters of type Bus
AbstractResourceInfo(Bus bus)
           
AbstractResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Bus bus)
           
AbstractResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus, Object provider)
           
BeanParamInfo(Class<?> beanClass, Bus bus)
           
BeanResourceInfo(Bus bus)
           
BeanResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, boolean checkContexts, Bus bus)
           
BeanResourceInfo(Class<?> resourceClass, Class<?> serviceClass, boolean isRoot, Bus bus)
           
ClassResourceInfo(Class<?> theResourceClass, Class<?> theServiceClass, boolean theRoot, boolean enableStatic, boolean createdFromModel, Bus bus)
           
ClassResourceInfo(Class<?> theResourceClass, Class<?> c, boolean theRoot, boolean enableStatic, boolean createdFromModel, String consumesTypes, String producesTypes, Bus bus)
           
ClassResourceInfo(Class<?> theResourceClass, Class<?> theServiceClass, boolean theRoot, boolean enableStatic, Bus bus)
           
FilterProviderInfo(T provider, Bus bus, Map<Class<?>,Integer> supportedContracts)
           
FilterProviderInfo(T provider, Bus bus, String nameBinding, boolean dynamic, Map<Class<?>,Integer> supportedContracts)
           
ProviderInfo(T provider, Bus bus)
           
ProviderInfo(T provider, Map<Class<?>,ThreadLocalProxy<?>> constructorProxies, Bus bus)
           
 

Uses of Bus in org.apache.cxf.jaxrs.model.wadl
 

Constructors in org.apache.cxf.jaxrs.model.wadl with parameters of type Bus
JavaDocProvider(Bus bus, String path)
           
WadlGenerator(Bus bus)
           
 

Uses of Bus in org.apache.cxf.jaxrs.provider
 

Methods in org.apache.cxf.jaxrs.provider that return Bus
 Bus AbstractConfigurableProvider.getBus()
          Gets the Bus.
 Bus ProviderFactory.getBus()
           
 

Methods in org.apache.cxf.jaxrs.provider with parameters of type Bus
static ServerProviderFactory ServerProviderFactory.createInstance(Bus bus)
           
 void AbstractConfigurableProvider.setBus(Bus b)
          Sets the Bus
 void ProviderFactory.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.jaxrs.provider with parameters of type Bus
ProviderFactory(ProviderFactory baseFactory, Bus bus)
           
 

Uses of Bus in org.apache.cxf.jaxrs.swagger
 

Methods in org.apache.cxf.jaxrs.swagger with parameters of type Bus
 void SwaggerFeature.initialize(Server server, Bus bus)
           
 

Uses of Bus in org.apache.cxf.jaxrs.utils
 

Methods in org.apache.cxf.jaxrs.utils with parameters of type Bus
static ClassResourceInfo ResourceUtils.createClassResourceInfo(Class<?> rClass, Class<?> sClass, boolean root, boolean enableStatic, Bus bus)
           
static ClassResourceInfo ResourceUtils.createClassResourceInfo(Class<?> rClass, Class<?> sClass, ClassResourceInfo parent, boolean root, boolean enableStatic, Bus bus)
           
static ClassResourceInfo ResourceUtils.createClassResourceInfo(Map<String,UserResource> resources, UserResource model, boolean isRoot, boolean enableStatic, Bus bus)
           
static ClassResourceInfo ResourceUtils.createServiceClassResourceInfo(Map<String,UserResource> resources, UserResource model, Class<?> sClass, boolean isRoot, boolean enableStatic, Bus bus)
           
static InputStream ResourceUtils.getClasspathResourceStream(String path, Class<?> callingClass, Bus bus)
           
static URL ResourceUtils.getClasspathResourceURL(String path, Class<?> callingClass, Bus bus)
           
static
<T> T
ResourceUtils.getResource(String path, Class<T> resourceClass, Bus bus)
           
static InputStream ResourceUtils.getResourceStream(String loc, Bus bus)
           
static URL ResourceUtils.getResourceURL(String loc, Bus bus)
           
static List<UserResource> ResourceUtils.getUserResources(String loc, Bus bus)
           
 

Uses of Bus in org.apache.cxf.jaxrs.utils.schemas
 

Methods in org.apache.cxf.jaxrs.utils.schemas with parameters of type Bus
static Schema SchemaHandler.createSchema(List<String> locations, String catalogLocation, Bus bus)
           
 void SchemaHandler.setBus(Bus b)
           
 

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

Methods in org.apache.cxf.jaxrs.validation with parameters of type Bus
protected  void JAXRSBeanValidationFeature.initializeProvider(InterceptorProvider interceptorProvider, 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
CXFService(Bus b, URL wsdlURL, QName serviceName)
           
CXFService(Bus b, URL wsdlURL, QName serviceName, WebServiceFeature... f)
           
EndpointImpl(Bus bus, Object implementor)
           
EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf)
           
EndpointImpl(Bus b, Object i, String bindingUri)
           
EndpointImpl(Bus b, Object i, String bindingUri, String wsdl)
           
EndpointImpl(Bus b, Object i, String bindingUri, String wsdl, WebServiceFeature[] f)
           
EndpointImpl(Bus b, Object i, String bindingUri, WebServiceFeature[] features)
           
ServiceImpl(Bus b, URL url, QName name, Class<?> cls, WebServiceFeature... f)
           
 

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

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

Constructors in org.apache.cxf.jaxws.context with parameters of type Bus
WebServiceContextResourceResolver(Bus b)
           
 

Uses of Bus in org.apache.cxf.jaxws.endpoint.dynamic
 

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

Constructors in org.apache.cxf.jaxws.endpoint.dynamic with parameters of type Bus
JaxWsDynamicClientFactory(Bus bus)
           
 

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, QName serviceName, Class<?> clazz)
           
 

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

Methods in org.apache.cxf.jaxws.spi with parameters of type Bus
protected  EndpointImpl ProviderImpl.createEndpointImpl(Bus bus, String bindingId, Object implementor, WebServiceFeature... features)
           
 

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, Object implementor)
           
 

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

Methods in org.apache.cxf.jaxws.support with parameters of type Bus
 EndpointImpl JaxWsEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 

Constructors in org.apache.cxf.jaxws.support with parameters of type Bus
JaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si, List<WebServiceFeature> wf)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<WebServiceFeature> wf)
           
 

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

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

Methods in org.apache.cxf.jca.cxf that return types with arguments of type Bus
protected  Set<Bus> ResourceAdapterImpl.getBusCache()
           
 

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(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, String baseAddress)
           
 

Uses of Bus in org.apache.cxf.jibx.tools
 

Constructors in org.apache.cxf.jibx.tools with parameters of type Bus
JibxSchemaHelper(Bus b, Map<String,Element> s)
           
 

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)
           
 

Constructors in org.apache.cxf.management.jmx with parameters of type Bus
InstrumentationManagerImpl(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.rs.security.saml.sso
 

Constructors in org.apache.cxf.rs.security.saml.sso with parameters of type Bus
EHCacheTokenReplayCache(Bus bus)
           
EHCacheTokenReplayCache(String configFileURL, Bus bus)
           
 

Uses of Bus in org.apache.cxf.rs.security.saml.sso.state
 

Constructors in org.apache.cxf.rs.security.saml.sso.state with parameters of type Bus
EHCacheSPStateManager(Bus bus)
           
EHCacheSPStateManager(String configFileURL, 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)
           
 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.sts
 

Methods in org.apache.cxf.sts that return Bus
 Bus StaticSTSProperties.getBus()
           
 

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

Uses of Bus in org.apache.cxf.sts.cache
 

Constructors in org.apache.cxf.sts.cache with parameters of type Bus
DefaultInMemoryTokenStore(Bus b)
           
EHCacheIdentityCache(IdentityMapper identityMapper, Bus b)
           
EHCacheIdentityCache(IdentityMapper identityMapper, String key, Bus b, URL configFileURL)
           
MemoryIdentityCache(Bus bus, IdentityMapper identityMapper)
           
MemoryIdentityCacheStatistics(Bus bus, ManagedComponent parent)
           
 

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.java2js.processor
 

Methods in org.apache.cxf.tools.java2js.processor that return Bus
 Bus JavaToJSProcessor.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 JavaToWSDLProcessor.getBus()
           
 

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

Methods in org.apache.cxf.tools.misc.processor with parameters of type Bus
 boolean AbstractWSDLToProcessor.validate(javax.wsdl.Definition def, ToolContext context, Bus bus)
           
 

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, Document doc, Bus bus)
           
 

Uses of Bus in org.apache.cxf.tools.wadlto.jaxrs
 

Methods in org.apache.cxf.tools.wadlto.jaxrs with parameters of type Bus
 void SourceGenerator.setBus(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)
           
 void WSDLDefinitionBuilder.setBus(Bus b)
           
 

Constructors in org.apache.cxf.tools.wsdlto.core with parameters of type Bus
WSDLDefinitionBuilder(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 ChainInitiationObserver.bus
           
protected  Bus MultipleEndpointObserver.bus
           
protected  Bus TransportURIResolver.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.transport.http
 

Fields in org.apache.cxf.transport.http declared as Bus
protected  Bus AbstractHTTPDestination.bus
           
protected  Bus HTTPConduit.bus
          This field holds a reference to the CXF bus associated this conduit.
 

Methods in org.apache.cxf.transport.http that return Bus
 Bus AbstractHTTPDestination.getBus()
           
 

Methods in org.apache.cxf.transport.http with parameters of type Bus
protected  void HTTPTransportFactory.configure(Bus b, Object bean)
          This call uses the Configurer from the bus to configure a bean.
protected  void HTTPTransportFactory.configure(Bus bus, Object bean, String name, String extraName)
           
 HTTPConduit HTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus b, EndpointInfo localInfo, EndpointReferenceType target)
           
 AbstractHTTPDestination HttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
protected  HTTPConduitFactory HTTPTransportFactory.findFactory(EndpointInfo endpointInfo, Bus bus)
           
 Conduit HTTPTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus)
          This call creates a new HTTPConduit for the endpoint.
 Conduit HTTPTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
          This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.
 Destination HTTPTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus)
           
 

Constructors in org.apache.cxf.transport.http with parameters of type Bus
AbstractHTTPDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path, boolean dp)
          Constructor
HTTPConduit(Bus b, EndpointInfo ei)
          Constructor
HTTPConduit(Bus b, EndpointInfo ei, EndpointReferenceType t)
          Constructor
HTTPWSDLExtensionLoader(Bus b)
           
URLConnectionHTTPConduit(Bus b, EndpointInfo ei)
           
URLConnectionHTTPConduit(Bus b, EndpointInfo ei, EndpointReferenceType t)
           
 

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

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

Methods in org.apache.cxf.transport.http_jetty with parameters of type Bus
 AbstractHTTPDestination JettyDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 void JettyHTTPServerEngineFactory.setBus(Bus bus)
          This call is used to set the bus.
 

Constructors in org.apache.cxf.transport.http_jetty with parameters of type Bus
JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)
          Constructor
JettyHTTPServerEngineFactory(Bus b)
           
JettyHTTPServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading)
           
 

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

Methods in org.apache.cxf.transport.http_jetty.spring with parameters of type Bus
 void JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setBus(Bus b)
           
 

Constructors in org.apache.cxf.transport.http_jetty.spring with parameters of type Bus
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus b, String host, int port)
           
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threading)
           
 

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

Methods in org.apache.cxf.transport.http.asyncclient with parameters of type Bus
protected  void AsyncHttpTransportFactory.configure(Bus b, Object bean)
           
protected  void AsyncHttpTransportFactory.configure(Bus bus, Object bean, String name, String extraName)
           
 HTTPConduit AsyncHTTPConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 HTTPConduit AsyncHTTPConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 Conduit AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus)
           
 Conduit AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
           
 

Constructors in org.apache.cxf.transport.http.asyncclient with parameters of type Bus
AsyncHTTPConduit(Bus b, EndpointInfo ei, EndpointReferenceType t, AsyncHTTPConduitFactory factory)
           
AsyncHTTPConduitFactory(Bus b)
           
 

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

Methods in org.apache.cxf.transport.http.netty.client with parameters of type Bus
protected  void NettyHttpTransportFactory.configure(Bus b, Object bean)
           
protected  void NettyHttpTransportFactory.configure(Bus bus, Object bean, String name, String extraName)
           
 HTTPConduit NettyHttpConduitFactory.createConduit(Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 HTTPConduit NettyHttpConduitFactory.createConduit(HTTPTransportFactory f, Bus bus, EndpointInfo localInfo, EndpointReferenceType target)
           
 Conduit NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus)
           
 Conduit NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
           
protected  void NettyHttpConduitFactory.registerBusLifeListener(Bus bus, io.netty.channel.EventLoopGroup group)
           
 

Constructors in org.apache.cxf.transport.http.netty.client with parameters of type Bus
NettyHttpConduit(Bus b, EndpointInfo ei, EndpointReferenceType t, NettyHttpConduitFactory conduitFactory)
           
 

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

Methods in org.apache.cxf.transport.http.netty.server that return Bus
 Bus NettyHttpServerEngineFactory.getBus()
           
 

Methods in org.apache.cxf.transport.http.netty.server with parameters of type Bus
protected  void NettyHttpTransportFactory.configure(Bus b, Object bean)
          This call uses the Configurer from the bus to configure a bean.
protected  void NettyHttpTransportFactory.configure(Bus bus, Object bean, String name, String extraName)
           
 AbstractHTTPDestination NettyHttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 Destination NettyHttpTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus)
           
 void NettyHttpServerEngineFactory.setBus(Bus bus)
          This call is used to set the bus.
 

Constructors in org.apache.cxf.transport.http.netty.server with parameters of type Bus
NettyHttpDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, NettyHttpServerEngineFactory serverEngineFactory)
          Constructor
NettyHttpServerEngineFactory(Bus b)
           
NettyHttpServerEngineFactory(Bus b, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads)
           
 

Uses of Bus in org.apache.cxf.transport.http.netty.server.spring
 

Methods in org.apache.cxf.transport.http.netty.server.spring with parameters of type Bus
 void NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine.setBus(Bus b)
           
 

Constructors in org.apache.cxf.transport.http.netty.server.spring with parameters of type Bus
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac, Bus b, String host, int port)
           
NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory(Bus bus, Map<String,TLSServerParameters> tls, Map<String,ThreadingParameters> threads)
           
 

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

Methods in org.apache.cxf.transport.https with parameters of type Bus
 void CertConstraintsFeature.initialize(Bus bus)
           
 void CertConstraintsFeature.initialize(Client client, Bus bus)
           
 void CertConstraintsFeature.initialize(Server server, Bus bus)
           
protected  void CertConstraintsFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

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

Methods in org.apache.cxf.transport.jms with parameters of type Bus
static Executor JMSFactory.createExecutor(Bus bus, String name)
          Get workqueue from workqueue manager.
static JMSConfiguration JMSConfigFactory.createFromEndpoint(Bus bus, JMSEndpoint endpoint)
           
static JMSConfiguration JMSConfigFactory.createFromEndpointInfo(Bus bus, EndpointInfo endpointInfo, EndpointReferenceType target)
           
 Conduit JMSTransportFactory.getConduit(EndpointInfo endpointInfo, Bus b)
           
 Conduit JMSTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
          Initiate an outbound Conduit.
 Destination JMSTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus)
          Create a destination.
 void ConnectionFactoryFeature.initialize(Client client, Bus bus)
           
 void JMSConfigFeature.initialize(Client client, Bus bus)
           
 void ConnectionFactoryFeature.initialize(Server server, Bus bus)
           
 void JMSConfigFeature.initialize(Server server, Bus bus)
           
 

Constructors in org.apache.cxf.transport.jms with parameters of type Bus
JMSConduit(EndpointReferenceType target, JMSConfiguration jmsConfig, Bus b)
           
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, Counter suspendendContinuations)
           
JMSContinuationProvider(Bus b, Message m, MessageObserver observer, Counter suspendendContinuations)
           
 

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

Constructors in org.apache.cxf.transport.jms.wsdl11 with parameters of type Bus
JMSWSDLExtensionLoader(Bus b)
           
 

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

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

Methods in org.apache.cxf.transport.local with parameters of type Bus
 Conduit LocalTransportFactory.getConduit(EndpointInfo ei, Bus bus)
           
 Conduit LocalTransportFactory.getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus)
           
 Destination LocalTransportFactory.getDestination(EndpointInfo ei, Bus bus)
           
protected  Destination LocalTransportFactory.getDestination(EndpointInfo ei, EndpointReferenceType reference, Bus bus)
           
 Executor LocalTransportFactory.getExecutor(Bus bus)
           
 

Constructors in org.apache.cxf.transport.local with parameters of type Bus
LocalDestination(LocalTransportFactory localDestinationFactory, EndpointReferenceType epr, EndpointInfo ei, Bus bus)
           
 

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

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

Methods in org.apache.cxf.transport.servlet that return Bus
protected abstract  Bus AbstractHTTPServlet.getBus()
           
 Bus CXFNonSpringServlet.getBus()
           
 

Methods in org.apache.cxf.transport.servlet with parameters of type Bus
 AbstractHTTPDestination ServletDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 void CXFNonSpringServlet.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.transport.servlet with parameters of type Bus
ServletDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path)
          Constructor, allowing subsititution of configuration.
 

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

Constructors in org.apache.cxf.transport.servlet.servicelist with parameters of type Bus
ServiceListGeneratorServlet(DestinationRegistry destinationRegistry, Bus bus)
           
 

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

Methods in org.apache.cxf.transport.udp with parameters of type Bus
 Conduit UDPTransportFactory.getConduit(EndpointInfo ei, Bus bus)
           
 Conduit UDPTransportFactory.getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus)
           
 Destination UDPTransportFactory.getDestination(EndpointInfo ei, Bus bus)
           
protected  Destination UDPTransportFactory.getDestination(EndpointInfo ei, EndpointReferenceType reference, Bus bus)
           
 

Constructors in org.apache.cxf.transport.udp with parameters of type Bus
UDPConduit(EndpointReferenceType t, Bus bus)
           
UDPDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)
           
 

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

Methods in org.apache.cxf.transport.websocket with parameters of type Bus
protected  void WebSocketTransportFactory.configure(Bus b, Object bean)
          This call uses the Configurer from the bus to configure a bean.
protected  void WebSocketTransportFactory.configure(Bus bus, Object bean, String name, String extraName)
           
 AbstractHTTPDestination WebSocketDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 Conduit WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo, Bus b)
           
 Conduit WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus)
          Initiate an outbound Conduit.
 Destination WebSocketTransportFactory.getDestination(EndpointInfo endpointInfo, Bus bus)
          Create a destination.
 

Uses of Bus in org.apache.cxf.transport.websocket.ahc
 

Constructors in org.apache.cxf.transport.websocket.ahc with parameters of type Bus
AhcWebSocketConduit(Bus b, EndpointInfo ei, EndpointReferenceType t)
           
 

Uses of Bus in org.apache.cxf.transport.websocket.atmosphere
 

Constructors in org.apache.cxf.transport.websocket.atmosphere with parameters of type Bus
AtmosphereWebSocketServletDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, String path)
           
 

Uses of Bus in org.apache.cxf.transport.websocket.jetty
 

Constructors in org.apache.cxf.transport.websocket.jetty with parameters of type Bus
JettyWebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)
           
JettyWebSocketServletDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, String path)
           
 

Uses of Bus in org.apache.cxf.validation
 

Methods in org.apache.cxf.validation with parameters of type Bus
protected  void BeanValidationFeature.initializeProvider(InterceptorProvider interceptorProvider, 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.
 

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

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

Constructors in org.apache.cxf.ws.addressing.impl with parameters of type Bus
AddressingWSDLExtensionLoader(Bus b)
           
MAPAggregatorImpl.InterposedMessageObserver(Bus b, MessageObserver o)
           
 

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

Constructors in org.apache.cxf.ws.discovery with parameters of type Bus
WSDiscoveryClient(Bus b)
           
WSDiscoveryClient(Bus b, String address)
           
 

Uses of Bus in org.apache.cxf.ws.discovery.internal
 

Constructors in org.apache.cxf.ws.discovery.internal with parameters of type Bus
WSDiscoveryServiceImpl(Bus b)
           
WSDiscoveryServiceImpl(Bus b, Map<String,Object> props)
           
 

Uses of Bus in org.apache.cxf.ws.discovery.listeners
 

Constructors in org.apache.cxf.ws.discovery.listeners with parameters of type Bus
WSDiscoveryServerListener(Bus bus)
           
 

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

Methods in org.apache.cxf.ws.policy that return Bus
 Bus PolicyBuilderImpl.getBus()
           
 Bus PolicyEngineImpl.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, String baseURI, Bus bus)
           
 void AssertionBuilderRegistryImpl.setBus(Bus b)
           
 void PolicyBuilderImpl.setBus(Bus theBus)
           
 void PolicyEngineImpl.setBus(Bus b)
           
 void PolicyInterceptorProviderRegistryImpl.setBus(Bus b)
           
 

Constructors in org.apache.cxf.ws.policy with parameters of type Bus
AssertionBuilderRegistryImpl(Bus b)
           
PolicyAnnotationListener(Bus bus)
           
PolicyBuilderImpl(Bus theBus)
           
PolicyDataEngineImpl(Bus bus)
           
PolicyEngineImpl(Bus b)
           
PolicyInterceptorProviderRegistryImpl(Bus b)
           
 

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

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

Constructors in org.apache.cxf.ws.policy.attachment.external with parameters of type Bus
DomainExpressionBuilderRegistry(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.blueprint
 

Constructors in org.apache.cxf.ws.policy.blueprint with parameters of type Bus
PolicyEngineBPDefinitionParser.PolicyEngineConfig(Bus bus)
           
 

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

Constructors in org.apache.cxf.ws.policy.spring with parameters of type Bus
PolicyEngineBeanDefinitionParser.PolicyEngineConfig(Bus bus)
           
 

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

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

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

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)
           
WSRMP12PolicyLoader(Bus b)
           
 

Uses of Bus in org.apache.cxf.ws.security.cache
 

Constructors in org.apache.cxf.ws.security.cache with parameters of type Bus
CXFEHCacheReplayCache(String key, Bus bus, URL configFileURL)
           
 

Uses of Bus in org.apache.cxf.ws.security.kerberos
 

Constructors in org.apache.cxf.ws.security.kerberos with parameters of type Bus
KerberosClient(Bus b)
          Deprecated. 
 

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

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

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

Methods in org.apache.cxf.ws.security.policy.custom with parameters of type Bus
 org.apache.wss4j.policy.model.AlgorithmSuite AlgorithmSuiteLoader.getAlgorithmSuite(Bus bus, org.apache.wss4j.policy.SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy)
           
 org.apache.wss4j.policy.model.AlgorithmSuite DefaultAlgorithmSuiteLoader.getAlgorithmSuite(Bus bus, org.apache.wss4j.policy.SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy)
           
 

Constructors in org.apache.cxf.ws.security.policy.custom with parameters of type Bus
AlgorithmSuiteBuilder(Bus bus)
           
 

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

Constructors in org.apache.cxf.ws.security.policy.interceptors with parameters of type Bus
UsernameTokenInterceptorProvider(Bus bus)
           
 

Uses of Bus in org.apache.cxf.ws.security.tokenstore
 

Constructors in org.apache.cxf.ws.security.tokenstore with parameters of type Bus
EHCacheTokenStore(String key, Bus b, URL configFileURL)
           
 

Uses of Bus in org.apache.cxf.ws.security.trust
 

Fields in org.apache.cxf.ws.security.trust declared as Bus
protected  Bus AbstractSTSClient.bus
           
 

Methods in org.apache.cxf.ws.security.trust with parameters of type Bus
static Endpoint STSUtils.createSCEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy)
           
static Endpoint STSUtils.createSTSEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy, QName epName)
           
 

Constructors in org.apache.cxf.ws.security.trust with parameters of type Bus
AbstractSTSClient(Bus b)
           
STSClient(Bus b)
           
 

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

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

Uses of Bus in org.apache.cxf.wsdl11
 

Methods in org.apache.cxf.wsdl11 with parameters of type Bus
 EndpointInfo WSDLEndpointFactory.createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> extensions)
           
 void WSDLEndpointFactory.createPortExtensors(Bus bus, EndpointInfo ei, Service service)
           
static BindingFactory WSDLServiceUtils.getBindingFactory(javax.wsdl.Binding binding, Bus bus, StringBuilder sb)
           
 void WSDLManagerImpl.setBus(Bus b)
           
 

Constructors in org.apache.cxf.wsdl11 with parameters of type Bus
CatalogWSDLLocator(String wsdlUrl, Bus b)
           
ResourceManagerWSDLLocator(String wsdlUrl, Bus bus)
           
ResourceManagerWSDLLocator(String wsdlUrl, javax.wsdl.xml.WSDLLocator parent, Bus bus)
           
SchemaUtil(Bus b, Map<String,Element> s)
           
ServiceWSDLBuilder(Bus b, 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.
WSDLServiceBuilder(Bus bus)
           
WSDLServiceBuilder(Bus bus, boolean record)
           
WSDLServiceFactory(Bus b, javax.wsdl.Definition d)
           
WSDLServiceFactory(Bus b, javax.wsdl.Definition d, QName sn)
           
WSDLServiceFactory(Bus b, String url)
           
WSDLServiceFactory(Bus b, String url, QName sn)
           
 

Uses of Bus in org.apache.cxf.xkms.cache
 

Constructors in org.apache.cxf.xkms.cache with parameters of type Bus
EHCacheXKMSClientCache(Bus cxfBus)
           
EHCacheXKMSClientCache(String configFileURL, Bus cxfBus)
           
 

Uses of Bus in org.apache.cxf.xkms.client
 

Methods in org.apache.cxf.xkms.client with parameters of type Bus
static XKMSPortType XKMSClientFactory.create(String endpointAddress, Bus bus)
           
 


Apache CXF API

Apache CXF