public class NonSpringBusHolder extends BusHolder
Modifier and Type | Field and Description |
---|---|
protected List<EndpointImpl> |
endpoints |
protected DDBeans |
metadata |
bus, busHolderListener, PARAM_CXF_BEANS_URL
Constructor and Description |
---|
NonSpringBusHolder(DDBeans metadata) |
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.
|
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
|
getBus, setAdditionalWorkQueues, setBus, setInterceptors, setResourceResolver, setSoapTransportFactory
protected DDBeans metadata
protected List<EndpointImpl> endpoints
public NonSpringBusHolder(DDBeans metadata)
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)
public void close()
BusHolder
public 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)
BusHolder
createServerConfigurer
in class BusHolder
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 anyCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.