Class SourceDataBinding
java.lang.Object
org.apache.cxf.databinding.AbstractDataBinding
org.apache.cxf.databinding.source.SourceDataBinding
- All Implemented Interfaces:
DataBinding
A simple databinding implementation which reads and writes Source objects.
-
Field Summary
Fields inherited from class org.apache.cxf.databinding.AbstractDataBinding
mtomEnabled, mtomThreshold
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> DataReader<T>
createReader
(Class<T> cls) <T> DataWriter<T>
createWriter
(Class<T> cls) Class<?>[]
Class<?>[]
void
initialize
(Service service) Initialize the service info (i.e.Methods inherited from class org.apache.cxf.databinding.AbstractDataBinding
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocation
-
Field Details
-
PREFERRED_FORMAT
- See Also:
-
-
Constructor Details
-
SourceDataBinding
public SourceDataBinding() -
SourceDataBinding
-
-
Method Details
-
initialize
Description copied from interface:DataBinding
Initialize the service info (i.e. type & element names, Schemas) with information from the databinding. -
createReader
-
getSupportedReaderFormats
-
createWriter
-
getSupportedWriterFormats
-