Uses of Interface
org.apache.cxf.Bus
Packages that use Bus
Package
Description
-
Uses of Bus in org.apache.cxf
Fields in org.apache.cxf declared as BusMethods in org.apache.cxf that return BusModifier and TypeMethodDescriptionabstract BusBusFactory.createBus()Creates a new bus.static BusBusFactory.getAndSetThreadDefaultBus(Bus bus) Sets the default bus for the thread.static BusBusFactory.getDefaultBus()Returns the default bus, creating it if necessary.static BusBusFactory.getDefaultBus(boolean createIfNeeded) Returns the default busstatic BusBusFactory.getThreadDefaultBus()Gets the default bus for the thread.static BusBusFactory.getThreadDefaultBus(boolean createIfNeeded) Gets the default bus for the thread, creating if neededMethods in org.apache.cxf with parameters of type BusModifier and TypeMethodDescriptionstatic voidBusFactory.clearDefaultBusForAnyThread(Bus bus) Removes a bus from being a thread default bus for any thread.static BusBusFactory.getAndSetThreadDefaultBus(Bus bus) Sets the default bus for the thread.protected voidBusFactory.initializeBus(Bus bus) static booleanBusFactory.possiblySetDefaultBus(Bus bus) Sets the default bus if a default bus is not already set.static voidBusFactory.setDefaultBus(Bus bus) Sets the default bus.static voidBusFactory.setThreadDefaultBus(Bus bus) Sets the default bus for the thread. -
Uses of Bus in org.apache.cxf.binding
Fields in org.apache.cxf.binding declared as BusMethods in org.apache.cxf.binding that return BusMethods in org.apache.cxf.binding with parameters of type BusConstructors in org.apache.cxf.binding with parameters of type Bus -
Uses of Bus in org.apache.cxf.bus
Methods in org.apache.cxf.bus that return BusConstructors in org.apache.cxf.bus with parameters of type Bus -
Uses of Bus in org.apache.cxf.bus.extension
Classes in org.apache.cxf.bus.extension that implement BusModifier and TypeClassDescriptionclassThis 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 BusConstructors in org.apache.cxf.bus.extension with parameters of type BusModifierConstructorDescriptionExtensionManagerImpl(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 BusModifier and TypeMethodDescriptionHeaderManagerImpl.getBus()ServerRegistryImpl.getBus()WorkQueueManagerImpl.getBus()Methods in org.apache.cxf.bus.managers with parameters of type BusModifier and TypeMethodDescriptionvoidvoidfinal voidvoidfinal voidfinal voidfinal voidfinal voidSets the bus with which the registry is associated.final voidConstructors in org.apache.cxf.bus.managers with parameters of type BusModifierConstructorDescriptionDestinationFactoryManagerImpl(Map<String, DestinationFactory> destinationFactories, Bus b) -
Uses of Bus in org.apache.cxf.bus.resource
Methods in org.apache.cxf.bus.resource with parameters of type BusConstructors in org.apache.cxf.bus.resource with parameters of type Bus -
Uses of Bus in org.apache.cxf.bus.spring
Classes in org.apache.cxf.bus.spring that implement BusMethods in org.apache.cxf.bus.spring that return BusModifier and TypeMethodDescriptionstatic BusBusWiringBeanFactoryPostProcessor.addBus(org.springframework.context.ApplicationContext ctx, String name) static BusBusWiringBeanFactoryPostProcessor.addDefaultBus(org.springframework.context.ApplicationContext ctx) SpringBusFactory.createBus()protected BusSpringBusFactory.finishCreatingBus(org.springframework.context.ConfigurableApplicationContext bac) Methods in org.apache.cxf.bus.spring with parameters of type BusConstructors in org.apache.cxf.bus.spring with parameters of type BusModifierConstructorDescriptionSpringBeanLocator(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 BusModifier and TypeMethodDescriptionvoidBusCreationListener.busCreated(Bus b) Invoked to create a BusLifeCycleListener. -
Uses of Bus in org.apache.cxf.catalog
Methods in org.apache.cxf.catalog that return BusMethods in org.apache.cxf.catalog with parameters of type BusModifier and TypeMethodDescriptionstatic OASISCatalogManagerOASISCatalogManager.getCatalogManager(Bus bus) voidConstructors in org.apache.cxf.catalog with parameters of type Bus -
Uses of Bus in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb with parameters of type BusModifier and TypeMethodDescriptionstatic ObjectJAXBUtils.setNamespaceMapper(Bus bus, Map<String, String> nspref, Marshaller marshaller) -
Uses of Bus in org.apache.cxf.common.spi
Fields in org.apache.cxf.common.spi declared as BusModifier and TypeFieldDescriptionprotected final BusClassGeneratorClassLoader.busprotected final BusGeneratedClassClassLoader.busConstructors in org.apache.cxf.common.spi with parameters of type Bus -
Uses of Bus in org.apache.cxf.common.util
Methods in org.apache.cxf.common.util with parameters of type BusModifier and TypeMethodDescriptionstatic Class<?>ClassHelper.getRealClass(Bus bus, Object o) static Class<?>ClassHelper.getRealClassFromClass(Bus bus, Class<?> cls) -
Uses of Bus in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding that return BusMethods in org.apache.cxf.databinding with parameters of type Bus -
Uses of Bus in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type BusModifier and TypeMethodDescriptionvoidStaxDataBindingFeature.Portable.initialize(Client client, Bus bus) voidStaxDataBindingFeature.Portable.initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.endpoint
Fields in org.apache.cxf.endpoint declared as BusModifier and TypeFieldDescriptionprotected BusAbstractEndpointFactory.busprotected BusClientImpl.busprotected final BusManagedEndpoint.busprotected final BusServerImpl.busMethods in org.apache.cxf.endpoint that return BusModifier and TypeMethodDescriptionAbstractEndpointFactory.getBus()AbstractEndpointFactory.getBus(boolean createIfNeeded) Client.getBus()Retrieves the Bus that was used to create the ClientClientImpl.getBus()EndpointImpl.getBus()Methods in org.apache.cxf.endpoint with parameters of type BusModifier and TypeMethodDescriptionEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.SimpleEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.voidvoidConstructors in org.apache.cxf.endpoint with parameters of type BusModifierConstructorDescriptionClientImpl(Bus b, Endpoint e) ClientImpl(Bus b, Endpoint e, ConduitSelector sc) ClientImpl(Bus b, Endpoint e, Conduit c) ClientImpl(Bus bus, Service svc, QName port, EndpointImplFactory endpointImplFactory) Create a Client that uses a specific EndpointImpl.EndpointImpl(Bus bus, Service s, QName endpointName) EndpointImpl(Bus bus, Service s, EndpointInfo ei) ManagedEndpoint(Bus b, Endpoint ep, Server s) ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of Bus in org.apache.cxf.ext.logging
Methods in org.apache.cxf.ext.logging with parameters of type BusModifier and TypeMethodDescriptionvoidLoggingFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) Constructors in org.apache.cxf.ext.logging with parameters of type BusModifierConstructorDescriptionDeprecated. -
Uses of Bus in org.apache.cxf.feature
Methods in org.apache.cxf.feature with parameters of type BusModifier and TypeMethodDescriptionvoidAbstractFeature.doInitializeProvider(InterceptorProvider provider, Bus bus) default voidAbstractPortableFeature.doInitializeProvider(InterceptorProvider provider, Bus bus) voidFastInfosetFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) voidLoggingFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) voidStaxTransformFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) default voidAbstractPortableFeature.initialize(Bus bus) default voidAbstractPortableFeature.initialize(Client client, Bus bus) default voidAbstractPortableFeature.initialize(Server server, Bus bus) default voidAbstractPortableFeature.initialize(InterceptorProvider interceptorProvider, Bus bus) voidDelegatingFeature.initialize(Bus bus) voidDelegatingFeature.initialize(Client client, Bus bus) voidDelegatingFeature.initialize(Server server, Bus bus) voidDelegatingFeature.initialize(InterceptorProvider interceptorProvider, Bus bus) voidFeature.initialize(Bus bus) voidFeature.initialize(Client client, Bus bus) voidFeature.initialize(Server server, Bus bus) voidFeature.initialize(InterceptorProvider interceptorProvider, Bus bus) voidWrappedFeature.initialize(Bus bus) voidWrappedFeature.initialize(Client client, Bus bus) voidWrappedFeature.initialize(Server server, Bus bus) voidWrappedFeature.initialize(InterceptorProvider interceptorProvider, Bus bus) protected voidAbstractFeature.initializeProvider(InterceptorProvider provider, Bus bus) protected voidDelegatingFeature.initializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.feature.transform
Methods in org.apache.cxf.feature.transform with parameters of type BusModifier and TypeMethodDescriptionvoidXSLTFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.feature.validation
Methods in org.apache.cxf.feature.validation with parameters of type BusModifier and TypeMethodDescriptionvoidSchemaValidationFeature.Portable.doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) voidSchemaValidationFeature.Portable.initialize(Client client, Bus bus) voidSchemaValidationFeature.Portable.initialize(Server server, Bus bus) -
Uses of Bus in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return BusConstructors in org.apache.cxf.interceptor with parameters of type BusModifierConstructorDescription -
Uses of Bus in org.apache.cxf.interceptor.security
Methods in org.apache.cxf.interceptor.security with parameters of type BusModifier and TypeMethodDescriptionvoidJAASAuthenticationFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.message
Methods in org.apache.cxf.message that return Bus -
Uses of Bus in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type Bus -
Uses of Bus in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory that return BusMethods in org.apache.cxf.service.factory with parameters of type BusModifier and TypeMethodDescriptionvoidfinal voidConstructors in org.apache.cxf.service.factory with parameters of type Bus -
Uses of Bus in org.apache.cxf.sts
Methods in org.apache.cxf.sts that return BusMethods in org.apache.cxf.sts with parameters of type Bus -
Uses of Bus in org.apache.cxf.sts.cache
Methods in org.apache.cxf.sts.cache that return BusConstructors in org.apache.cxf.sts.cache with parameters of type BusModifierConstructorDescriptionAbstractIdentityCache(Bus bus, IdentityMapper identityMapper) EHCacheIdentityCache(IdentityMapper identityMapper, String key, Bus b, URL configFileURL) EHCacheIdentityCache(IdentityMapper identityMapper, Bus b) MemoryIdentityCache(Bus bus, IdentityMapper identityMapper) MemoryIdentityCacheStatistics(Bus bus, ManagedComponent parent) -
Uses of Bus in org.apache.cxf.transport
Fields in org.apache.cxf.transport declared as BusModifier and TypeFieldDescriptionprotected final BusAbstractDestination.busprotected BusChainInitiationObserver.busprotected BusMultipleEndpointObserver.busprotected BusTransportURIResolver.busMethods in org.apache.cxf.transport with parameters of type BusModifier and TypeMethodDescriptionConduitInitiator.getConduit(EndpointInfo targetInfo, Bus bus) Initiate an outbound Conduit.ConduitInitiator.getConduit(EndpointInfo localInfo, EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.DestinationFactory.getDestination(EndpointInfo ei, Bus bus) Create a destination.protected static EndpointReferenceTypeAbstractObservable.getTargetReference(EndpointInfo ei, Bus bus) Get the target reference .protected static EndpointReferenceTypeAbstractObservable.getTargetReference(EndpointInfo ei, EndpointReferenceType t, Bus bus) Get the target endpoint reference.Constructors in org.apache.cxf.transport with parameters of type BusModifierConstructorDescriptionAbstractDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei) ChainInitiationObserver(Endpoint endpoint, Bus bus) -
Uses of Bus in org.apache.cxf.transport.common.gzip
Methods in org.apache.cxf.transport.common.gzip with parameters of type BusModifier and TypeMethodDescriptionvoidGZIPFeature.Portable.doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.validation
Methods in org.apache.cxf.validation with parameters of type BusModifier and TypeMethodDescriptionvoidBeanValidationFeature.Portable.doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) voidClientBeanValidationFeature.Portable.doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of Bus in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing with parameters of type BusModifier and TypeMethodDescriptionstatic EndpointReferenceTypeEndpointReferenceUtils.getEndpointReferenceWithId(QName serviceQName, String portName, String id, Bus bus) Obtain a multiplexed endpoint reference for the deployed service that contains the provided idstatic QNameEndpointReferenceUtils.getInterfaceName(EndpointReferenceType ref, Bus bus) static QNameEndpointReferenceUtils.getPortQName(EndpointReferenceType ref, Bus bus) static SchemaEndpointReferenceUtils.getSchema(ServiceInfo serviceInfo, Bus b) static QNameEndpointReferenceUtils.getServiceName(EndpointReferenceType ref, Bus bus) Gets the service name of the provided endpoint reference.protected voidWSAddressingFeature.initializeProvider(InterceptorProvider provider, Bus bus) voidWSAddressingFeature.WSAddressingFeatureApplier.initializeProvider(WSAddressingFeature feature, InterceptorProvider provider, Bus bus) static EndpointReferenceTypeMint logical endpoint reference via the Bus EndpointResolverRegistry.static EndpointReferenceTypeEndpointReferenceUtils.mint(EndpointReferenceType physical, Bus bus) Mint logical endpoint reference via the Bus EndpointResolverRegistry.static EndpointReferenceTypeEndpointReferenceUtils.renew(EndpointReferenceType logical, EndpointReferenceType physical, Bus bus) Renew logical endpoint reference via the Bus EndpointResolverRegistry.static EndpointReferenceTypeEndpointReferenceUtils.resolve(EndpointReferenceType logical, Bus bus) Resolve logical endpoint reference via the Bus EndpointResolverRegistry. -
Uses of Bus in org.apache.cxf.ws.security.cache
Constructors in org.apache.cxf.ws.security.cache with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.security.policy
Constructors in org.apache.cxf.ws.security.policy with parameters of type Bus -
Uses of Bus in org.apache.cxf.ws.security.policy.custom
Methods in org.apache.cxf.ws.security.policy.custom with parameters of type BusModifier and TypeMethodDescriptionAlgorithmSuiteLoader.getAlgorithmSuite(Bus bus, SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy) DefaultAlgorithmSuiteLoader.getAlgorithmSuite(Bus bus, SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy) Constructors in org.apache.cxf.ws.security.policy.custom with parameters of type 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 BusModifierConstructorDescriptionSTSTokenOutInterceptor(String phase, STSAuthParams authParams, String stsWsdlLocation, Bus bus) STSTokenOutInterceptor(STSAuthParams authParams, String stsWsdlLocation, 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 -
Uses of Bus in org.apache.cxf.ws.security.trust
Fields in org.apache.cxf.ws.security.trust declared as BusMethods in org.apache.cxf.ws.security.trust with parameters of type BusModifier and TypeMethodDescriptionstatic EndpointSTSUtils.createSCEndpoint(Bus bus, String namespace, String transportId, String location, String soapVersion, org.apache.neethi.Policy policy) static STSClientSTSUtils.createSTSClient(STSAuthParams authParams, String stsWsdlLocation, Bus bus) static EndpointSTSUtils.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 -
Uses of Bus in org.jboss.wsf.stack.cxf.addons.transports.udp
Methods in org.jboss.wsf.stack.cxf.addons.transports.udp with parameters of type BusModifier and TypeMethodDescriptionUDPTransportFactory.getConduit(EndpointInfo ei, Bus bus) UDPTransportFactory.getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus) UDPTransportFactory.getDestination(EndpointInfo ei, Bus bus) protected DestinationUDPTransportFactory.getDestination(EndpointInfo ei, EndpointReferenceType reference, Bus bus) Constructors in org.jboss.wsf.stack.cxf.addons.transports.udp with parameters of type BusModifierConstructorDescriptionUDPConduit(EndpointReferenceType t, Bus bus) UDPDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei) -
Uses of Bus in org.jboss.wsf.stack.cxf.addons.transports.undertow
Methods in org.jboss.wsf.stack.cxf.addons.transports.undertow that return BusModifier and TypeMethodDescriptionUndertowServerEngine.getBus()UndertowServerEngineFactory.getBus()Methods in org.jboss.wsf.stack.cxf.addons.transports.undertow with parameters of type BusModifier and TypeMethodDescriptionorg.apache.cxf.transport.http.AbstractHTTPDestinationUndertowServerDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry) final voidThis call is used to set the bus.Constructors in org.jboss.wsf.stack.cxf.addons.transports.undertow with parameters of type BusModifierConstructorDescriptionUndertowServerDestination(Bus b, org.apache.cxf.transport.http.DestinationRegistry registry, EndpointInfo ei) UndertowServerEngine(UndertowServerEngineFactory fac, Bus bus, String host, int port) -
Uses of Bus in org.jboss.wsf.stack.cxf.client
Methods in org.jboss.wsf.stack.cxf.client that return BusMethods in org.jboss.wsf.stack.cxf.client with parameters of type BusModifier and TypeMethodDescriptionprotected org.apache.cxf.jaxws.EndpointImplProviderImpl.createEndpointImpl(Bus bus, String bindingId, Object implementor, WebServiceFeature... features) -
Uses of Bus in org.jboss.wsf.stack.cxf.client.configuration
Methods in org.jboss.wsf.stack.cxf.client.configuration that return BusModifier and TypeMethodDescriptionstatic BusJBossWSBusFactory.getClassLoaderDefaultBus(ClassLoader classloader) Gets the default bus for the given classloaderstatic BusJBossWSBusFactory.getClassLoaderDefaultBus(ClassLoader classloader, ClientBusSelector clientBusSelector) Gets the default bus for the given classloader; if a new Bus is needed, the creation is delegated to the specified ClientBusSelector instance.static BusJBossWSBusFactory.getDefaultBus(ClassLoader contextClassLoader) Gets (and internally sets) the default bus after having set the thread context class loader to the provided one (which affects the Bus construction if it's not been created yet).Methods in org.jboss.wsf.stack.cxf.client.configuration with parameters of type BusModifier and TypeMethodDescriptionstatic voidFeatureUtils.addFeatures(InterceptorProvider interceptorProvider, Bus bus, Map<String, String> properties) static voidJBossWSBusFactory.clearDefaultBusForAnyClassLoader(Bus bus) Removes a bus from being the default bus for any classloaderorg.apache.cxf.transport.http.HTTPConduitAbstractHTTPConduitFactoryWrapper.createConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, Bus b, EndpointInfo localInfo, EndpointReferenceType target) protected abstract org.apache.cxf.transport.http.HTTPConduitAbstractHTTPConduitFactoryWrapper.createNewConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, Bus b, EndpointInfo localInfo, EndpointReferenceType target) Creates a new HTTPConduit instance; this is used internally when no delegate is available for getting a HTTPConduit instance to configureprotected org.apache.cxf.transport.http.HTTPConduitDefaultHTTPConduitFactoryWrapper.createNewConduit(org.apache.cxf.transport.http.HTTPTransportFactory f, Bus b, EndpointInfo localInfo, EndpointReferenceType target) protected voidJBossWSBusFactory.initializeBus(Bus bus) static voidstatic void -
Uses of Bus in org.jboss.wsf.stack.cxf.i18n
Methods in org.jboss.wsf.stack.cxf.i18n with parameters of type BusModifier and TypeMethodDescriptionfinal voidLoggers_$logger.errorRegisteringBus(Bus bus, Throwable cause) voidLoggers.errorRegisteringBus(Bus bus, Throwable cause)