org.apache.cxf.databinding.source
Class NodeDataWriter
java.lang.Object
org.apache.cxf.databinding.source.NodeDataWriter
- All Implemented Interfaces:
- DataWriter<org.w3c.dom.Node>
public class NodeDataWriter
- extends java.lang.Object
- implements DataWriter<org.w3c.dom.Node>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeDataWriter
public NodeDataWriter()
write
public void write(java.lang.Object obj,
MessagePartInfo part,
org.w3c.dom.Node output)
- Specified by:
write
in interface DataWriter<org.w3c.dom.Node>
write
public void write(java.lang.Object obj,
org.w3c.dom.Node n)
- Specified by:
write
in interface DataWriter<org.w3c.dom.Node>
setSchema
public void setSchema(javax.xml.validation.Schema s)
- Specified by:
setSchema
in interface DataWriter<org.w3c.dom.Node>
setAttachments
public void setAttachments(java.util.Collection<Attachment> attachments)
- Specified by:
setAttachments
in interface DataWriter<org.w3c.dom.Node>
setProperty
public void setProperty(java.lang.String key,
java.lang.Object value)
- Specified by:
setProperty
in interface DataWriter<org.w3c.dom.Node>
Apache CXF