Apache CXF API

Uses of Interface
org.apache.cxf.databinding.BaseDataReader

Packages that use BaseDataReader
org.apache.cxf.aegis.databinding   
org.apache.cxf.databinding   
org.apache.cxf.databinding.source   
org.apache.cxf.databinding.stax   
org.apache.cxf.jibx   
org.apache.cxf.xmlbeans   
 

Uses of BaseDataReader in org.apache.cxf.aegis.databinding
 

Classes in org.apache.cxf.aegis.databinding that implement BaseDataReader
 class ElementDataReader
           
 

Uses of BaseDataReader in org.apache.cxf.databinding
 

Subinterfaces of BaseDataReader in org.apache.cxf.databinding
 interface DataReader<T>
          The 'read' side of the data binding abstraction of CXF.
 

Uses of BaseDataReader in org.apache.cxf.databinding.source
 

Classes in org.apache.cxf.databinding.source that implement BaseDataReader
 class NodeDataReader
           
 class XMLStreamDataReader
           
 

Uses of BaseDataReader in org.apache.cxf.databinding.stax
 

Classes in org.apache.cxf.databinding.stax that implement BaseDataReader
static class StaxDataBinding.XMLStreamDataReader
           
 

Uses of BaseDataReader in org.apache.cxf.jibx
 

Classes in org.apache.cxf.jibx that implement BaseDataReader
 class JibxDataReader
           
 

Uses of BaseDataReader in org.apache.cxf.xmlbeans
 

Classes in org.apache.cxf.xmlbeans that implement BaseDataReader
 class DataReaderImpl
           
 


Apache CXF API

Apache CXF