public class DataWriterImpl extends Object implements org.apache.cxf.databinding.DataWriter<XMLStreamWriter>
| Constructor and Description |
|---|
DataWriterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttachments(Collection<org.apache.cxf.message.Attachment> attachments) |
void |
setProperty(String key,
Object value) |
void |
setSchema(Schema schema) |
void |
write(Object obj,
org.apache.cxf.service.model.MessagePartInfo part,
XMLStreamWriter output) |
void |
write(Object obj,
XMLStreamWriter output) |
public void write(Object obj, XMLStreamWriter output)
write in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>public void write(Object obj, org.apache.cxf.service.model.MessagePartInfo part, XMLStreamWriter output)
write in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
setAttachments in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>public void setProperty(String key, Object value)
setProperty in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>public void setSchema(Schema schema)
setSchema in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>Apache CXF