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