public class SourceDataBinding extends AbstractDataBinding
Modifier and Type | Field and Description |
---|---|
static String |
PREFERRED_FORMAT |
mtomEnabled, mtomThreshold
Constructor and Description |
---|
SourceDataBinding() |
SourceDataBinding(Class<?> pref) |
Modifier and Type | Method and Description |
---|---|
<T> DataReader<T> |
createReader(Class<T> cls) |
<T> DataWriter<T> |
createWriter(Class<T> cls) |
Class<?>[] |
getSupportedReaderFormats() |
Class<?>[] |
getSupportedWriterFormats() |
void |
initialize(Service service)
Initialize the service info (i.e.
|
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocation
public static final String PREFERRED_FORMAT
public SourceDataBinding()
public SourceDataBinding(Class<?> pref)
public void initialize(Service service)
DataBinding
public <T> DataReader<T> createReader(Class<T> cls)
public Class<?>[] getSupportedReaderFormats()
public <T> DataWriter<T> createWriter(Class<T> cls)
public Class<?>[] getSupportedWriterFormats()
Apache CXF