Modifier and Type | Field and Description |
---|---|
protected static Bus |
BusFactory.defaultBus |
Modifier and Type | Method and Description |
---|---|
abstract Bus |
BusFactory.createBus()
Creates a new bus.
|
static Bus |
BusFactory.getAndSetThreadDefaultBus(Bus bus)
Sets the default bus for the thread.
|
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
|
Modifier and Type | Method and Description |
---|---|
static void |
BusFactory.clearDefaultBusForAnyThread(Bus bus)
Removes a bus from being a thread default bus for any thread.
|
static Bus |
BusFactory.getAndSetThreadDefaultBus(Bus bus)
Sets the default bus for the 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.
|
Constructor and Description |
---|
XMLStreamDataReader(AegisDatabinding databinding,
Bus bus) |
XMLStreamDataWriter(AegisDatabinding databinding,
Bus bus) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractBindingFactory.bus |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractBindingFactory.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBindingFactory.setBus(Bus bus) |
Constructor and Description |
---|
AbstractBindingFactory(Bus b) |
AbstractBindingFactory(Bus b,
Collection<String> ns) |
Modifier and Type | Method and Description |
---|---|
void |
ColocOutInterceptor.setBus(Bus bus) |
Constructor and Description |
---|
ColocInFaultObserver(Bus bus) |
ColocMessageObserver(Endpoint endpoint,
Bus bus) |
ColocOutFaultObserver(Bus bus) |
ColocOutInterceptor(Bus b) |
Modifier and Type | Method and Description |
---|---|
void |
ColocFeature.initialize(Client client,
Bus bus) |
protected void |
ColocFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Conduit |
CorbaBindingFactory.getConduit(EndpointInfo endpointInfo,
Bus bus) |
Conduit |
CorbaBindingFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus) |
Destination |
CorbaBindingFactory.getDestination(EndpointInfo endpointInfo,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
OrbConfigurer.setBus(Bus b) |
Constructor and Description |
---|
WSDLExtensionRegister(Bus b) |
Constructor and Description |
---|
LocalServerListener.OverrideBindingObserver(Endpoint endpoint,
Binding binding,
Bus bus) |
LocalServerListener(Bus bus,
BindingFactory bindingFactory) |
ObjectBindingFactory(Bus b) |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
SoapTransportFactory.createEndpointInfo(Bus bus,
ServiceInfo serviceInfo,
BindingInfo b,
List<?> ees) |
void |
SoapTransportFactory.createPortExtensors(Bus b,
EndpointInfo ei,
Service service) |
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
Bus b) |
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus) |
Destination |
SoapTransportFactory.getDestination(EndpointInfo ei,
Bus bus) |
Constructor and Description |
---|
SoapBindingFactory(Bus b) |
Constructor and Description |
---|
ReadHeadersInterceptor(Bus b) |
ReadHeadersInterceptor(Bus b,
SoapVersion v) |
ReadHeadersInterceptor(Bus b,
String phase) |
SoapOutInterceptor(Bus b) |
SoapOutInterceptor(Bus b,
String phase) |
Constructor and Description |
---|
XMLBindingFactory(Bus b) |
Modifier and Type | Method and Description |
---|---|
void |
XMLWSDLExtensionLoader.setupBus(Bus b) |
Constructor and Description |
---|
XMLWSDLExtensionLoader(Bus b) |
Modifier and Type | Method and Description |
---|---|
Bus |
CXFBusFactory.createBus() |
Bus |
CXFBusFactory.createBus(Map<Class<?>,Object> e) |
Bus |
CXFBusFactory.createBus(Map<Class<?>,Object> e,
Map<String,Object> properties) |
Constructor and Description |
---|
ManagedBus(Bus b) |
Modifier and Type | Class and Description |
---|---|
class |
BlueprintBus |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionManagerBus
This bus uses CXF's built in extension manager to load components
(as opposed to using the Spring bus implementation).
|
Modifier and Type | Method and Description |
---|---|
Object |
Extension.load(ClassLoader cl,
Bus b) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
Bus |
HeaderManagerImpl.getBus() |
Bus |
ServerRegistryImpl.getBus() |
Bus |
WorkQueueManagerImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
BindingFactoryManagerImpl.setBus(Bus b) |
void |
ConduitInitiatorManagerImpl.setBus(Bus b) |
void |
CXFBusLifeCycleManager.setBus(Bus b) |
void |
DestinationFactoryManagerImpl.setBus(Bus b) |
void |
EndpointResolverRegistryImpl.setBus(Bus b) |
void |
HeaderManagerImpl.setBus(Bus bus) |
void |
ServerRegistryImpl.setBus(Bus bus) |
void |
ServiceContractResolverRegistryImpl.setBus(Bus b)
Sets the bus with which the registry is associated.
|
void |
WorkQueueManagerImpl.setBus(Bus bus) |
Constructor and Description |
---|
BindingFactoryManagerImpl(Bus b) |
ClientLifeCycleManagerImpl(Bus b) |
ConduitInitiatorManagerImpl(Bus b) |
CXFBusLifeCycleManager(Bus b) |
DestinationFactoryManagerImpl(Bus b) |
DestinationFactoryManagerImpl(Map<String,DestinationFactory> destinationFactories,
Bus b) |
EndpointResolverRegistryImpl(Bus b) |
HeaderManagerImpl(Bus b) |
ServerLifeCycleManagerImpl(Bus b) |
ServerRegistryImpl(Bus b) |
ServiceContractResolverRegistryImpl(Bus b) |
WorkQueueManagerImpl(Bus b) |
Modifier and Type | Method and Description |
---|---|
Object |
CXFExtensionBundleListener.OSGiExtension.load(ClassLoader cl,
Bus b) |
Constructor and Description |
---|
OSGIBusListener(Bus b) |
OSGIBusListener(Bus b,
Object[] args) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManagerImpl.setBus(Bus b) |
Constructor and Description |
---|
ResourceManagerImpl(Bus b) |
Modifier and Type | Class and Description |
---|---|
class |
SpringBus |
Modifier and Type | Method and Description |
---|---|
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) |
protected Bus |
SpringBusFactory.finishCreatingBus(org.springframework.context.ConfigurableApplicationContext bac) |
Modifier and Type | Method and Description |
---|---|
void |
BusDefinitionParser.BusConfig.setBus(Bus bb) |
Constructor and Description |
---|
BusWiringBeanFactoryPostProcessor(Bus b) |
SpringBeanLocator(org.springframework.context.ApplicationContext ctx,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
BusCreationListener.busCreated(Bus b)
Invoked to create a BusLifeCycleListener.
|
Modifier and Type | Method and Description |
---|---|
Bus |
OASISCatalogManager.getBus() |
Modifier and Type | Method and Description |
---|---|
static OASISCatalogManager |
OASISCatalogManager.getCatalogManager(Bus bus) |
void |
OASISCatalogManager.setBus(Bus bus) |
Constructor and Description |
---|
CatalogXmlSchemaURIResolver(Bus bus) |
OASISCatalogManager(Bus b) |
Modifier and Type | Method and Description |
---|---|
void |
CXFCdiServlet.setBus(Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
FailoverFeature.initialize(Client client,
Bus bus) |
protected void |
FailoverFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
ClassHelper.getRealClass(Bus bus,
Object o) |
Modifier and Type | Method and Description |
---|---|
protected Bus |
AbstractDataBinding.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataBinding.setBus(Bus bus)
This call is used to set the bus.
|
Modifier and Type | Method and Description |
---|---|
void |
StaxDataBindingFeature.initialize(Client client,
Bus bus) |
void |
StaxDataBindingFeature.initialize(Server server,
Bus bus) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractEndpointFactory.bus |
protected Bus |
ClientImpl.bus |
protected Bus |
ManagedEndpoint.bus |
protected Bus |
ServerImpl.bus |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractEndpointFactory.getBus() |
Bus |
Client.getBus()
Retrieves the Bus that was used to create the Client
|
Bus |
ClientImpl.getBus() |
Bus |
EndpointImpl.getBus() |
Bus |
AbstractEndpointFactory.getBus(boolean createIfNeeded) |
Modifier and Type | Method and Description |
---|---|
EndpointImpl |
EndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
EndpointImpl |
SimpleEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
void |
AbstractEndpointFactory.setBus(Bus bus) |
void |
EndpointImpl.setBus(Bus bus) |
Constructor and Description |
---|
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.
|
EndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
EndpointImpl(Bus bus,
Service s,
QName endpointName) |
ManagedEndpoint(Bus b,
Endpoint ep,
Server s) |
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory) |
Modifier and Type | Method and Description |
---|---|
static DynamicClientFactory |
DynamicClientFactory.newInstance(Bus b)
Create a new instance using a specific Bus.
|
Constructor and Description |
---|
DynamicClientFactory(Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFeature.initialize(Bus bus) |
void |
Feature.initialize(Bus bus) |
void |
WrappedFeature.initialize(Bus bus) |
void |
AbstractFeature.initialize(Client client,
Bus bus) |
void |
Feature.initialize(Client client,
Bus bus) |
void |
WrappedFeature.initialize(Client client,
Bus bus) |
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
Feature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
WrappedFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
AbstractFeature.initialize(Server server,
Bus bus) |
void |
Feature.initialize(Server server,
Bus bus) |
void |
WrappedFeature.initialize(Server server,
Bus bus) |
protected void |
AbstractFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
FastInfosetFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
StaxTransformFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
XSLTFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaValidationFeature.initialize(Client client,
Bus bus) |
void |
SchemaValidationFeature.initialize(Server server,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
ClientProxyFactoryBean.getBus() |
Modifier and Type | Method and Description |
---|---|
protected Document |
WSDLGetUtils.readXSDDocument(Bus bus,
String xsd,
Map<String,javax.wsdl.extensions.schema.SchemaReference> smp,
String base)
Read the schema file and return as a Document object.
|
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,
String docBase) |
protected void |
WSDLGetUtils.updateSchemaImports(Bus bus,
javax.wsdl.extensions.schema.Schema schema,
String docBase,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base,
String parent) |
protected void |
WSDLGetUtils.updateWSDLKeyDefinition(Bus bus,
Map<String,javax.wsdl.Definition> mp,
Message message,
Map<String,javax.wsdl.extensions.schema.SchemaReference> smp,
String base,
EndpointInfo endpointInfo)
Create a wsdl Definition object from the endpoint information and register
it in the local data structure for future reference.
|
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractFaultChainInitiatorObserver.getBus() |
Constructor and Description |
---|
AbstractFaultChainInitiatorObserver(Bus bus) |
ClientOutFaultObserver(Bus bus) |
InFaultChainInitiatorObserver(Bus bus) |
OutFaultChainInitiatorObserver(Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
JAASAuthenticationFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
JavascriptOptionsFeature.initialize(Server server,
Bus bus) |
Constructor and Description |
---|
JavascriptServerListener(Bus b) |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractJAXRSFactoryBean.getBus() |
Bus |
JAXRSServiceFactoryBean.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJAXRSFactoryBean.setBus(Bus bus) |
void |
JAXRSServiceFactoryBean.setBus(Bus bus) |
Constructor and Description |
---|
JAXRSBindingFactory(Bus b) |
Modifier and Type | Method and Description |
---|---|
Bus |
ClientConfiguration.getBus()
Gets the bus
|
Modifier and Type | Method and Description |
---|---|
static ClientProviderFactory |
ClientProviderFactory.createInstance(Bus bus) |
void |
ClientConfiguration.setBus(Bus bus)
Sets the bus
|
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractResourceInfo.getBus() |
Constructor and Description |
---|
AbstractResourceInfo(Bus bus) |
AbstractResourceInfo(Class<?> resourceClass,
Class<?> serviceClass,
boolean isRoot,
boolean checkContexts,
Bus bus) |
AbstractResourceInfo(Class<?> resourceClass,
Class<?> serviceClass,
boolean isRoot,
boolean checkContexts,
Map<Class<?>,ThreadLocalProxy<?>> constructorProxies,
Bus bus,
Object provider) |
ApplicationInfo(javax.ws.rs.core.Application provider,
Bus bus) |
ApplicationInfo(javax.ws.rs.core.Application provider,
Map<Class<?>,ThreadLocalProxy<?>> constructorProxies,
Bus bus) |
BeanParamInfo(Class<?> beanClass,
Bus bus) |
BeanResourceInfo(Bus bus) |
BeanResourceInfo(Class<?> resourceClass,
Class<?> serviceClass,
boolean isRoot,
boolean checkContexts,
Bus bus) |
BeanResourceInfo(Class<?> resourceClass,
Class<?> serviceClass,
boolean isRoot,
Bus bus) |
ClassResourceInfo(Class<?> theResourceClass,
Class<?> theServiceClass,
boolean theRoot,
boolean enableStatic,
boolean createdFromModel,
Bus bus) |
ClassResourceInfo(Class<?> theResourceClass,
Class<?> c,
boolean theRoot,
boolean enableStatic,
boolean createdFromModel,
String consumesTypes,
String producesTypes,
Bus bus) |
ClassResourceInfo(Class<?> theResourceClass,
Class<?> theServiceClass,
boolean theRoot,
boolean enableStatic,
Bus bus) |
FilterProviderInfo(T provider,
Bus bus,
Map<Class<?>,Integer> supportedContracts) |
FilterProviderInfo(T provider,
Bus bus,
String nameBinding,
boolean dynamic,
Map<Class<?>,Integer> supportedContracts) |
ProviderInfo(T provider,
Bus bus) |
ProviderInfo(T provider,
Bus bus,
boolean checkContexts) |
ProviderInfo(T provider,
Map<Class<?>,ThreadLocalProxy<?>> constructorProxies,
Bus bus) |
ProviderInfo(T provider,
Map<Class<?>,ThreadLocalProxy<?>> constructorProxies,
Bus bus,
boolean checkContexts) |
Constructor and Description |
---|
JavaDocProvider(Bus bus,
String path) |
WadlGenerator(Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractConfigurableProvider.getBus()
Gets the Bus.
|
Bus |
ProviderFactory.getBus() |
Modifier and Type | Method and Description |
---|---|
static ServerProviderFactory |
ServerProviderFactory.createInstance(Bus bus) |
static ProviderInfo<? extends Object> |
ProviderFactory.createProviderFromConstructor(Constructor<?> c,
Map<Class<?>,Object> values,
Bus theBus,
boolean checkContexts) |
void |
AbstractConfigurableProvider.setBus(Bus b)
Sets the Bus
|
void |
ProviderFactory.setBus(Bus bus) |
Constructor and Description |
---|
ProviderFactory(ProviderFactory baseFactory,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static UserResource |
SwaggerUtils.getUserResource(String loc,
Bus bus) |
void |
SwaggerFeature.initialize(Server server,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Class<?> rClass,
Class<?> sClass,
boolean root,
boolean enableStatic,
Bus bus) |
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Class<?> rClass,
Class<?> sClass,
ClassResourceInfo parent,
boolean root,
boolean enableStatic,
Bus bus) |
static ClassResourceInfo |
ResourceUtils.createClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
Class<?> defaultClass,
boolean isRoot,
boolean enableStatic,
Bus bus) |
static ClassResourceInfo |
ResourceUtils.createServiceClassResourceInfo(Map<String,UserResource> resources,
UserResource model,
Class<?> sClass,
boolean isRoot,
boolean enableStatic,
Bus 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) |
static Properties |
ResourceUtils.loadProperties(String propertiesLocation,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static Schema |
SchemaHandler.createSchema(List<String> locations,
String catalogLocation,
Bus bus) |
void |
SchemaHandler.setBus(Bus b) |
Modifier and Type | Method and Description |
---|---|
protected void |
JAXRSBeanValidationFeature.initializeProvider(InterceptorProvider interceptorProvider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
EndpointImpl.getBus() |
Bus |
ServiceImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.setBus(Bus b) |
Constructor and Description |
---|
CXFService(Bus b,
URL wsdlURL,
QName serviceName) |
CXFService(Bus b,
URL wsdlURL,
QName serviceName,
WebServiceFeature... f) |
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,
WebServiceFeature[] f) |
EndpointImpl(Bus b,
Object i,
String bindingUri,
WebServiceFeature[] features) |
ServiceImpl(Bus b,
URL url,
QName name,
Class<?> cls,
WebServiceFeature... f) |
Modifier and Type | Method and Description |
---|---|
void |
WebServiceContextResourceResolver.setBus(Bus b) |
Constructor and Description |
---|
WebServiceContextResourceResolver(Bus b) |
Modifier and Type | Method and Description |
---|---|
static JaxWsDynamicClientFactory |
JaxWsDynamicClientFactory.newInstance(Bus b)
Create a new instance using a specific Bus.
|
Constructor and Description |
---|
JaxWsDynamicClientFactory(Bus bus) |
Constructor and Description |
---|
AnnotationHandlerChainBuilder(Bus bus) |
HandlerChainBuilder(Bus aBus) |
HandlerResolverImpl(Bus bus,
QName serviceName,
Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
protected EndpointImpl |
ProviderImpl.createEndpointImpl(Bus bus,
String bindingId,
Object implementor,
WebServiceFeature... features) |
Constructor and Description |
---|
EndpointDefinitionParser.SpringEndpointImpl(Bus bus,
Object implementor) |
Modifier and Type | Method and Description |
---|---|
EndpointImpl |
JaxWsEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
Constructor and Description |
---|
JaxWsClientEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
ServiceImpl si,
List<WebServiceFeature> wf) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<WebServiceFeature> wf,
List<? extends Feature> af,
boolean isFromWsdl) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
List<WebServiceFeature> wf) |
Constructor and Description |
---|
EndpointImpl(Bus bus,
Object implementor)
Deprecated.
|
EndpointImpl(Bus b,
Object implementor,
JaxWsServerFactoryBean sf)
Deprecated.
|
EndpointImpl(Bus b,
Object i,
String bindingUri)
Deprecated.
|
EndpointImpl(Bus b,
Object i,
String bindingUri,
String wsdl)
Deprecated.
|
EndpointImpl(Bus b,
Object i,
String bindingUri,
String wsdl,
WebServiceFeature[] f)
Deprecated.
|
EndpointImpl(Bus b,
Object i,
String bindingUri,
WebServiceFeature[] features)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Bus |
CXFInvocationHandlerData.getBus() |
Bus |
JCABusFactory.getBus() |
Bus |
ManagedConnectionFactoryImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
protected Set<Bus> |
ResourceAdapterImpl.getBusCache() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdapterImpl.registerBus(Bus bus) |
void |
CXFInvocationHandlerData.setBus(Bus bus) |
void |
JCABusFactory.setBus(Bus b) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceAdapterImpl.setBusCache(Set<Bus> cache) |
Constructor and Description |
---|
InvocationHandlerFactory(Bus b,
CXFManagedConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected void |
EJBEndpoint.setWorkManagerThreadPoolToJetty(Bus bus,
String baseAddress) |
Constructor and Description |
---|
JibxSchemaHelper(Bus b,
Map<String,Element> s) |
Modifier and Type | Method and Description |
---|---|
Bus |
JsServiceFactoryBean.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
JsServiceFactoryBean.setBus(Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
CounterRepository.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
CounterRepository.setBus(Bus b) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResponseTimeFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
InstrumentationManagerImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationManagerImpl.setBus(Bus bus) |
Constructor and Description |
---|
InstrumentationManagerImpl(Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
Exchange.getBus() |
Bus |
ExchangeImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
MetricsFeature.initialize(Client client,
Bus bus) |
void |
MetricsFeature.initialize(Server server,
Bus bus) |
protected void |
MetricsFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
CodahaleMetricsProvider.bus |
Modifier and Type | Method and Description |
---|---|
static void |
CodahaleMetricsProvider.setupJMXReporter(Bus b,
MetricRegistry reg) |
Constructor and Description |
---|
CodahaleMetricsProvider(Bus b) |
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends MetricsProvider> |
AbstractMetricsInterceptor.getMetricProviders(Bus bus) |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
KeyManagementUtils.loadKeyStore(Properties props,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
static JsonWebKeys |
JwkUtils.loadJwkSet(Properties props,
Bus bus,
JweDecryptionProvider jwe,
JwkReaderWriter reader) |
static JsonWebKeys |
JwkUtils.loadJwkSet(Properties props,
Bus bus,
PrivateKeyPasswordProvider cb) |
static JsonWebKeys |
JwkUtils.loadJwkSet(Properties props,
Bus bus,
PrivateKeyPasswordProvider cb,
JwkReaderWriter reader) |
Constructor and Description |
---|
DefaultEHCacheCodeDataProvider(String configFileURL,
Bus bus) |
DefaultEHCacheCodeDataProvider(String configFileURL,
Bus bus,
String clientCacheKey,
String codeCacheKey,
String accessTokenKey,
String refreshTokenKey) |
Constructor and Description |
---|
DefaultEHCacheOAuthDataProvider(String configFileURL,
Bus bus) |
DefaultEHCacheOAuthDataProvider(String configFileURL,
Bus bus,
String clientCacheKey,
String accessTokenKey,
String refreshTokenKey) |
Constructor and Description |
---|
EHCacheTokenReplayCache(Bus bus) |
EHCacheTokenReplayCache(String configFileURL,
Bus bus) |
Constructor and Description |
---|
EHCacheSPStateManager(Bus bus) |
EHCacheSPStateManager(String configFileURL,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceBuilder.setBus(Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractServiceFactoryBean.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServiceFactoryBean.setBus(Bus bus) |
void |
FactoryBeanListenerManager.setBus(Bus bus) |
Constructor and Description |
---|
FactoryBeanListenerManager(Bus b) |
Modifier and Type | Method and Description |
---|---|
Bus |
StaticSTSProperties.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
StaticSTSProperties.setBus(Bus bus) |
Constructor and Description |
---|
DefaultInMemoryTokenStore(Bus b) |
EHCacheIdentityCache(IdentityMapper identityMapper,
Bus b) |
EHCacheIdentityCache(IdentityMapper identityMapper,
String key,
Bus b,
URL configFileURL) |
MemoryIdentityCache(Bus bus,
IdentityMapper identityMapper) |
MemoryIdentityCacheStatistics(Bus bus,
ManagedComponent parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
ThrottlingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractToolContainer.getBus() |
Modifier and Type | Method and Description |
---|---|
Bus |
JavaToJSProcessor.getBus() |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractGenerator.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenerator.setBus(Bus b) |
Modifier and Type | Method and Description |
---|---|
Bus |
JavaToWSDLProcessor.getBus() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractWSDLToProcessor.validate(javax.wsdl.Definition def,
ToolContext context,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractDefinitionValidator.getBus() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SourceGenerator.setBus(Bus bus) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractWSDLBuilder.bus |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWSDLBuilder.setBus(Bus b) |
void |
WSDLDefinitionBuilder.setBus(Bus b) |
Constructor and Description |
---|
WSDLDefinitionBuilder(Bus b) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractDestination.bus |
protected Bus |
ChainInitiationObserver.bus |
protected Bus |
MultipleEndpointObserver.bus |
protected Bus |
TransportURIResolver.bus |
Modifier and Type | Method and Description |
---|---|
Conduit |
ConduitInitiator.getConduit(EndpointInfo targetInfo,
Bus bus)
Initiate an outbound Conduit.
|
Conduit |
ConduitInitiator.getConduit(EndpointInfo localInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Destination |
DestinationFactory.getDestination(EndpointInfo ei,
Bus bus)
Create a destination.
|
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.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
GZIPFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractHTTPDestination.bus |
protected Bus |
HTTPConduit.bus
This field holds a reference to the CXF bus associated this conduit.
|
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractHTTPDestination.getBus() |
Modifier and Type | Method and Description |
---|---|
protected void |
HTTPTransportFactory.configure(Bus b,
Object bean)
This call uses the Configurer from the bus to configure
a bean.
|
protected void |
HTTPTransportFactory.configure(Bus bus,
Object bean,
String name,
String extraName) |
HTTPConduit |
HTTPConduitFactory.createConduit(HTTPTransportFactory f,
Bus b,
EndpointInfo localInfo,
EndpointReferenceType target) |
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
protected HTTPConduitFactory |
HTTPTransportFactory.findFactory(EndpointInfo endpointInfo,
Bus bus) |
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus bus)
This call creates a new HTTPConduit for the endpoint.
|
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
This call creates a new HTTP Conduit based on the EndpointInfo and
EndpointReferenceType.
|
Destination |
HTTPTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus) |
Constructor and Description |
---|
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
|
HTTPWSDLExtensionLoader(Bus b) |
URLConnectionHTTPConduit(Bus b,
EndpointInfo ei) |
URLConnectionHTTPConduit(Bus b,
EndpointInfo ei,
EndpointReferenceType t) |
Modifier and Type | Method and Description |
---|---|
Destination |
JAXWSHttpSpiTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus) |
Constructor and Description |
---|
JAXWSHttpSpiDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
Bus |
JettyHTTPHandler.getBus() |
Bus |
JettyHTTPServerEngineFactory.getBus() |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
JettyDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
void |
JettyHTTPServerEngineFactory.setBus(Bus bus)
This call is used to set the bus.
|
Constructor and Description |
---|
JettyHTTPDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory)
Constructor
|
JettyHTTPHandler(Bus bus) |
JettyHTTPServerEngineFactory(Bus b) |
JettyHTTPServerEngineFactory(Bus b,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threading) |
Modifier and Type | Method and Description |
---|---|
void |
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine.setBus(Bus b) |
Constructor and Description |
---|
JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac,
Bus b,
String host,
int port) |
JettyHTTPServerEngineFactoryBeanDefinitionParser.SpringJettyHTTPServerEngineFactory(Bus bus,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threading) |
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncHttpTransportFactory.configure(Bus b,
Object bean) |
protected void |
AsyncHttpTransportFactory.configure(Bus bus,
Object bean,
String name,
String extraName) |
HTTPConduit |
AsyncHTTPConduitFactory.createConduit(Bus bus,
EndpointInfo localInfo,
EndpointReferenceType target) |
HTTPConduit |
AsyncHTTPConduitFactory.createConduit(HTTPTransportFactory f,
Bus bus,
EndpointInfo localInfo,
EndpointReferenceType target) |
Conduit |
AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus bus) |
Conduit |
AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus) |
Constructor and Description |
---|
AsyncHTTPConduit(Bus b,
EndpointInfo ei,
EndpointReferenceType t,
AsyncHTTPConduitFactory factory) |
AsyncHTTPConduitFactory(Bus b) |
Modifier and Type | Method and Description |
---|---|
protected void |
NettyHttpTransportFactory.configure(Bus b,
Object bean) |
protected void |
NettyHttpTransportFactory.configure(Bus bus,
Object bean,
String name,
String extraName) |
HTTPConduit |
NettyHttpConduitFactory.createConduit(Bus bus,
EndpointInfo localInfo,
EndpointReferenceType target) |
HTTPConduit |
NettyHttpConduitFactory.createConduit(HTTPTransportFactory f,
Bus bus,
EndpointInfo localInfo,
EndpointReferenceType target) |
Conduit |
NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus bus) |
Conduit |
NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus) |
protected void |
NettyHttpConduitFactory.registerBusLifeListener(Bus bus,
io.netty.channel.EventLoopGroup group) |
Constructor and Description |
---|
NettyHttpConduit(Bus b,
EndpointInfo ei,
EndpointReferenceType t,
NettyHttpConduitFactory conduitFactory) |
Modifier and Type | Method and Description |
---|---|
Bus |
NettyHttpServerEngineFactory.getBus() |
Modifier and Type | Method and Description |
---|---|
protected void |
NettyHttpTransportFactory.configure(Bus b,
Object bean)
This call uses the Configurer from the bus to configure
a bean.
|
protected void |
NettyHttpTransportFactory.configure(Bus bus,
Object bean,
String name,
String extraName) |
AbstractHTTPDestination |
NettyHttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Destination |
NettyHttpTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus) |
void |
NettyHttpServerEngineFactory.setBus(Bus bus)
This call is used to set the bus.
|
Constructor and Description |
---|
NettyHttpDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
NettyHttpServerEngineFactory serverEngineFactory)
Constructor
|
NettyHttpServerEngineFactory(Bus b) |
NettyHttpServerEngineFactory(Bus b,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threads) |
Modifier and Type | Method and Description |
---|---|
void |
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine.setBus(Bus b) |
Constructor and Description |
---|
NettyHttpServerEngineBeanDefinitionParser.SpringNettyHttpServerEngine(NettyHttpServerEngineFactory fac,
Bus b,
String host,
int port) |
NettyHttpServerEngineFactoryBeanDefinitionParser.SpringNettyHttpServerEngineFactory(Bus bus,
Map<String,TLSServerParameters> tls,
Map<String,ThreadingParameters> threads) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static Executor |
JMSFactory.createExecutor(Bus bus,
String name)
Get workqueue from workqueue manager.
|
static JMSConfiguration |
JMSConfigFactory.createFromEndpoint(Bus bus,
JMSEndpoint endpoint) |
static JMSConfiguration |
JMSConfigFactory.createFromEndpointInfo(Bus bus,
EndpointInfo endpointInfo,
EndpointReferenceType target) |
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus b) |
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Destination |
JMSTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus)
Create a destination.
|
void |
ConnectionFactoryFeature.initialize(Client client,
Bus bus) |
void |
JMSConfigFeature.initialize(Client client,
Bus bus) |
void |
ConnectionFactoryFeature.initialize(Server server,
Bus bus) |
void |
JMSConfigFeature.initialize(Server server,
Bus bus) |
Constructor and Description |
---|
JMSConduit(EndpointReferenceType target,
JMSConfiguration jmsConfig,
Bus b) |
JMSDestination(Bus b,
EndpointInfo info,
JMSConfiguration jmsConfig) |
Constructor and Description |
---|
JMSContinuation(Bus b,
Message m,
MessageObserver observer,
Counter suspendendContinuations) |
JMSContinuationProvider(Bus b,
Message m,
MessageObserver observer,
Counter suspendendContinuations) |
Constructor and Description |
---|
JMSWSDLExtensionLoader(Bus b) |
Modifier and Type | Method and Description |
---|---|
Bus |
LocalDestination.getBus() |
Modifier and Type | Method and Description |
---|---|
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
Bus bus) |
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus) |
Destination |
LocalTransportFactory.getDestination(EndpointInfo ei,
Bus bus) |
protected Destination |
LocalTransportFactory.getDestination(EndpointInfo ei,
EndpointReferenceType reference,
Bus bus) |
Executor |
LocalTransportFactory.getExecutor(Bus bus) |
Constructor and Description |
---|
LocalDestination(LocalTransportFactory localDestinationFactory,
EndpointReferenceType epr,
EndpointInfo ei,
Bus bus) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
CXFNonSpringServlet.bus |
Modifier and Type | Method and Description |
---|---|
protected abstract Bus |
AbstractHTTPServlet.getBus() |
Bus |
CXFNonSpringServlet.getBus() |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
ServletDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
void |
CXFNonSpringServlet.setBus(Bus bus) |
Constructor and Description |
---|
ServletDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path)
Constructor, allowing subsititution of configuration.
|
ServletDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path,
boolean dp) |
Constructor and Description |
---|
ServiceListGeneratorServlet(DestinationRegistry destinationRegistry,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Conduit |
UDPTransportFactory.getConduit(EndpointInfo ei,
Bus bus) |
Conduit |
UDPTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus) |
Destination |
UDPTransportFactory.getDestination(EndpointInfo ei,
Bus bus) |
protected Destination |
UDPTransportFactory.getDestination(EndpointInfo ei,
EndpointReferenceType reference,
Bus bus) |
Constructor and Description |
---|
UDPConduit(EndpointReferenceType t,
Bus bus) |
UDPDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebSocketTransportFactory.configure(Bus b,
Object bean)
This call uses the Configurer from the bus to configure
a bean.
|
protected void |
WebSocketTransportFactory.configure(Bus bus,
Object bean,
String name,
String extraName) |
AbstractHTTPDestination |
WebSocketDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Conduit |
WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus b) |
Conduit |
WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Destination |
WebSocketTransportFactory.getDestination(EndpointInfo endpointInfo,
Bus bus)
Create a destination.
|
Constructor and Description |
---|
AhcWebSocketConduit(Bus b,
EndpointInfo ei,
EndpointReferenceType t) |
Modifier and Type | Method and Description |
---|---|
static void |
AtmosphereUtils.addInterceptors(org.atmosphere.cpr.AtmosphereFramework framework,
Bus bus) |
Constructor and Description |
---|
AtmosphereWebSocketJettyDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory) |
AtmosphereWebSocketServletDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
String path) |
Constructor and Description |
---|
JettyWebSocketDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory) |
Constructor and Description |
---|
Jetty9WebSocketDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
BeanValidationFeature.initializeProvider(InterceptorProvider interceptorProvider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected void |
WSAddressingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
void |
WSAddressingFeature.WSAddressingFeatureApplier.initializeProvider(WSAddressingFeature feature,
InterceptorProvider provider,
Bus bus) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AddressingFeatureApplier.initializeProvider(WSAddressingFeature feature,
InterceptorProvider provider,
Bus bus) |
Constructor and Description |
---|
AddressingWSDLExtensionLoader(Bus b) |
MAPAggregatorImpl.InterposedMessageObserver(Bus b,
MessageObserver o) |
Constructor and Description |
---|
WSDiscoveryClient(Bus b) |
WSDiscoveryClient(Bus b,
String address) |
Constructor and Description |
---|
WSDiscoveryServiceImpl(Bus b) |
WSDiscoveryServiceImpl(Bus b,
Map<String,Object> props) |
Constructor and Description |
---|
WSDiscoveryServerListener(Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
PolicyBuilderImpl.getBus() |
Bus |
PolicyEngineImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
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 |
AssertionBuilderRegistryImpl.setBus(Bus b) |
void |
PolicyBuilderImpl.setBus(Bus theBus) |
void |
PolicyEngineImpl.setBus(Bus b) |
void |
PolicyInterceptorProviderRegistryImpl.setBus(Bus b) |
Constructor and Description |
---|
AssertionBuilderRegistryImpl(Bus b) |
PolicyAnnotationListener(Bus bus) |
PolicyBuilderImpl(Bus theBus) |
PolicyDataEngineImpl(Bus bus) |
PolicyEngineImpl(Bus b) |
PolicyInterceptorProviderRegistryImpl(Bus b) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractPolicyProvider.bus |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPolicyProvider.setBus(Bus b) |
Constructor and Description |
---|
AbstractPolicyProvider(Bus b) |
ServiceModelPolicyProvider(Bus b) |
Modifier and Type | Method and Description |
---|---|
void |
DomainExpressionBuilderRegistry.setBus(Bus b) |
Constructor and Description |
---|
DomainExpressionBuilderRegistry(Bus b) |
Constructor and Description |
---|
Wsdl11AttachmentPolicyProvider(Bus bus) |
Constructor and Description |
---|
PolicyEngineBPDefinitionParser.PolicyEngineConfig(Bus bus) |
Constructor and Description |
---|
PolicyEngineBeanDefinitionParser.PolicyEngineConfig(Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractRMInterceptor.getBus() |
Bus |
RMManager.getBus() |
Modifier and Type | Method and Description |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
ProtocolVariation protocol,
Conduit conduit,
EndpointReferenceType address) |
static String |
RMUtils.getEndpointIdentifier(Endpoint endpoint,
Bus bus) |
void |
RMManager.init(Bus b) |
void |
AbstractRMInterceptor.setBus(Bus bus) |
void |
RMManager.setBus(Bus b) |
Modifier and Type | Method and Description |
---|---|
protected void |
RMFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Constructor and Description |
---|
MC11PolicyLoader(Bus b) |
RMPolicyInterceptorProvider(Bus bus) |
RSPPolicyLoader(Bus b) |
WSRMP12PolicyLoader(Bus b) |
Modifier and Type | Method and Description |
---|---|
static net.sf.ehcache.CacheManager |
EHCacheUtils.getCacheManager(Bus bus,
URL configFileURL) |
Constructor and Description |
---|
CXFEHCacheReplayCache(String key,
Bus bus,
URL configFileURL) |
Constructor and Description |
---|
KerberosClient(Bus b)
Deprecated.
|
Constructor and Description |
---|
WSSecurityPolicyLoader(Bus b) |
Modifier and Type | Method and Description |
---|---|
org.apache.wss4j.policy.model.AlgorithmSuite |
AlgorithmSuiteLoader.getAlgorithmSuite(Bus bus,
org.apache.wss4j.policy.SPConstants.SPVersion version,
org.apache.neethi.Policy nestedPolicy) |
org.apache.wss4j.policy.model.AlgorithmSuite |
DefaultAlgorithmSuiteLoader.getAlgorithmSuite(Bus bus,
org.apache.wss4j.policy.SPConstants.SPVersion version,
org.apache.neethi.Policy nestedPolicy) |
Constructor and Description |
---|
AlgorithmSuiteBuilder(Bus bus) |
Constructor and Description |
---|
UsernameTokenInterceptorProvider(Bus bus) |
Constructor and Description |
---|
EHCacheTokenStore(String key,
Bus b,
URL configFileURL) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractSTSClient.bus |
Modifier and Type | Method and Description |
---|---|
static Endpoint |
STSUtils.createSCEndpoint(Bus bus,
String namespace,
String transportId,
String location,
String soapVersion,
org.apache.neethi.Policy policy) |
static Endpoint |
STSUtils.createSTSEndpoint(Bus bus,
String namespace,
String transportId,
String location,
String soapVersion,
org.apache.neethi.Policy policy,
QName epName) |
Constructor and Description |
---|
AbstractSTSClient(Bus b) |
STSClient(Bus b) |
Constructor and Description |
---|
AbstractWSDLBindingFactory(Bus b) |
AbstractWSDLBindingFactory(Bus b,
Collection<String> ns) |
Modifier and Type | Method and Description |
---|---|
protected Bus |
WSDLManagerImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
EndpointInfo |
WSDLEndpointFactory.createEndpointInfo(Bus bus,
ServiceInfo serviceInfo,
BindingInfo b,
List<?> extensions) |
void |
WSDLEndpointFactory.createPortExtensors(Bus bus,
EndpointInfo ei,
Service service) |
static BindingFactory |
WSDLServiceUtils.getBindingFactory(javax.wsdl.Binding binding,
Bus bus,
StringBuilder sb) |
void |
WSDLManagerImpl.setBus(Bus b) |
Constructor and Description |
---|
CatalogWSDLLocator(String wsdlUrl,
Bus b) |
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.
|
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) |
Constructor and Description |
---|
EHCacheXKMSClientCache(Bus cxfBus) |
EHCacheXKMSClientCache(String configFileURL,
Bus cxfBus) |
Modifier and Type | Method and Description |
---|---|
static XKMSPortType |
XKMSClientFactory.create(String endpointAddress,
Bus bus) |
Apache CXF