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 an XmlSchemaCollection 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.
 

Class Summary
AbstractDataBinding Supply default implementations, as appropriate, for DataBinding.
 


Apache CXF API

Apache CXF