Uses of Interface
org.apache.cxf.Bus
Packages that use Bus
Package
Description
- 
Uses of Bus in org.apache.cxfFields 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.bindingFields 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.busMethods 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.extensionClasses 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.managersMethods 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.resourceMethods 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.springClasses 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.buslifecycleMethods 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.catalogMethods 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.jaxbMethods in org.apache.cxf.common.jaxb with parameters of type Bus
- 
Uses of Bus in org.apache.cxf.common.spiFields 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.utilMethods 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.databindingMethods 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.staxMethods 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.endpointFields 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.featureMethods 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.transformMethods 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.validationMethods 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.interceptorMethods 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.securityMethods 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.ioMethods in org.apache.cxf.io with parameters of type Bus
- 
Uses of Bus in org.apache.cxf.messageMethods in org.apache.cxf.message that return Bus
- 
Uses of Bus in org.apache.cxf.serviceMethods in org.apache.cxf.service with parameters of type Bus
- 
Uses of Bus in org.apache.cxf.service.factoryMethods 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.transportFields 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, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.DestinationFactory.getDestination(EndpointInfo ei, Bus bus) Create a destination.protected static org.apache.cxf.ws.addressing.EndpointReferenceTypeAbstractObservable.getTargetReference(EndpointInfo ei, Bus bus) Get the target reference .protected static org.apache.cxf.ws.addressing.EndpointReferenceTypeAbstractObservable.getTargetReference(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType t, Bus bus) Get the target endpoint reference.Constructors in org.apache.cxf.transport with parameters of type BusModifierConstructorDescriptionAbstractDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei) AbstractMultiplexDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei) ChainInitiationObserver(Endpoint endpoint, Bus bus) 
- 
Uses of Bus in org.apache.cxf.transport.common.gzipMethods 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.validationMethods 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.addressingMethods in org.apache.cxf.ws.addressing with parameters of type BusModifier and TypeMethodDescriptionstatic org.apache.cxf.ws.addressing.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(org.apache.cxf.ws.addressing.EndpointReferenceType ref, Bus bus) static QNameEndpointReferenceUtils.getPortQName(org.apache.cxf.ws.addressing.EndpointReferenceType ref, Bus bus) static SchemaEndpointReferenceUtils.getSchema(ServiceInfo serviceInfo, Bus b) static QNameEndpointReferenceUtils.getServiceName(org.apache.cxf.ws.addressing.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 org.apache.cxf.ws.addressing.EndpointReferenceTypeMint logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceTypeMint logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceTypeEndpointReferenceUtils.renew(org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.ws.addressing.EndpointReferenceType physical, Bus bus) Renew logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceTypeResolve logical endpoint reference via the Bus EndpointResolverRegistry.