org.apache.cxf.databinding.source
Class SourceDataBinding
java.lang.Object
org.apache.cxf.databinding.AbstractDataBinding
org.apache.cxf.databinding.source.SourceDataBinding
- All Implemented Interfaces:
- org.apache.cxf.databinding.DataBinding
public class SourceDataBinding
- extends org.apache.cxf.databinding.AbstractDataBinding
A simple databinding implementation which reads and writes Source objects.
| Fields inherited from class org.apache.cxf.databinding.AbstractDataBinding |
mtomEnabled, mtomThreshold |
| Methods inherited from class org.apache.cxf.databinding.AbstractDataBinding |
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFERRED_FORMAT
public static final String PREFERRED_FORMAT
- See Also:
- Constant Field Values
SourceDataBinding
public SourceDataBinding()
SourceDataBinding
public SourceDataBinding(Class<?> pref)
initialize
public void initialize(org.apache.cxf.service.Service service)
createReader
public <T> org.apache.cxf.databinding.DataReader<T> createReader(Class<T> cls)
getSupportedReaderFormats
public Class<?>[] getSupportedReaderFormats()
createWriter
public <T> org.apache.cxf.databinding.DataWriter<T> createWriter(Class<T> cls)
getSupportedWriterFormats
public Class<?>[] getSupportedWriterFormats()
Apache CXF