org.apache.cxf.databinding.source
Class NodeDataReader
java.lang.Object
org.apache.cxf.databinding.source.NodeDataReader
- All Implemented Interfaces:
- org.apache.cxf.databinding.DataReader<Node>
public class NodeDataReader
- extends Object
- implements org.apache.cxf.databinding.DataReader<Node>
| Fields inherited from interface org.apache.cxf.databinding.DataReader |
ENDPOINT, FAULT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeDataReader
public NodeDataReader()
read
public Object read(org.apache.cxf.service.model.MessagePartInfo part,
Node input)
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<Node>
read
public Object read(QName name,
Node input,
Class<?> type)
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<Node>
read
public Object read(Node n)
- Specified by:
read in interface org.apache.cxf.databinding.DataReader<Node>
setSchema
public void setSchema(Schema s)
- Specified by:
setSchema in interface org.apache.cxf.databinding.DataReader<Node>
setAttachments
public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
- Specified by:
setAttachments in interface org.apache.cxf.databinding.DataReader<Node>
setProperty
public void setProperty(String prop,
Object value)
- Specified by:
setProperty in interface org.apache.cxf.databinding.DataReader<Node>
Apache CXF