public abstract class BusHolder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.Bus |
bus |
protected org.jboss.wsf.stack.cxf.configuration.BusHolder.BusHolderLifeCycleListener |
busHolderListener |
static String |
PARAM_CXF_BEANS_URL |
| Constructor and Description |
|---|
BusHolder() |
BusHolder(org.apache.cxf.Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Performs close operations
|
void |
configure(org.apache.cxf.binding.soap.SoapTransportFactory soapTransportFactory,
org.apache.cxf.resource.ResourceResolver resolver,
org.apache.cxf.configuration.Configurer configurer,
org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData wsmd)
Update the Bus held by the this instance using the provided parameters.
|
abstract org.apache.cxf.configuration.Configurer |
createServerConfigurer(org.jboss.ws.api.binding.BindingCustomization customization,
WSDLFilePublisher wsdlPublisher,
List<org.jboss.wsf.spi.deployment.Endpoint> depEndpoints,
org.jboss.wsf.spi.deployment.UnifiedVirtualFile root,
String epConfigName,
String epConfigFile)
A convenient method for getting a jbossws cxf server configurer
|
org.apache.cxf.Bus |
getBus()
Return the hold bus
|
protected static void |
setAdditionalWorkQueues(org.apache.cxf.Bus bus,
Map<String,String> props)
Adds work queues parsing simple values of properties in jboss-webservices.xml:
cxf.queue.
|
protected void |
setBus(org.apache.cxf.Bus bus) |
protected static void |
setInterceptors(org.apache.cxf.Bus bus) |
protected static void |
setResourceResolver(org.apache.cxf.Bus bus,
org.apache.cxf.resource.ResourceResolver resourceResolver) |
protected static void |
setSoapTransportFactory(org.apache.cxf.Bus bus,
org.apache.cxf.binding.soap.SoapTransportFactory factory) |
public static final String PARAM_CXF_BEANS_URL
protected org.apache.cxf.Bus bus
protected org.jboss.wsf.stack.cxf.configuration.BusHolder.BusHolderLifeCycleListener busHolderListener
public void configure(org.apache.cxf.binding.soap.SoapTransportFactory soapTransportFactory,
org.apache.cxf.resource.ResourceResolver resolver,
org.apache.cxf.configuration.Configurer configurer,
org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData wsmd)
soapTransportFactory - The SoapTransportFactory to configure, if anyresolver - The ResourceResolver to configure, if anyconfigurer - The JBossWSCXFConfigurer to install in the bus, if anywsmd - The current JBossWebservicesMetaData, if anypublic void close()
public abstract org.apache.cxf.configuration.Configurer createServerConfigurer(org.jboss.ws.api.binding.BindingCustomization customization,
WSDLFilePublisher wsdlPublisher,
List<org.jboss.wsf.spi.deployment.Endpoint> depEndpoints,
org.jboss.wsf.spi.deployment.UnifiedVirtualFile root,
String epConfigName,
String epConfigFile)
customization - The binding customization to set in the configurer, if anywsdlPublisher - The wsdl file publisher to set in the configurer, if anydepEndpoints - The list of deployment endpointsepConfigName - The endpoint configuration name, if anyepConfigFile - The endpoint configuration file, if anyprotected static void setInterceptors(org.apache.cxf.Bus bus)
protected static void setResourceResolver(org.apache.cxf.Bus bus,
org.apache.cxf.resource.ResourceResolver resourceResolver)
protected static void setSoapTransportFactory(org.apache.cxf.Bus bus,
org.apache.cxf.binding.soap.SoapTransportFactory factory)
protected static void setAdditionalWorkQueues(org.apache.cxf.Bus bus,
Map<String,String> props)
Constants.bus - wsmd - public org.apache.cxf.Bus getBus()
protected void setBus(org.apache.cxf.Bus bus)
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.