@Converter public final class HL7Converter extends Object
@Converter public static String toString(ca.uhn.hl7v2.model.Message message) throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
@Converter public static byte[] toByteArray(ca.uhn.hl7v2.model.Message message) throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
@Converter public static ca.uhn.hl7v2.model.Message toMessage(String body) throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
@Converter public static ca.uhn.hl7v2.model.Message toMessage(byte[] body) throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
Apache Camel