org.apache.cxf.databinding.source
Class XMLStreamDataWriter

java.lang.Object
  extended by org.apache.cxf.databinding.source.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
XMLStreamDataWriter()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStreamDataWriter

public XMLStreamDataWriter()
Method Detail

write

public void write(Object obj,
                  org.apache.cxf.service.model.MessagePartInfo part,
                  XMLStreamWriter output)
Specified by:
write in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>

write

public void write(Object obj,
                  XMLStreamWriter writer)
Specified by:
write in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>

setSchema

public void setSchema(Schema s)
Specified by:
setSchema in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>

setAttachments

public void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
Specified by:
setAttachments in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>

setProperty

public void setProperty(String key,
                        Object value)
Specified by:
setProperty in interface org.apache.cxf.databinding.DataWriter<XMLStreamWriter>


Apache CXF