Apache CXF API

Uses of Interface
org.apache.cxf.Bus

Packages that use Bus
org.apache.cxf Contains the Bus, which is the central touch point of CXF, and its related classes. 
org.apache.cxf.aegis.databinding   
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.corba   
org.apache.cxf.binding.corba.runtime   
org.apache.cxf.binding.corba.wsdl   
org.apache.cxf.binding.http   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.binding.soap.tcp   
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.osgi   
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   
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.headers   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.javascript   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.client   
org.apache.cxf.jaxrs.ext.codegen   
org.apache.cxf.jaxrs.features.clustering   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxrs.utils   
org.apache.cxf.jaxrs.utils.schemas   
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.jaxws22   
org.apache.cxf.jaxws22.spi   
org.apache.cxf.jaxws22.spring   
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.maven_plugin   
org.apache.cxf.maven_plugin.wsdl2java   
org.apache.cxf.maven_plugin.wsdl2js   
org.apache.cxf.message   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.factory   
org.apache.cxf.test   
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.wsdlto.core   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.common.gzip   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jaxws_spi   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_jetty.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.workqueue   
org.apache.cxf.ws.addressing   
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.kerberos   
org.apache.cxf.ws.security.policy   
org.apache.cxf.ws.security.policy.builders   
org.apache.cxf.ws.security.policy.interceptors   
org.apache.cxf.ws.security.trust   
org.apache.cxf.wsdl   
org.apache.cxf.wsdl11   
org.apache.cxf.wstx_msv_validation   
 

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 Map<Thread,Bus> BusFactory.threadBusses
           
 

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
static void BusFactory.clearDefaultBusForAnyThread(Bus bus)
          Removes a bus from being a thread default bus for any 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
AegisSchemaValidationInInterceptor(Bus bus, ServiceInfo service)
           
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 AbstractBaseBindingFactory.bus
           
 

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

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

Constructors in org.apache.cxf.binding with parameters of type Bus
AbstractBaseBindingFactory(Bus b)
           
AbstractBaseBindingFactory(Bus b, Collection<String> ns)
           
AbstractBindingFactory(Bus b)
           
AbstractBindingFactory(Bus b, Collection<String> ns)
           
BindingFactoryManagerImpl(Bus b)
           
BindingFactoryManagerImpl(Map<String,BindingFactory> bindingFactories, 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.corba
 

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

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

Constructors in org.apache.cxf.binding.http with parameters of type Bus
HttpBindingFactory(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)
           
ObjectBindingFactory(Bus b)
           
 

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

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

Constructors in org.apache.cxf.binding.soap with parameters of type Bus
SoapBindingFactory(Bus b)
           
SoapTransportFactory(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.soap.tcp
 

Constructors in org.apache.cxf.binding.soap.tcp with parameters of type Bus
SoapTcpDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)
           
 

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
 

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(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.osgi
 

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)
           
 

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

Constructors in org.apache.cxf.bus.spring with parameters of type Bus
BusWiringBeanFactoryPostProcessor(Bus b)
           
OldSpringSupport(Bus b, Class<?> c)
           
OldSpringSupport(Bus b, Class<?> c, String imp)
           
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.
 void CXFBusLifeCycleManager.setBus(Bus b)
           
 

Constructors in org.apache.cxf.buslifecycle with parameters of type Bus
CXFBusLifeCycleManager(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(String wsdlUrl, Bus b)
           
CatalogXmlSchemaURIResolver(Bus bus)
           
OASISCatalogManager(Bus b)
           
 

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
 

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 ClientImpl.bus
           
protected  Bus AbstractEndpointFactory.bus
           
 

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

Methods in org.apache.cxf.endpoint with parameters of type Bus
 EndpointImpl SimpleEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 EndpointImpl EndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 void EndpointResolverRegistryImpl.setBus(Bus b)
           
 void ServiceContractResolverRegistryImpl.setBus(Bus b)
          Sets the bus with which the registry is associated.
 void AbstractEndpointFactory.setBus(Bus bus)
           
 void ServerRegistryImpl.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.
ClientImpl(Bus bus, URL wsdlUrl, QName service, QName port)
          Create a Client that uses the default EndpointImpl.
ClientImpl(Bus bus, URL wsdlUrl, QName service, QName port, EndpointImplFactory endpointImplFactory)
          Create a Client that uses a specific EndpointImpl.
ClientLifeCycleManagerImpl(Bus b)
           
EndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
EndpointImpl(Bus bus, Service s, QName endpointName)
           
EndpointResolverRegistryImpl(Bus b)
           
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)
           
ServerLifeCycleManagerImpl(Bus b)
           
ServerRegistryImpl(Bus b)
           
ServiceContractResolverRegistryImpl(Bus b)
           
 

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 Feature.initialize(Bus bus)
           
 void WrappedFeature.initialize(Bus bus)
           
 void AbstractFeature.initialize(Bus bus)
           
 void Feature.initialize(Client client, Bus bus)
           
 void WrappedFeature.initialize(Client client, Bus bus)
           
 void AbstractFeature.initialize(Client client, Bus bus)
           
 void Feature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void WrappedFeature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void AbstractFeature.initialize(InterceptorProvider interceptorProvider, Bus bus)
           
 void Feature.initialize(Server server, Bus bus)
           
 void WrappedFeature.initialize(Server server, Bus bus)
           
 void AbstractFeature.initialize(Server server, Bus bus)
           
protected  void LoggingFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void FastInfosetFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void StaxTransformFeature.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)
           
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)
           
protected  void WSDLGetUtils.updateSchemaImports(Bus bus, javax.wsdl.extensions.schema.Schema schema, Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas, String base)
           
 

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)
           
 

Constructors in org.apache.cxf.headers with parameters of type Bus
HeaderManagerImpl(Bus b)
           
 

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

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

Uses of Bus in org.apache.cxf.jaxrs
 

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

Methods in org.apache.cxf.jaxrs with parameters of type Bus
 void AbstractJAXRSFactoryBean.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
 void ClientConfiguration.setBus(Bus bus)
          Sets the bus
 

Uses of Bus in org.apache.cxf.jaxrs.ext.codegen
 

Methods in org.apache.cxf.jaxrs.ext.codegen with parameters of type Bus
 void SourceGenerator.setBus(Bus bus)
           
 void CodeGeneratorProvider.setBus(Bus bus)
           
 

Uses of Bus in org.apache.cxf.jaxrs.features.clustering
 

Methods in org.apache.cxf.jaxrs.features.clustering with parameters of type Bus
 void FailoverFeature.initialize(ClientConfiguration client, Bus bus)
           
 void FailoverFeature.initialize(InterceptorProvider interceptorProvider, 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.
 

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

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

Methods in org.apache.cxf.jaxrs.utils with parameters of type 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, Bus bus)
           
 void SchemaHandler.setBus(Bus b)
           
 

Uses of Bus in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return Bus
 Bus ServiceImpl.getBus()
           
 Bus EndpointImpl.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, 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, javax.xml.ws.WebServiceFeature[] f)
           
EndpointImpl(Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[] features)
           
ServiceImpl(Bus b, URL url, QName name, Class<?> cls, javax.xml.ws.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, javax.xml.ws.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, javax.xml.ws.WebServiceFeature... wf)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<AbstractFeature> af, boolean isFromWsdl)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<javax.xml.ws.WebServiceFeature> wf)
           
 

Uses of Bus in org.apache.cxf.jaxws22
 

Constructors in org.apache.cxf.jaxws22 with parameters of type Bus
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, javax.xml.ws.WebServiceFeature[] f)
           
EndpointImpl(Bus b, Object i, String bindingUri, javax.xml.ws.WebServiceFeature[] features)
           
 

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

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

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

Constructors in org.apache.cxf.jaxws22.spring with parameters of type Bus
JAXWS22SpringEndpointImpl(Bus bus, Object implementor)
           
 

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

Methods in org.apache.cxf.maven_plugin that return Bus
protected abstract  Bus AbstractCodegenMoho.generate(GenericWsdlOption o, Bus bus, Set<URI> cp)
           
 

Methods in org.apache.cxf.maven_plugin with parameters of type Bus
protected abstract  Bus AbstractCodegenMoho.generate(GenericWsdlOption o, Bus bus, Set<URI> cp)
           
 

Uses of Bus in org.apache.cxf.maven_plugin.wsdl2java
 

Methods in org.apache.cxf.maven_plugin.wsdl2java that return Bus
protected  Bus WSDL2JavaMojo.generate(GenericWsdlOption genericWsdlOption, Bus bus, Set<URI> classPath)
           
 

Methods in org.apache.cxf.maven_plugin.wsdl2java with parameters of type Bus
protected  Bus WSDL2JavaMojo.generate(GenericWsdlOption genericWsdlOption, Bus bus, Set<URI> classPath)
           
 

Uses of Bus in org.apache.cxf.maven_plugin.wsdl2js
 

Methods in org.apache.cxf.maven_plugin.wsdl2js that return Bus
protected  Bus WSDL2JavaScriptMojo.generate(GenericWsdlOption genericWsdlOption, Bus bus, Set<URI> classPath)
           
 

Methods in org.apache.cxf.maven_plugin.wsdl2js with parameters of type Bus
protected  Bus WSDL2JavaScriptMojo.generate(GenericWsdlOption genericWsdlOption, Bus bus, Set<URI> classPath)
           
 

Uses of Bus in org.apache.cxf.message
 

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

Uses of Bus in org.apache.cxf.service
 

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

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

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

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

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

Uses of Bus in org.apache.cxf.test
 

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

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

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.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.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 AbstractDestination.bus
           
protected  Bus MultipleEndpointObserver.bus
           
protected  Bus ChainInitiationObserver.bus
           
protected  Bus TransportURIResolver.bus
           
protected  Bus AbstractTransportFactory.bus
           
 

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

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

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)
           
AbstractTransportFactory(List<String> ids, Bus b)
           
ChainInitiationObserver(Endpoint endpoint, Bus bus)
           
ConduitInitiatorManagerImpl(Bus b)
           
ConduitInitiatorManagerImpl(Map<String,ConduitInitiator> conduitInitiators, Bus b)
           
ConduitInitiatorManagerImpl(MapProvider<String,ConduitInitiator> conduitInitiators, Bus b)
           
DestinationFactoryManagerImpl(Bus b)
           
DestinationFactoryManagerImpl(Map<String,DestinationFactory> destinationFactories, Bus b)
           
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
           
 

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

Methods in org.apache.cxf.transport.http with parameters of type Bus
 AbstractHTTPDestination HttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)
           
 void QueryHandlerRegistryImpl.setBus(Bus b)
           
 void HTTPTransportFactory.setBus(Bus b)
           
 

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
HTTPTransportFactory(Bus b)
           
HTTPTransportFactory(Bus b, DestinationRegistry registry)
           
HTTPWSDLExtensionLoader(Bus b)
           
QueryHandlerRegistryImpl(Bus b)
           
QueryHandlerRegistryImpl(Bus b, List<QueryHandler> handlers)
           
 

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

Constructors in org.apache.cxf.transport.http_jaxws_spi with parameters of type Bus
JAXWSHttpSpiDestination(Bus b, DestinationRegistry registry, EndpointInfo ei)
           
JAXWSHttpSpiTransportFactory(Bus bus, javax.xml.ws.spi.http.HttpContext context)
           
 

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, using Jetty server engine.
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.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
 JMSConfiguration JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo(Bus bus, EndpointInfo endpointInfo, EndpointReferenceType target, boolean isConduit)
           
protected  JMSEndpoint JMSOldConfigHolder.getExtensorsAndConfig(Bus bus, EndpointInfo endpointInfo, EndpointReferenceType target, boolean isConduit)
          Get the extensors from the wsdl and/or configuration that will then be used to configure the JMSConfiguration object
 void JMSConfigFeature.initialize(Client client, Bus bus)
           
 void JMSConfigFeature.initialize(Server server, Bus bus)
           
 void JMSTransportFactory.setBus(Bus bus)
           
 

Constructors in org.apache.cxf.transport.jms with parameters of type Bus
JMSConduit(EndpointInfo endpointInfo, 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, Collection<JMSContinuation> cList, org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener, JMSConfiguration jmsConfig)
           
JMSContinuationProvider(Bus b, Message m, MessageObserver observer, Collection<JMSContinuation> cList, org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener, JMSConfiguration jmsConfig)
           
 

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 with parameters of type Bus
 void LocalTransportFactory.setBus(Bus b)
           
 

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

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

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

Constructors in org.apache.cxf.workqueue with parameters of type Bus
WorkQueueManagerImpl(Bus b)
           
 

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)
           
 

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

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 PolicyBuilderImpl.setBus(Bus theBus)
           
 void PolicyInterceptorProviderRegistryImpl.setBus(Bus b)
           
 void AssertionBuilderRegistryImpl.setBus(Bus b)
           
 void PolicyEngineImpl.setBus(Bus b)
           
 

Constructors in org.apache.cxf.ws.policy with parameters of type Bus
AssertionBuilderRegistryImpl(Bus b)
           
PolicyBuilderImpl(Bus theBus)
           
PolicyEngineImpl(Bus b)
           
PolicyInterceptorProviderRegistryImpl(Bus b)
           
PolicyInterceptorProviderRegistryImpl(Bus b, MapProvider<QName,PolicyInterceptorProvider> interceptors)
           
 

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 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, EndpointReferenceType address)
           
 void RMManager.init(Bus b)
           
 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.ws.security.kerberos
 

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

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

Constructors in org.apache.cxf.ws.security.policy.builders with parameters of type Bus
AlgorithmSuiteBuilder(Bus bus)
           
TransportBindingBuilder(PolicyBuilder b, 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.trust
 

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

Methods in org.apache.cxf.ws.security.trust with parameters of type Bus
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
STSClient(Bus b)
           
 

Uses of Bus in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl 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.
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.wsdl11
 

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

Constructors in org.apache.cxf.wsdl11 with parameters of type Bus
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.
WSDLDefinitionBuilder(Bus b)
           
WSDLManagerImpl(Bus b)
           
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)
           
WSDLServiceFactory(Bus b, URL url)
           
WSDLServiceFactory(Bus b, URL url, QName sn)
           
 

Uses of Bus in org.apache.cxf.wstx_msv_validation
 

Constructors in org.apache.cxf.wstx_msv_validation with parameters of type Bus
WoodstoxValidationImpl(Bus b)
           
 


Apache CXF API

Apache CXF