Class PlainXmlDataBinding
java.lang.Object
org.apache.cxf.databinding.AbstractDataBinding
org.openehealth.ipf.commons.ihe.ws.cxf.databinding.plainxml.PlainXmlDataBinding
- All Implemented Interfaces:
DataBinding
Special CXF data binding for plain XML transactions (e.g. HL7 v3).
- Author:
- Dmytro Rud
-
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) 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
-
Constructor Details
-
PlainXmlDataBinding
public PlainXmlDataBinding()
-
-
Method Details
-
createReader
-
createWriter
-
getSupportedReaderFormats
-
getSupportedWriterFormats
-
initialize
-