Uses of Interface
org.apache.cxf.databinding.DataReader
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
-
Uses of DataReader in org.apache.cxf.databinding
-
Uses of DataReader in org.apache.cxf.databinding.source
-
Uses of DataReader in org.apache.cxf.databinding.stax
-
Uses of DataReader in org.apache.cxf.interceptor
Modifier 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) Modifier 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.