org.apache.cxf.sdo
Class NodeDataWriterImpl
java.lang.Object
org.apache.cxf.sdo.NodeDataWriterImpl
- All Implemented Interfaces:
- org.apache.cxf.databinding.BaseDataWriter, org.apache.cxf.databinding.DataWriter<Node>
public class NodeDataWriterImpl
- extends Object
- implements org.apache.cxf.databinding.DataWriter<Node>
| Fields inherited from interface org.apache.cxf.databinding.DataWriter |
ENDPOINT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeDataWriterImpl
public NodeDataWriterImpl(commonj.sdo.helper.HelperContext ctx)
write
public void write(Object obj,
Node output)
- Specified by:
write in interface org.apache.cxf.databinding.DataWriter<Node>
write
public void write(Object obj,
org.apache.cxf.service.model.MessagePartInfo part,
Node output)
- Specified by:
write in interface org.apache.cxf.databinding.DataWriter<Node>
setAttachments
public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
- Specified by:
setAttachments in interface org.apache.cxf.databinding.BaseDataWriter
setProperty
public void setProperty(String key,
Object value)
- Specified by:
setProperty in interface org.apache.cxf.databinding.BaseDataWriter
setSchema
public void setSchema(Schema s)
- Specified by:
setSchema in interface org.apache.cxf.databinding.BaseDataWriter
Apache CXF