| Package | Description |
|---|---|
| org.apache.cxf.databinding | |
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.headers | |
| org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
| 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 | 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 |
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 | 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) |
Apache CXF