org.apache.cxf.sdo
Class DataWriterImpl

java.lang.Object
  extended by org.apache.cxf.sdo.DataWriterImpl
All Implemented Interfaces:
org.apache.cxf.databinding.BaseDataWriter, org.apache.cxf.databinding.DataWriter<javax.xml.stream.XMLStreamWriter>

public class DataWriterImpl
extends Object
implements org.apache.cxf.databinding.DataWriter<javax.xml.stream.XMLStreamWriter>


Field Summary
 
Fields inherited from interface org.apache.cxf.databinding.DataWriter
ENDPOINT
 
Constructor Summary
DataWriterImpl(commonj.sdo.helper.HelperContext context)
           
 
Method Summary
 void setAttachments(Collection<org.apache.cxf.message.Attachment> attachments)
           
 void setProperty(String key, Object value)
           
 void setSchema(Schema schema)
           
 void write(Object obj, org.apache.cxf.service.model.MessagePartInfo part, javax.xml.stream.XMLStreamWriter output)
           
 void write(Object obj, javax.xml.stream.XMLStreamWriter output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataWriterImpl

public DataWriterImpl(commonj.sdo.helper.HelperContext context)
Method Detail

write

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

write

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

setAttachments

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

setProperty

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

setSchema

public void setSchema(Schema schema)
Specified by:
setSchema in interface org.apache.cxf.databinding.BaseDataWriter


Apache CXF