Apache CXF API

org.apache.cxf.databinding
Interface DataWriter<T>


public interface DataWriter<T>


Method Summary
 void setAttachments(java.util.Collection<Attachment> attachments)
           
 void setSchema(javax.xml.validation.Schema s)
           
 void write(java.lang.Object obj, MessagePartInfo part, T output)
           
 void write(java.lang.Object obj, T output)
           
 

Method Detail

write

void write(java.lang.Object obj,
           T output)

write

void write(java.lang.Object obj,
           MessagePartInfo part,
           T output)

setSchema

void setSchema(javax.xml.validation.Schema s)

setAttachments

void setAttachments(java.util.Collection<Attachment> attachments)

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.