org.apache.cxf.aegis.databinding
Class ElementDataWriter
java.lang.Object
org.apache.cxf.aegis.databinding.ElementDataWriter
- All Implemented Interfaces:
- org.apache.cxf.databinding.BaseDataWriter, org.apache.cxf.databinding.DataWriter<Element>
public class ElementDataWriter
- extends Object
- implements org.apache.cxf.databinding.DataWriter<Element>
| 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 |
ElementDataWriter
public ElementDataWriter(AegisDatabinding databinding)
setAttachments
public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
- Specified by:
setAttachments in interface org.apache.cxf.databinding.BaseDataWriter
setSchema
public void setSchema(Schema s)
- Specified by:
setSchema in interface org.apache.cxf.databinding.BaseDataWriter
write
public void write(Object obj,
org.apache.cxf.service.model.MessagePartInfo part,
Element output)
- Specified by:
write in interface org.apache.cxf.databinding.DataWriter<Element>
write
public void write(Object obj,
Element output)
- Specified by:
write in interface org.apache.cxf.databinding.DataWriter<Element>
setProperty
public void setProperty(String prop,
Object value)
- Specified by:
setProperty in interface org.apache.cxf.databinding.BaseDataWriter
getProperty
public Object getProperty(String key)
Apache CXF