org.apache.cxf.databinding.source
Class NodeDataReader
java.lang.Object
org.apache.cxf.databinding.source.NodeDataReader
- All Implemented Interfaces:
- DataReader<org.w3c.dom.Node>
public class NodeDataReader
- extends java.lang.Object
- implements DataReader<org.w3c.dom.Node>
|
Method Summary |
java.lang.Object |
read(MessagePartInfo part,
org.w3c.dom.Node input)
|
java.lang.Object |
read(org.w3c.dom.Node n)
|
java.lang.Object |
read(javax.xml.namespace.QName name,
org.w3c.dom.Node input,
java.lang.Class type)
|
void |
setAttachments(java.util.Collection<Attachment> attachments)
|
void |
setProperty(java.lang.String prop,
java.lang.Object value)
|
void |
setSchema(javax.xml.validation.Schema s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeDataReader
public NodeDataReader()
read
public java.lang.Object read(MessagePartInfo part,
org.w3c.dom.Node input)
- Specified by:
read in interface DataReader<org.w3c.dom.Node>
read
public java.lang.Object read(javax.xml.namespace.QName name,
org.w3c.dom.Node input,
java.lang.Class type)
- Specified by:
read in interface DataReader<org.w3c.dom.Node>
read
public java.lang.Object read(org.w3c.dom.Node n)
- Specified by:
read in interface DataReader<org.w3c.dom.Node>
setSchema
public void setSchema(javax.xml.validation.Schema s)
- Specified by:
setSchema in interface DataReader<org.w3c.dom.Node>
setAttachments
public void setAttachments(java.util.Collection<Attachment> attachments)
- Specified by:
setAttachments in interface DataReader<org.w3c.dom.Node>
setProperty
public void setProperty(java.lang.String prop,
java.lang.Object value)
- Specified by:
setProperty in interface DataReader<org.w3c.dom.Node>
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.