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
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> DataReader<T> createReader(Class<T> cls) <T> DataWriter<T> createWriter(Class<T> cls) Class<?>[]Class<?>[]voidinitialize(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
-