public class XMLStreamDataWriter extends Object implements org.apache.cxf.databinding.DataWriter<XMLStreamWriter>
| Constructor and Description |
|---|
XMLStreamDataWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAttachments(Collection<org.apache.cxf.message.Attachment> attachments) |
void |
setProperty(String key,
Object value) |
void |
setSchema(Schema s) |
void |
write(Object obj,
org.apache.cxf.service.model.MessagePartInfo part,
XMLStreamWriter output) |
void |
write(Object obj,
XMLStreamWriter writer) |
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 write(Object obj, XMLStreamWriter writer)
write in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>public void setSchema(Schema s)
setSchema in interface org.apache.cxf.databinding.BaseDataWriterpublic void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
setAttachments in interface org.apache.cxf.databinding.BaseDataWriterApache CXF