| Package | Description | 
|---|---|
| org.apache.cxf.databinding | |
| org.apache.cxf.databinding.source | |
| org.apache.cxf.databinding.stax | |
| org.apache.cxf.interceptor | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> DataReader<T> | DataBinding. createReader(Class<T> cls) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NodeDataReader | 
| class  | XMLStreamDataReader | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> DataReader<T> | SourceDataBinding. createReader(Class<T> cls) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StaxDataBinding.XMLStreamDataReader | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> DataReader<T> | StaxDataBinding. createReader(Class<T> cls) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataReader<XMLStreamReader> | AbstractInDatabindingInterceptor. getDataReader(Message message) | 
| protected <T> DataReader<T> | AbstractInDatabindingInterceptor. getDataReader(Message message,
             Class<T> input) | 
| protected DataReader<Node> | AbstractInDatabindingInterceptor. getNodeDataReader(Message message) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractInDatabindingInterceptor. setDataReaderValidation(Service service,
                       Message message,
                       DataReader<?> reader)Based on the Schema Validation configuration, will initialise the
 DataReader with or without the schema set. | 
Apache CXF