Uses of Interface
org.apache.cxf.Bus
- 
- 
Uses of Bus in org.apache.cxfFields in org.apache.cxf declared as Bus Modifier and Type Field Description protected static BusBusFactory. defaultBusMethods in org.apache.cxf that return Bus Modifier and Type Method Description abstract 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 Bus Modifier and Type Method Description static 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 Bus Modifier and Type Field Description protected BusAbstractBindingFactory. busMethods in org.apache.cxf.binding that return Bus Modifier and Type Method Description BusAbstractBindingFactory. getBus()Methods in org.apache.cxf.binding with parameters of type Bus Modifier and Type Method Description voidAbstractBindingFactory. setBus(Bus bus)Constructors in org.apache.cxf.binding with parameters of type Bus Constructor Description AbstractBindingFactory(Bus b)AbstractBindingFactory(Bus b, Collection<String> ns)
- 
Uses of Bus in org.apache.cxf.busMethods in org.apache.cxf.bus that return Bus Modifier and Type Method Description BusCXFBusFactory. createBus()BusCXFBusFactory. createBus(Map<Class<?>,Object> e)BusCXFBusFactory. createBus(Map<Class<?>,Object> e, Map<String,Object> properties)Constructors in org.apache.cxf.bus with parameters of type Bus Constructor Description ManagedBus(Bus b)
- 
Uses of Bus in org.apache.cxf.bus.blueprintClasses in org.apache.cxf.bus.blueprint that implement Bus Modifier and Type Class Description classBlueprintBus
- 
Uses of Bus in org.apache.cxf.bus.extensionClasses in org.apache.cxf.bus.extension that implement Bus Modifier and Type Class Description classExtensionManagerBusThis 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 Modifier and Type Method Description ObjectExtension. load(ClassLoader cl, Bus b)Constructors in org.apache.cxf.bus.extension with parameters of type Bus Constructor Description 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.managersMethods in org.apache.cxf.bus.managers that return Bus Modifier and Type Method Description BusHeaderManagerImpl. getBus()BusServerRegistryImpl. getBus()BusWorkQueueManagerImpl. getBus()Methods in org.apache.cxf.bus.managers with parameters of type Bus Modifier and Type Method Description voidBindingFactoryManagerImpl. setBus(Bus b)voidConduitInitiatorManagerImpl. setBus(Bus b)voidCXFBusLifeCycleManager. setBus(Bus b)voidDestinationFactoryManagerImpl. setBus(Bus b)voidEndpointResolverRegistryImpl. setBus(Bus b)voidHeaderManagerImpl. setBus(Bus bus)voidServerRegistryImpl. setBus(Bus bus)voidServiceContractResolverRegistryImpl. setBus(Bus bus)Sets the bus with which the registry is associated.voidWorkQueueManagerImpl. setBus(Bus bus)Constructors in org.apache.cxf.bus.managers with parameters of type Bus Constructor Description BindingFactoryManagerImpl(Bus b)ClientLifeCycleManagerImpl(Bus b)ConduitInitiatorManagerImpl(Bus b)CXFBusLifeCycleManager(Bus b)DestinationFactoryManagerImpl(Map<String,DestinationFactory> destinationFactories, Bus b)DestinationFactoryManagerImpl(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.osgiMethods in org.apache.cxf.bus.osgi with parameters of type Bus Modifier and Type Method Description ObjectCXFExtensionBundleListener.OSGiExtension. load(ClassLoader cl, Bus b)Constructors in org.apache.cxf.bus.osgi with parameters of type Bus Constructor Description OSGIBusListener(Bus b)OSGIBusListener(Bus b, Object[] args)
- 
Uses of Bus in org.apache.cxf.bus.resourceMethods in org.apache.cxf.bus.resource with parameters of type Bus Modifier and Type Method Description voidResourceManagerImpl. setBus(Bus b)Constructors in org.apache.cxf.bus.resource with parameters of type Bus Constructor Description ResourceManagerImpl(Bus b)
- 
Uses of Bus in org.apache.cxf.bus.springClasses in org.apache.cxf.bus.spring that implement Bus Modifier and Type Class Description classSpringBusMethods in org.apache.cxf.bus.spring that return Bus Modifier and Type Method Description static BusBusWiringBeanFactoryPostProcessor. addBus(org.springframework.context.ApplicationContext ctx, String name)static BusBusWiringBeanFactoryPostProcessor. addDefaultBus(org.springframework.context.ApplicationContext ctx)BusSpringBusFactory. createBus()BusSpringBusFactory. createBus(String cfgFile)BusSpringBusFactory. createBus(String[] cfgFiles)BusSpringBusFactory. createBus(String[] cfgFiles, boolean includeDefaults)BusSpringBusFactory. createBus(String cfgFile, boolean includeDefaults)BusSpringBusFactory. createBus(URL url)BusSpringBusFactory. createBus(URL[] urls)BusSpringBusFactory. createBus(URL[] urls, boolean includeDefaults)BusSpringBusFactory. createBus(URL url, boolean includeDefaults)protected BusSpringBusFactory. finishCreatingBus(org.springframework.context.ConfigurableApplicationContext bac)Methods in org.apache.cxf.bus.spring with parameters of type Bus Modifier and Type Method Description voidBusDefinitionParser.BusConfig. setBus(Bus bb)Constructors in org.apache.cxf.bus.spring with parameters of type Bus Constructor Description BusWiringBeanFactoryPostProcessor(Bus b)SpringBeanLocator(org.springframework.context.ApplicationContext ctx, Bus bus)
- 
Uses of Bus in org.apache.cxf.buslifecycleMethods in org.apache.cxf.buslifecycle with parameters of type Bus Modifier and Type Method Description voidBusCreationListener. busCreated(Bus b)Invoked to create a BusLifeCycleListener.
- 
Uses of Bus in org.apache.cxf.catalogMethods in org.apache.cxf.catalog that return Bus Modifier and Type Method Description BusOASISCatalogManager. getBus()Methods in org.apache.cxf.catalog with parameters of type Bus Modifier and Type Method Description static OASISCatalogManagerOASISCatalogManager. getCatalogManager(Bus bus)voidOASISCatalogManager. setBus(Bus bus)Constructors in org.apache.cxf.catalog with parameters of type Bus Constructor Description CatalogXmlSchemaURIResolver(Bus bus)OASISCatalogManager(Bus b)
- 
Uses of Bus in org.apache.cxf.common.jaxbMethods in org.apache.cxf.common.jaxb with parameters of type Bus Modifier and Type Method Description static ObjectJAXBUtils. setNamespaceMapper(Bus bus, Map<String,String> nspref, javax.xml.bind.Marshaller marshaller)
- 
Uses of Bus in org.apache.cxf.common.spiFields in org.apache.cxf.common.spi declared as Bus Modifier and Type Field Description protected BusClassGeneratorClassLoader. busprotected BusGeneratedClassClassLoader. busConstructors in org.apache.cxf.common.spi with parameters of type Bus Constructor Description ClassGeneratorClassLoader(Bus bus)ClassLoaderProxyService(Bus bus)GeneratedClassClassLoader(Bus bus)GeneratedNamespaceClassLoader(Bus bus)GenerateJustInTime(Bus bus)LoadFirst(Bus bus)NamespaceClassGenerator(Bus bus)
- 
Uses of Bus in org.apache.cxf.common.utilMethods in org.apache.cxf.common.util with parameters of type Bus Modifier and Type Method Description static 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 Bus Modifier and Type Method Description protected BusAbstractDataBinding. getBus()Methods in org.apache.cxf.databinding with parameters of type Bus Modifier and Type Method Description voidAbstractDataBinding. setBus(Bus bus)This call is used to set the bus.
- 
Uses of Bus in org.apache.cxf.databinding.staxMethods in org.apache.cxf.databinding.stax with parameters of type Bus Modifier and Type Method Description voidStaxDataBindingFeature.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 Bus Modifier and Type Field Description protected BusAbstractEndpointFactory. busprotected BusClientImpl. busprotected BusManagedEndpoint. busprotected BusServerImpl. busMethods in org.apache.cxf.endpoint that return Bus Modifier and Type Method Description BusAbstractEndpointFactory. getBus()BusAbstractEndpointFactory. getBus(boolean createIfNeeded)BusClient. getBus()Retrieves the Bus that was used to create the ClientBusClientImpl. getBus()BusEndpointImpl. getBus()Methods in org.apache.cxf.endpoint with parameters of type Bus Modifier and Type Method Description EndpointImplEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.EndpointImplSimpleEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.voidAbstractEndpointFactory. setBus(Bus bus)voidEndpointImpl. setBus(Bus bus)Constructors in org.apache.cxf.endpoint with parameters of type Bus Constructor Description ClientImpl(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 Bus Modifier and Type Method Description voidAbstractFeature. 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 Bus Modifier and Type Method Description voidXSLTFeature.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 Bus Modifier and Type Method Description voidSchemaValidationFeature.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 Bus Modifier and Type Method Description BusAbstractFaultChainInitiatorObserver. getBus()Constructors in org.apache.cxf.interceptor with parameters of type Bus Constructor Description AbstractFaultChainInitiatorObserver(Bus bus)ClientOutFaultObserver(Bus bus)InFaultChainInitiatorObserver(Bus bus)OutFaultChainInitiatorObserver(Bus bus)
- 
Uses of Bus in org.apache.cxf.interceptor.securityMethods in org.apache.cxf.interceptor.security with parameters of type Bus Modifier and Type Method Description voidJAASAuthenticationFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)
- 
Uses of Bus in org.apache.cxf.messageMethods in org.apache.cxf.message that return Bus Modifier and Type Method Description BusExchange. getBus()BusExchangeImpl. getBus()
- 
Uses of Bus in org.apache.cxf.serviceMethods in org.apache.cxf.service with parameters of type Bus Modifier and Type Method Description voidServiceBuilder. setBus(Bus bus)
- 
Uses of Bus in org.apache.cxf.service.factoryMethods in org.apache.cxf.service.factory that return Bus Modifier and Type Method Description BusAbstractServiceFactoryBean. getBus()Methods in org.apache.cxf.service.factory with parameters of type Bus Modifier and Type Method Description voidAbstractServiceFactoryBean. setBus(Bus bus)voidFactoryBeanListenerManager. setBus(Bus bus)Constructors in org.apache.cxf.service.factory with parameters of type Bus Constructor Description FactoryBeanListenerManager(Bus b)
- 
Uses of Bus in org.apache.cxf.transportFields in org.apache.cxf.transport declared as Bus Modifier and Type Field Description protected BusAbstractDestination. busprotected BusChainInitiationObserver. busprotected BusMultipleEndpointObserver. busprotected BusTransportURIResolver. busMethods in org.apache.cxf.transport with parameters of type Bus Modifier and Type Method Description ConduitConduitInitiator. getConduit(EndpointInfo targetInfo, Bus bus)Initiate an outbound Conduit.ConduitConduitInitiator. getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Initiate an outbound Conduit.DestinationDestinationFactory. 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 Bus Constructor Description AbstractDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei)AbstractMultiplexDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei)ChainInitiationObserver(Endpoint endpoint, Bus bus)MultipleEndpointObserver(Bus bus)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.gzipMethods in org.apache.cxf.transport.common.gzip with parameters of type Bus Modifier and Type Method Description voidGZIPFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)
- 
Uses of Bus in org.apache.cxf.validationMethods in org.apache.cxf.validation with parameters of type Bus Modifier and Type Method Description voidBeanValidationFeature.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 Bus Modifier and Type Method Description static 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.EndpointReferenceTypeEndpointReferenceUtils. mint(QName serviceName, Bus bus)Mint logical endpoint reference via the Bus EndpointResolverRegistry.static org.apache.cxf.ws.addressing.EndpointReferenceTypeEndpointReferenceUtils. mint(org.apache.cxf.ws.addressing.EndpointReferenceType physical, Bus bus)Mint 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.EndpointReferenceTypeEndpointReferenceUtils. resolve(org.apache.cxf.ws.addressing.EndpointReferenceType logical, Bus bus)Resolve logical endpoint reference via the Bus EndpointResolverRegistry.
 
-