Class HL7DataFormat
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.DataFormatDefinition
org.apache.camel.model.dataformat.HL7DataFormat
- All Implemented Interfaces:
CopyableDefinition<DataFormatDefinition>
@Metadata(firstVersion="2.0.0",
label="dataformat,transformation,hl7",
title="HL7")
public class HL7DataFormat
extends DataFormatDefinition
Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMakes a copy of this definition.voidTo use a custom HL7 parservoidsetValidate(String validate) Whether to validate the HL7 messageMethods inherited from class org.apache.camel.model.DataFormatDefinition
getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatNameMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
HL7DataFormat
public HL7DataFormat() -
HL7DataFormat
-
-
Method Details
-
copyDefinition
Description copied from interface:CopyableDefinitionMakes a copy of this definition.- Specified by:
copyDefinitionin interfaceCopyableDefinition<DataFormatDefinition>- Overrides:
copyDefinitionin classDataFormatDefinition
-
getValidate
-
setValidate
Whether to validate the HL7 message Is by default true. -
getParser
-
setParser
To use a custom HL7 parser
-