| Package | Description |
|---|---|
| org.apache.cxf.aegis.databinding | |
| org.apache.cxf.binding.soap | |
| org.apache.cxf.databinding | |
| org.apache.cxf.databinding.source | |
| org.apache.cxf.databinding.stax | |
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.frontend | |
| org.apache.cxf.headers | |
| org.apache.cxf.jaxb | |
| org.apache.cxf.jaxrs | |
| org.apache.cxf.jaxrs.provider | |
| org.apache.cxf.jaxws | |
| org.apache.cxf.jibx | |
| org.apache.cxf.sdo | |
| org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
| org.apache.cxf.service.factory | |
| org.apache.cxf.xmlbeans |
| Modifier and Type | Class and Description |
|---|---|
class |
AegisDatabinding
CXF databinding object for Aegis.
|
| Constructor and Description |
|---|
SoapHeader(QName q,
Object o,
DataBinding b) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertiesAwareDataBinding
Provides for alternative ways of initializing DataBindings
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataBinding
Supply default implementations, as appropriate, for DataBinding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceDataBinding
A simple databinding implementation which reads and writes Source objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaxDataBinding
A simple databinding implementation which reads and writes Source objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataBinding |
AbstractEndpointFactory.dataBinding |
| Modifier and Type | Method and Description |
|---|---|
DataBinding |
AbstractEndpointFactory.getDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEndpointFactory.setDataBinding(DataBinding dataBinding) |
| Modifier and Type | Method and Description |
|---|---|
DataBinding |
ClientProxyFactoryBean.getDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientProxyFactoryBean.setDataBinding(DataBinding dataBinding) |
| Modifier and Type | Method and Description |
|---|---|
DataBinding |
HeaderProcessor.getDataBinding() |
DataBinding |
Header.getDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
Header.setDataBinding(DataBinding dataBinding) |
| Constructor and Description |
|---|
Header(QName q,
Object o,
DataBinding b) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAXBDataBinding |
| Modifier and Type | Method and Description |
|---|---|
DataBinding |
JAXRSServiceImpl.getDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
JAXRSServiceImpl.setDataBinding(DataBinding dataBinding) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAXRSDataBinding
CXF DataBinding implementation wrapping JAX-RS providers
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataBindingProvider.setDataBinding(DataBinding db) |
| Constructor and Description |
|---|
DataBindingProvider(DataBinding db) |
| Modifier and Type | Method and Description |
|---|---|
DataBinding |
EndpointImpl.getDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointImpl.setDataBinding(DataBinding dataBinding) |
| Modifier and Type | Class and Description |
|---|---|
class |
JibxDataBinding |
| Modifier and Type | Class and Description |
|---|---|
class |
SDODataBinding |
| Modifier and Type | Method and Description |
|---|---|
DataBinding |
ServiceImpl.getDataBinding() |
DataBinding |
Service.getDataBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceImpl.setDataBinding(DataBinding dataBinding) |
void |
Service.setDataBinding(DataBinding dataBinding) |
| Modifier and Type | Method and Description |
|---|---|
protected DataBinding |
AbstractServiceFactoryBean.createDefaultDataBinding() |
protected DataBinding |
ReflectionServiceFactoryBean.createDefaultDataBinding() |
DataBinding |
AbstractServiceFactoryBean.getDataBinding() |
DataBinding |
AbstractServiceFactoryBean.getDataBinding(boolean create) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServiceFactoryBean.setDataBinding(DataBinding dataBinding) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlBeansDataBinding |
Apache CXF