Uses of Interface
org.apache.cxf.Bus
-
-
Uses of Bus in org.apache.cxf
Fields 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.binding
Fields 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.bus
Methods 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.extension
Classes 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.managers
Methods 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.resource
Methods 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.spring
Classes 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.buslifecycle
Methods 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.catalog
Methods 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.jaxb
Methods 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, Marshaller marshaller) -
Uses of Bus in org.apache.cxf.common.spi
Fields 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.util
Methods 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.databinding
Methods 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.stax
Methods 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.endpoint
Fields 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.ext.logging
Methods in org.apache.cxf.ext.logging with parameters of type Bus Modifier and Type Method Description voidLoggingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)Constructors in org.apache.cxf.ext.logging with parameters of type Bus Constructor Description LoggingBusLifecycleListener(Bus b)OldLoggingFactoryBeanListener(Bus b)Deprecated. -
Uses of Bus in org.apache.cxf.feature
Methods 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.transform
Methods 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.validation
Methods 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.interceptor
Methods 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.security
Methods 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.message
Methods in org.apache.cxf.message that return Bus Modifier and Type Method Description BusExchange. getBus()BusExchangeImpl. getBus() -
Uses of Bus in org.apache.cxf.service
Methods 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.factory
Methods 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.sts
Methods in org.apache.cxf.sts that return Bus Modifier and Type Method Description BusStaticSTSProperties. getBus()Methods in org.apache.cxf.sts with parameters of type Bus Modifier and Type Method Description voidStaticSTSProperties. setBus(Bus bus) -
Uses of Bus in org.apache.cxf.sts.cache
Methods in org.apache.cxf.sts.cache that return Bus Modifier and Type Method Description protected BusAbstractIdentityCache. getBus()Constructors in org.apache.cxf.sts.cache with parameters of type Bus Constructor Description AbstractIdentityCache(Bus bus, IdentityMapper identityMapper)DefaultInMemoryTokenStore(Bus b)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 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, EndpointReferenceType target, Bus bus)Initiate an outbound Conduit.DestinationDestinationFactory. 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 Bus Constructor Description AbstractDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)AbstractMultiplexDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)ChainInitiationObserver(Endpoint endpoint, Bus bus)MultipleEndpointObserver(Bus bus)TransportFinder(Bus b, Map<String,T> m, Set<String> l, Class<T> c)TransportURIResolver(Bus b) -
Uses of Bus in org.apache.cxf.transport.common.gzip
Methods in org.apache.cxf.transport.common.gzip with parameters of type Bus Modifier and Type Method Description voidGZIPFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of Bus in org.apache.cxf.validation
Methods 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.addressing
Methods in org.apache.cxf.ws.addressing with parameters of type Bus Modifier and Type Method Description static 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 EndpointReferenceTypeEndpointReferenceUtils. mint(QName serviceName, Bus bus)Mint 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 Constructor Description CXFEHCacheReplayCache(String key, Bus bus, Path diskstorePath) -
Uses of Bus in org.apache.cxf.ws.security.policy
Constructors in org.apache.cxf.ws.security.policy with parameters of type Bus Constructor Description WSSecurityPolicyLoader(Bus b) -
Uses of Bus in org.apache.cxf.ws.security.policy.custom
Methods in org.apache.cxf.ws.security.policy.custom with parameters of type Bus Modifier and Type Method Description AlgorithmSuiteAlgorithmSuiteLoader. getAlgorithmSuite(Bus bus, SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy)AlgorithmSuiteDefaultAlgorithmSuiteLoader. 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 Constructor Description AlgorithmSuiteBuilder(Bus bus) -
Uses of Bus in org.apache.cxf.ws.security.policy.interceptors
Constructors in org.apache.cxf.ws.security.policy.interceptors with parameters of type Bus Constructor Description STSTokenOutInterceptor(String phase, STSAuthParams authParams, String stsWsdlLocation, Bus bus)STSTokenOutInterceptor(STSAuthParams authParams, String stsWsdlLocation, Bus bus)UsernameTokenInterceptorProvider(Bus bus) -
Uses of Bus in org.apache.cxf.ws.security.tokenstore
Constructors in org.apache.cxf.ws.security.tokenstore with parameters of type Bus Constructor Description EHCacheTokenStore(String key, Bus b, URL configFileURL) -
Uses of Bus in org.apache.cxf.ws.security.trust
Fields in org.apache.cxf.ws.security.trust declared as Bus Modifier and Type Field Description protected BusAbstractSTSClient. busMethods in org.apache.cxf.ws.security.trust with parameters of type Bus Modifier and Type Method Description static 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 Constructor Description AbstractSTSClient(Bus b)STSClient(Bus b) -
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 Bus Modifier and Type Method Description ConduitUDPTransportFactory. getConduit(EndpointInfo ei, Bus bus)ConduitUDPTransportFactory. getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus)DestinationUDPTransportFactory. 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 Bus Constructor Description UDPConduit(EndpointReferenceType t, Bus bus)UDPDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)UDPTransportFactory(Bus b) -
Uses of Bus in org.jboss.wsf.stack.cxf.addons.transports.undertow
Methods in org.jboss.wsf.stack.cxf.addons.transports.undertow that return Bus Modifier and Type Method Description BusUndertowServerEngine. getBus()BusUndertowServerEngineFactory. getBus()Methods in org.jboss.wsf.stack.cxf.addons.transports.undertow with parameters of type Bus Modifier and Type Method Description org.apache.cxf.transport.http.AbstractHTTPDestinationUndertowServerDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, org.apache.cxf.transport.http.DestinationRegistry registry)voidUndertowServerEngineFactory. setBus(Bus bus)This call is used to set the bus.Constructors in org.jboss.wsf.stack.cxf.addons.transports.undertow with parameters of type Bus Constructor Description UndertowServerDestination(Bus b, org.apache.cxf.transport.http.DestinationRegistry registry, EndpointInfo ei)UndertowServerEngine(UndertowServerEngineFactory fac, Bus bus, String host, int port)UndertowServerEngineFactory(Bus b) -
Uses of Bus in org.jboss.wsf.stack.cxf.client
Methods in org.jboss.wsf.stack.cxf.client that return Bus Modifier and Type Method Description BusClientBusSelector. createNewBus()Methods in org.jboss.wsf.stack.cxf.client with parameters of type Bus Modifier and Type Method Description protected 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 Bus Modifier and Type Method Description BusJBossWSBusFactory. createBus(Map<Class<?>,Object> extensions, Map<String,Object> properties)static 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 Bus Modifier and Type Method Description static 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 voidDefaultHTTPConduitFactoryWrapper. install(Bus bus)static voidSecurityProviderConfig. setup(Bus bus) -
Uses of Bus in org.jboss.wsf.stack.cxf.i18n
Methods in org.jboss.wsf.stack.cxf.i18n with parameters of type Bus Modifier and Type Method Description voidLoggers_$logger. errorRegisteringBus(Bus bus, Throwable cause)voidLoggers. errorRegisteringBus(Bus bus, Throwable cause)
-