public class NonSpringBusHolder extends BusHolder
| Modifier and Type | Field and Description |
|---|---|
protected List<EndpointImpl> |
endpoints |
protected DDBeans |
metadata |
bus, busHolderListener, PARAM_CXF_BEANS_URL, PARAM_CXF_GEN_URL, policySetsListener| Constructor and Description |
|---|
NonSpringBusHolder(DDBeans metadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Performs close operations
|
void |
configure(org.apache.cxf.resource.ResourceResolver resolver,
org.apache.cxf.configuration.Configurer configurer,
org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData wsmd,
ClassLoader depRuntimeClassLoader)
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, setCXFManagement, setInterceptors, setResourceResolver, setWSDiscoveryprotected DDBeans metadata
protected List<EndpointImpl> endpoints
public NonSpringBusHolder(DDBeans metadata)
public void configure(org.apache.cxf.resource.ResourceResolver resolver,
org.apache.cxf.configuration.Configurer configurer,
org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData wsmd,
ClassLoader depRuntimeClassLoader)
public void close()
BusHolderpublic 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)
BusHoldercreateServerConfigurer in class BusHoldercustomization - 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 © 2014 JBoss, by Red Hat. All rights reserved.