Package | Description |
---|---|
org.apache.cxf.aegis.databinding | |
org.apache.cxf.jaxws.support | |
org.apache.cxf.wsdl.service.factory |
Modifier and Type | Class and Description |
---|---|
class |
XFireCompatibilityServiceConfiguration
This service configuration uses XFire-compatible conventions for assigning namespace URI's to Java packages
when naming services.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxWsServiceConfiguration |
class |
WebServiceProviderConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceConfiguration |
class |
MethodNameSoapActionServiceConfiguration
Provide a SOAPAction header for the benefit of dusty toolkits
which still require them (e.g.
|
class |
WSDLBasedServiceConfiguration
An AbstractServiceConfiguration that gets the style
from the BindingInfo obtained parsing the WSDL.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractServiceConfiguration> |
ReflectionServiceFactoryBean.getConfigurations() |
List<AbstractServiceConfiguration> |
ReflectionServiceFactoryBean.getServiceConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionServiceFactoryBean.setConfigurations(List<AbstractServiceConfiguration> configurations) |
void |
ReflectionServiceFactoryBean.setServiceConfigurations(List<AbstractServiceConfiguration> serviceConfigurations) |
Apache CXF