Apache CXF API

Package org.apache.cxf.databinding

Interface Summary
BaseDataReader Non-parameterized base interface for DataReader<T>
BaseDataWriter The 'write' side of the data binding abstraction of CXF.
DataBinding  
DataBindingValidation2 If a DataReader implements this interface, it prefers to be supplied with schema for validation via a service model instead of via a packaged Schema object.
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 Summary
AbstractDataBinding Supply default implementations, as appropriate, for DataBinding.
AbstractWrapperHelper This wrapper helper will use reflection to handle the wrapped message
 


Apache CXF API

Apache CXF