| Interface | Description | 
|---|---|
| DataBinding | |
| DataReader<T> | The 'read' side of the data binding abstraction of CXF. | 
| DataWriter<T> | The 'write' side of the data binding abstraction of CXF. | 
| WrapperCapableDatabinding | To create the WrapperHelper instance for the wrapper capable data binding | 
| WrapperHelper | This wrapper helper will help to create a wrapper object with part elements or
  get a list of part elements from a wrapper object. | 
| Class | Description | 
|---|---|
| AbstractDataBinding | Supply default implementations, as appropriate, for DataBinding. | 
| AbstractInterceptorProvidingDataBinding | |
| AbstractWrapperHelper | This wrapper helper will use reflection to handle the wrapped message | 
Apache CXF