Apache CXF API

org.apache.cxf.databinding
Interface DataWriterFactory


public interface DataWriterFactory


Method Summary
<T> DataWriter<T>
createWriter(java.lang.Class<T> cls)
           
 java.lang.Class<?>[] getSupportedFormats()
           
 void setSchema(javax.xml.validation.Schema s)
           
 

Method Detail

getSupportedFormats

java.lang.Class<?>[] getSupportedFormats()

createWriter

<T> DataWriter<T> createWriter(java.lang.Class<T> cls)

setSchema

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

Apache CXF API

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