Apache CXF API

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


public interface DataWriter<T>


Method Summary
 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)

Apache CXF API

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