@Converter public final class HL7Converter extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
toByteArray(ca.uhn.hl7v2.model.Message message,
org.apache.camel.Exchange exchange) |
static ca.uhn.hl7v2.model.Message |
toMessage(byte[] body,
org.apache.camel.Exchange exchange) |
static ca.uhn.hl7v2.model.Message |
toMessage(String body) |
static String |
toString(ca.uhn.hl7v2.model.Message message) |
@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, org.apache.camel.Exchange exchange) throws ca.uhn.hl7v2.HL7Exception, IOException
ca.uhn.hl7v2.HL7Exception
IOException
@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, org.apache.camel.Exchange exchange) throws ca.uhn.hl7v2.HL7Exception, IOException
ca.uhn.hl7v2.HL7Exception
IOException
Apache Camel