Class Hl7v3ConvertersBase
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.core.converters.Hl7v3ConvertersBase
- Direct Known Subclasses:
Iti45Converters
,Iti47Converters
- Since:
- 4.1
- Author:
- Quentin Ligier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Hl7v3ConvertersBase
public Hl7v3ConvertersBase()
-
-
Method Details
-
toXml
protected static String toXml(Object pojo, javax.xml.bind.JAXBContext jaxbContext) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
fromXml
protected static <T> T fromXml(String xml, javax.xml.bind.JAXBContext jaxbContext) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-