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