Apache CXF API

org.apache.cxf.databinding
Interface DataBinding


public interface DataBinding


Method Summary
<T> DataReader<T>
createReader(java.lang.Class<T> cls)
           
<T> DataWriter<T>
createWriter(java.lang.Class<T> cls)
           
 java.lang.Class<?>[] getSupportedReaderFormats()
           
 java.lang.Class<?>[] getSupportedWriterFormats()
           
 void initialize(Service service)
          Initialize the service info (i.e.
 

Method Detail

createReader

<T> DataReader<T> createReader(java.lang.Class<T> cls)

createWriter

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

getSupportedReaderFormats

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

getSupportedWriterFormats

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

initialize

void initialize(Service service)
Initialize the service info (i.e. type & element names, Schemas) with information from the databinding.

Parameters:
service -

Apache CXF API

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