Modifier and Type | Field and Description |
---|---|
protected static Bus |
BusFactory.defaultBus |
Modifier and Type | Field and Description |
---|---|
protected static Map<Thread,Bus> |
BusFactory.threadBusses |
Modifier and Type | Method and Description |
---|---|
abstract Bus |
BusFactory.createBus()
Creates a new bus.
|
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.
|
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 |
---|
AegisSchemaValidationInInterceptor(Bus bus,
ServiceInfo service) |
XMLStreamDataReader(AegisDatabinding databinding,
Bus bus) |
XMLStreamDataWriter(AegisDatabinding databinding,
Bus bus) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractBaseBindingFactory.bus |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractBaseBindingFactory.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseBindingFactory.setBus(Bus bus) |
void |
BindingFactoryManagerImpl.setBus(Bus b) |
Constructor and Description |
---|
AbstractBaseBindingFactory(Bus b) |
AbstractBaseBindingFactory(Bus b,
Collection<String> ns) |
AbstractBindingFactory(Bus b) |
AbstractBindingFactory(Bus b,
Collection<String> ns) |
BindingFactoryManagerImpl(Bus b) |
BindingFactoryManagerImpl(Map<String,BindingFactory> bindingFactories,
Bus b) |
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) |
Constructor and Description |
---|
HttpBindingFactory(Bus bus) |
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 |
---|---|
void |
SoapTransportFactory.setBus(Bus bus) |
Constructor and Description |
---|
SoapBindingFactory(Bus b) |
SoapTransportFactory(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 |
---|
SoapTcpDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
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 | Class and Description |
---|---|
class |
CXFBusImpl |
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) |
Constructor and Description |
---|
OSGiExtensionLocator.OSGIBusListener(Bus b) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
BusDefinitionParser.BusConfig.setBus(Bus bb) |
static void |
BusWiringBeanFactoryPostProcessor.updateBusReferencesInContext(Bus bus,
org.springframework.context.ApplicationContext ctx)
Deprecated.
|
Constructor and Description |
---|
BusWiringBeanFactoryPostProcessor(Bus b) |
OldSpringSupport(Bus b,
Class<?> c) |
OldSpringSupport(Bus b,
Class<?> c,
String imp) |
SpringBeanLocator(org.springframework.context.ApplicationContext ctx,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
CXFBusLifeCycleManager.setBus(Bus b) |
Constructor and Description |
---|
CXFBusLifeCycleManager(Bus b) |
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 |
---|
CatalogWSDLLocator(String wsdlUrl,
Bus b) |
CatalogXmlSchemaURIResolver(Bus bus) |
OASISCatalogManager(Bus b) |
Modifier and Type | Method and Description |
---|---|
void |
FailoverFeature.initialize(Client client,
Bus bus) |
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 |
ClientImpl.bus |
protected Bus |
AbstractEndpointFactory.bus |
Modifier and Type | Method and Description |
---|---|
Bus |
ClientImpl.getBus() |
Bus |
AbstractEndpointFactory.getBus() |
Bus |
ServerRegistryImpl.getBus() |
Bus |
EndpointImpl.getBus() |
Bus |
Client.getBus()
Retrieves the Bus that was used to create the Client
|
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 |
EndpointResolverRegistryImpl.setBus(Bus b) |
void |
ServerRegistryImpl.setBus(Bus bus) |
void |
ServiceContractResolverRegistryImpl.setBus(Bus b)
Sets the bus with which the registry is associated.
|
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.
|
ClientImpl(Bus bus,
URL wsdlUrl,
QName service,
QName port)
Create a Client that uses the default EndpointImpl.
|
ClientImpl(Bus bus,
URL wsdlUrl,
QName service,
QName port,
EndpointImplFactory endpointImplFactory)
Create a Client that uses a specific EndpointImpl.
|
ClientLifeCycleManagerImpl(Bus b) |
EndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
EndpointImpl(Bus bus,
Service s,
QName endpointName) |
EndpointResolverRegistryImpl(Bus b) |
ManagedEndpoint(Bus b,
Endpoint ep,
Server s) |
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory) |
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
MessageObserver observer) |
ServerLifeCycleManagerImpl(Bus b) |
ServerRegistryImpl(Bus b) |
ServiceContractResolverRegistryImpl(Bus b) |
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 |
---|---|
void |
AbstractFeature.initialize(Bus bus) |
void |
AbstractFeature.initialize(Client client,
Bus bus) |
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
AbstractFeature.initialize(Server server,
Bus bus) |
protected void |
StaxTransformFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
FastInfosetFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
AbstractFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
ClientProxyFactoryBean.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
ClientProxyFactoryBean.setBus(Bus bus) |
protected void |
WSDLGetInterceptor.updateDefinition(Bus bus,
javax.wsdl.Definition def,
Map<String,javax.wsdl.Definition> done,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base,
EndpointInfo ei) |
protected void |
WSDLGetInterceptor.updateSchemaImports(Bus bus,
javax.wsdl.extensions.schema.Schema schema,
Map<String,javax.wsdl.extensions.schema.SchemaReference> doneSchemas,
String base) |
Modifier and Type | Method and Description |
---|---|
Bus |
HeaderManagerImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
HeaderManagerImpl.setBus(Bus bus) |
Constructor and Description |
---|
HeaderManagerImpl(Bus b) |
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 |
---|---|
Bus |
EndpointImpl.getBus() |
Bus |
ServiceImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.setBus(Bus b) |
Constructor and Description |
---|
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,
javax.xml.ws.WebServiceFeature[] f) |
EndpointImpl(Bus b,
Object i,
String bindingUri,
javax.xml.ws.WebServiceFeature[] features) |
ServiceImpl(Bus b,
URL url,
QName name,
Class<?> cls,
javax.xml.ws.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,
javax.xml.ws.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,
javax.xml.ws.WebServiceFeature... wf) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<javax.xml.ws.WebServiceFeature> wf,
List<AbstractFeature> af,
boolean isFromWsdl) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
List<javax.xml.ws.WebServiceFeature> wf) |
Constructor and Description |
---|
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,
javax.xml.ws.WebServiceFeature[] f) |
EndpointImpl(Bus b,
Object i,
String bindingUri,
javax.xml.ws.WebServiceFeature[] features) |
Modifier and Type | Method and Description |
---|---|
protected EndpointImpl |
ProviderImpl.createEndpointImpl(Bus bus,
String bindingId,
Object implementor,
javax.xml.ws.WebServiceFeature... features) |
Constructor and Description |
---|
JAXWS22SpringEndpointImpl(Bus bus,
Object implementor) |
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) |
Modifier and Type | Method and Description |
---|---|
Bus |
ExchangeImpl.getBus() |
Bus |
Exchange.getBus() |
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 |
FactoryBeanListenerManager.setBus(Bus bus) |
void |
AbstractServiceFactoryBean.setBus(Bus bus) |
Constructor and Description |
---|
FactoryBeanListenerManager(Bus b) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
AbstractCXFTest.bus |
protected Bus |
TestUtilities.bus |
Modifier and Type | Method and Description |
---|---|
protected Bus |
AbstractCXFTest.createBus() |
Bus |
AbstractCXFSpringTest.createBus() |
Bus |
AbstractCXFTest.getBus() |
Bus |
TestUtilities.getBus()
Return the CXF bus used.
|
Modifier and Type | Method and Description |
---|---|
void |
TestUtilities.setBus(Bus bus)
Set the CXF bus.
|
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractToolContainer.getBus() |
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 | Field and Description |
---|---|
protected Bus |
AbstractWSDLBuilder.bus |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWSDLBuilder.setBus(Bus b) |
Modifier and Type | Field and Description |
---|---|
protected Bus |
MultipleEndpointObserver.bus |
protected Bus |
AbstractDestination.bus |
protected Bus |
ChainInitiationObserver.bus |
protected Bus |
AbstractTransportFactory.bus |
protected Bus |
TransportURIResolver.bus |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractTransportFactory.getBus() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
ConduitInitiatorManagerImpl.setBus(Bus b) |
void |
DestinationFactoryManagerImpl.setBus(Bus b) |
void |
AbstractTransportFactory.setBus(Bus b) |
Constructor and Description |
---|
AbstractDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
AbstractMultiplexDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
AbstractTransportFactory(List<String> ids,
Bus b) |
ChainInitiationObserver(Endpoint endpoint,
Bus bus) |
ConduitInitiatorManagerImpl(Bus b) |
ConduitInitiatorManagerImpl(Map<String,ConduitInitiator> conduitInitiators,
Bus b) |
ConduitInitiatorManagerImpl(MapProvider<String,ConduitInitiator> conduitInitiators,
Bus b) |
DestinationFactoryManagerImpl(Bus b) |
DestinationFactoryManagerImpl(Map<String,DestinationFactory> destinationFactories,
Bus b) |
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 |
Modifier and Type | Method and Description |
---|---|
Bus |
AbstractHTTPDestination.getBus() |
Bus |
QueryHandlerRegistryImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
void |
HTTPTransportFactory.setBus(Bus b) |
void |
QueryHandlerRegistryImpl.setBus(Bus b) |
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
|
HTTPTransportFactory(Bus b) |
HTTPTransportFactory(Bus b,
DestinationRegistry registry) |
HTTPWSDLExtensionLoader(Bus b) |
QueryHandlerRegistryImpl(Bus b) |
QueryHandlerRegistryImpl(Bus b,
List<QueryHandler> handlers) |
Constructor and Description |
---|
JAXWSHttpSpiDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei) |
JAXWSHttpSpiTransportFactory(Bus bus,
javax.xml.ws.spi.http.HttpContext context) |
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 |
---|---|
JMSConfiguration |
JMSOldConfigHolder.createJMSConfigurationFromEndpointInfo(Bus bus,
EndpointInfo endpointInfo,
EndpointReferenceType target,
boolean isConduit) |
protected JMSEndpoint |
JMSOldConfigHolder.getExtensorsAndConfig(Bus bus,
EndpointInfo endpointInfo,
EndpointReferenceType target,
boolean isConduit)
Get the extensors from the wsdl and/or configuration that will
then be used to configure the JMSConfiguration object
|
void |
JMSConfigFeature.initialize(Client client,
Bus bus) |
void |
JMSConfigFeature.initialize(Server server,
Bus bus) |
void |
JMSTransportFactory.setBus(Bus bus) |
Constructor and Description |
---|
JMSConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
JMSConfiguration jmsConfig,
Bus b) |
JMSDestination(Bus b,
EndpointInfo info,
JMSConfiguration jmsConfig) |
JMSTransportFactory(Bus b) |
Constructor and Description |
---|
JMSContinuation(Bus b,
Message m,
MessageObserver observer,
Collection<JMSContinuation> cList,
org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener,
JMSConfiguration jmsConfig) |
JMSContinuationProvider(Bus b,
Message m,
MessageObserver observer,
Collection<JMSContinuation> cList,
org.springframework.jms.listener.AbstractMessageListenerContainer jmsListener,
JMSConfiguration jmsConfig) |
Constructor and Description |
---|
JMSWSDLExtensionLoader(Bus b) |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransportFactory.setBus(Bus b) |
Constructor and Description |
---|
LocalTransportFactory(Bus b) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ServiceListGeneratorServlet(DestinationRegistry destinationRegistry,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
WorkQueueManagerImpl.getBus() |
Modifier and Type | Method and Description |
---|---|
void |
WorkQueueManagerImpl.setBus(Bus bus) |
Constructor and Description |
---|
WorkQueueManagerImpl(Bus b) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSAddressingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Constructor and Description |
---|
AddressingWSDLExtensionLoader(Bus b) |
MAPAggregator.InterposedMessageObserver(Bus b,
MessageObserver o) |
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 |
PolicyInterceptorProviderRegistryImpl.setBus(Bus b) |
void |
PolicyEngineImpl.setBus(Bus b) |
Constructor and Description |
---|
AssertionBuilderRegistryImpl(Bus b) |
PolicyBuilderImpl(Bus theBus) |
PolicyEngineImpl(Bus b) |
PolicyInterceptorProviderRegistryImpl(Bus b) |
PolicyInterceptorProviderRegistryImpl(Bus b,
MapProvider<QName,PolicyInterceptorProvider> interceptors) |
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 |
RMManager.getBus() |
Bus |
AbstractRMInterceptor.getBus() |
Modifier and Type | Method and Description |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
Conduit conduit,
EndpointReferenceType address) |
void |
RMManager.init(Bus b) |
void |
RMManager.setBus(Bus b) |
void |
AbstractRMInterceptor.setBus(Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
RMFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Constructor and Description |
---|
RMPolicyInterceptorProvider(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.
|
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 |
---|---|
static BindingFactory |
WSDLServiceUtils.getBindingFactory(javax.wsdl.Binding binding,
Bus bus,
StringBuilder sb) |
void |
WSDLDefinitionBuilder.setBus(Bus b) |
void |
WSDLManagerImpl.setBus(Bus b) |
Constructor and Description |
---|
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.
|
WSDLDefinitionBuilder(Bus b) |
WSDLManagerImpl(Bus b) |
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) |
WSDLServiceFactory(Bus b,
URL url) |
WSDLServiceFactory(Bus b,
URL url,
QName sn) |
Apache CXF