public class DataReaderImpl extends Object implements org.apache.cxf.databinding.DataReader<XMLStreamReader>
| Constructor and Description |
|---|
DataReaderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
read(org.apache.cxf.service.model.MessagePartInfo part,
XMLStreamReader reader) |
Object |
read(QName name,
XMLStreamReader reader,
Class<?> typeClass) |
Object |
read(XMLStreamReader input) |
void |
setAttachments(Collection<org.apache.cxf.message.Attachment> attachments) |
void |
setProperty(String prop,
Object value) |
void |
setSchema(Schema s) |
public Object read(XMLStreamReader input)
read in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>public Object read(org.apache.cxf.service.model.MessagePartInfo part, XMLStreamReader reader)
read in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>public Object read(QName name, XMLStreamReader reader, Class<?> typeClass)
read in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
setAttachments in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>public void setProperty(String prop, Object value)
setProperty in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>public void setSchema(Schema s)
setSchema in interface org.apache.cxf.databinding.DataReader<XMLStreamReader>Apache CXF