org.apache.camel.component.hl7
Class HL7Converter

java.lang.Object
  extended by org.apache.camel.component.hl7.HL7Converter

@Converter
public final class HL7Converter
extends Object

HL7 converters.


Method Summary
static ca.uhn.hl7v2.model.Message toMessage(String body)
           
static String toString(ca.uhn.hl7v2.model.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

@Converter
public static String toString(ca.uhn.hl7v2.model.Message message)
                       throws ca.uhn.hl7v2.HL7Exception
Throws:
ca.uhn.hl7v2.HL7Exception

toMessage

@Converter
public static ca.uhn.hl7v2.model.Message toMessage(String body)
                                            throws ca.uhn.hl7v2.HL7Exception
Throws:
ca.uhn.hl7v2.HL7Exception


Apache Camel