Uses of Interface
org.apache.cxf.databinding.DataReader
Packages that use DataReader
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
-
Uses of DataReader in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding that return DataReader -
Uses of DataReader in org.apache.cxf.databinding.source
Classes in org.apache.cxf.databinding.source that implement DataReaderMethods in org.apache.cxf.databinding.source that return DataReader -
Uses of DataReader in org.apache.cxf.databinding.stax
Classes in org.apache.cxf.databinding.stax that implement DataReaderMethods in org.apache.cxf.databinding.stax that return DataReader -
Uses of DataReader in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return DataReaderModifier and TypeMethodDescriptionprotected DataReader<XMLStreamReader>
AbstractInDatabindingInterceptor.getDataReader
(Message message) protected <T> DataReader<T>
AbstractInDatabindingInterceptor.getDataReader
(Message message, Class<T> input) protected DataReader<Node>
AbstractInDatabindingInterceptor.getNodeDataReader
(Message message) Methods in org.apache.cxf.interceptor with parameters of type DataReaderModifier and TypeMethodDescriptionprotected 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.