public class SourceDataBinding extends AbstractDataBinding
| Modifier and Type | Field and Description | 
|---|---|
| static String | NOT_USE_MSV_SCHEMA_VALIDATOR | 
| 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. type & element names, Schemas) with
 information from the databinding. | 
addSchemaDocument, addSchemaDocument, checkNamespaceMap, getBus, getContextualNamespaceMap, getDeclaredNamespaceMappings, getMtomThreshold, getNamespaceMap, getSchemas, isMtomEnabled, setBus, setContextualNamespaceMap, setMtomEnabled, setMtomThreshold, setNamespaceMap, setSchemas, updateSchemaLocationpublic static final String PREFERRED_FORMAT
public static final String NOT_USE_MSV_SCHEMA_VALIDATOR
public SourceDataBinding()
public SourceDataBinding(Class<?> pref)
public void initialize(Service service)
DataBindingpublic <T> DataReader<T> createReader(Class<T> cls)
public Class<?>[] getSupportedReaderFormats()
public <T> DataWriter<T> createWriter(Class<T> cls)
public Class<?>[] getSupportedWriterFormats()
Apache CXF