public class NodeDataWriter extends java.lang.Object implements DataWriter<org.w3c.dom.Node>
ENDPOINT| Constructor and Description |
|---|
NodeDataWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttachments(java.util.Collection<Attachment> attachments)
Attach a collection of attachments to this writer.
|
void |
setProperty(java.lang.String key,
java.lang.Object value)
Set a property for the writer.
|
void |
setSchema(javax.xml.validation.Schema s)
Attach a schema to the writer.
|
void |
write(java.lang.Object obj,
MessagePartInfo part,
org.w3c.dom.Node output)
Write an object to an output sink, including extra processing based on the WSDL
service model for a particular message part.
|
void |
write(java.lang.Object obj,
org.w3c.dom.Node n)
Write an object to an output sink.
|
public void write(java.lang.Object obj,
MessagePartInfo part,
org.w3c.dom.Node output)
DataWriterwrite in interface DataWriter<org.w3c.dom.Node>obj - The object to write.part - the message part.output - the output sink.public void write(java.lang.Object obj,
org.w3c.dom.Node n)
DataWriterwrite in interface DataWriter<org.w3c.dom.Node>obj - the object to write.n - the output sink.public void setSchema(javax.xml.validation.Schema s)
DataWritersetSchema in interface DataWriter<org.w3c.dom.Node>s - the schema.public void setAttachments(java.util.Collection<Attachment> attachments)
DataWritersetAttachments in interface DataWriter<org.w3c.dom.Node>public void setProperty(java.lang.String key,
java.lang.Object value)
DataWritersetProperty in interface DataWriter<org.w3c.dom.Node>key - property keyvalue - property value.