Package org.apache.cxf.aegis.databinding
Class XMLStreamDataWriter
java.lang.Object
org.apache.cxf.aegis.databinding.XMLStreamDataWriter
- All Implemented Interfaces:
org.apache.cxf.databinding.DataWriter<XMLStreamWriter>
public class XMLStreamDataWriter
extends Object
implements org.apache.cxf.databinding.DataWriter<XMLStreamWriter>
-
Field Summary
Fields inherited from interface org.apache.cxf.databinding.DataWriter
ENDPOINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String key) voidsetAttachments(Collection<org.apache.cxf.message.Attachment> attachments) voidsetProperty(String prop, Object value) voidvoidwrite(Object obj, XMLStreamWriter output) voidwrite(Object obj, org.apache.cxf.service.model.MessagePartInfo part, XMLStreamWriter output)
-
Constructor Details
-
XMLStreamDataWriter
-
-
Method Details
-
setAttachments
- Specified by:
setAttachmentsin interfaceorg.apache.cxf.databinding.DataWriter<XMLStreamWriter>
-
setSchema
- Specified by:
setSchemain interfaceorg.apache.cxf.databinding.DataWriter<XMLStreamWriter>
-
write
public void write(Object obj, org.apache.cxf.service.model.MessagePartInfo part, XMLStreamWriter output) - Specified by:
writein interfaceorg.apache.cxf.databinding.DataWriter<XMLStreamWriter>
-
write
- Specified by:
writein interfaceorg.apache.cxf.databinding.DataWriter<XMLStreamWriter>
-
setProperty
- Specified by:
setPropertyin interfaceorg.apache.cxf.databinding.DataWriter<XMLStreamWriter>
-
getProperty
-