org.apache.cxf.databinding
Interface DataBinding
public interface DataBinding
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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.