org.apache.cxf.databinding.source
Class NodeDataWriter

java.lang.Object
  extended by 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>


Field Summary
 
Fields inherited from interface org.apache.cxf.databinding.DataWriter
ENDPOINT
 
Constructor Summary
NodeDataWriter()
           
 
Method Summary
 void setAttachments(java.util.Collection<Attachment> attachments)
           
 void setProperty(java.lang.String key, java.lang.Object value)
           
 void setSchema(javax.xml.validation.Schema s)
           
 void write(java.lang.Object obj, MessagePartInfo part, org.w3c.dom.Node output)
           
 void write(java.lang.Object obj, org.w3c.dom.Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDataWriter

public NodeDataWriter()
Method Detail

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