| Constructor and Description |
|---|
ElementDataWriter(AegisDatabinding databinding) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String key) |
void |
setAttachments(Collection<org.apache.cxf.message.Attachment> attachments) |
void |
setProperty(String prop,
Object value) |
void |
setSchema(Schema s) |
void |
write(Object obj,
Element output) |
void |
write(Object obj,
org.apache.cxf.service.model.MessagePartInfo part,
Element output) |
public ElementDataWriter(AegisDatabinding databinding)
public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
setAttachments in interface org.apache.cxf.databinding.BaseDataWriterpublic void setSchema(Schema s)
setSchema in interface org.apache.cxf.databinding.BaseDataWriterpublic void write(Object obj, org.apache.cxf.service.model.MessagePartInfo part, Element output)
write in interface org.apache.cxf.databinding.DataWriter<Element>public void write(Object obj, Element output)
write in interface org.apache.cxf.databinding.DataWriter<Element>public void setProperty(String prop, Object value)
setProperty in interface org.apache.cxf.databinding.BaseDataWriterApache CXF