org.apache.cxf.jaxb.io
Class DataReaderImpl<T>
java.lang.Object
org.apache.cxf.jaxb.JAXBDataBase
org.apache.cxf.jaxb.io.DataReaderImpl<T>
- All Implemented Interfaces:
- org.apache.cxf.databinding.BaseDataReader, org.apache.cxf.databinding.DataReader<T>
public class DataReaderImpl<T>
- extends JAXBDataBase
- implements org.apache.cxf.databinding.DataReader<T>
| Fields inherited from interface org.apache.cxf.databinding.BaseDataReader |
ENDPOINT, FAULT |
| Methods inherited from class org.apache.cxf.jaxb.JAXBDataBase |
getAttachmentMarshaller, getAttachments, getAttachmentUnmarshaller, getJAXBAnnotation, getJAXBContext, getMtomThreshold, getSchema, honorJAXBAnnotations, setAttachments, setJAXBContext, setMtomThreshold, setSchema |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.databinding.BaseDataReader |
setAttachments, setSchema |
DataReaderImpl
public DataReaderImpl(JAXBDataBinding binding,
boolean unwrap)
read
public Object read(T input)
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<T>
setProperty
public void setProperty(String prop,
Object value)
- Specified by:
setProperty in interface org.apache.cxf.databinding.BaseDataReader- Overrides:
setProperty in class JAXBDataBase
read
public Object read(org.apache.cxf.service.model.MessagePartInfo part,
T reader)
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<T>
read
public Object read(QName name,
T input,
Class<?> type)
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<T>
Apache CXF