@Metadata(firstVersion="2.0.0",
label="dataformat,transformation,hl7",
title="HL7")
public class HL7DataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
HL7DataFormat() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getParser() |
Boolean |
getValidate() |
boolean |
isValidate() |
void |
setParser(Object parser)
To use a custom HL7 parser
|
void |
setValidate(Boolean validate)
Whether to validate the HL7 message
Is by default true.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic HL7DataFormat()
public boolean isValidate()
public Boolean getValidate()
public void setValidate(Boolean validate)
Apache Camel