Repository: camel Updated Branches: refs/heads/master 3ac630272 -> 9f104f90b
Automatic docs generation for hl7 dataformat Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9f104f90 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9f104f90 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9f104f90 Branch: refs/heads/master Commit: 9f104f90b94a6d250b98f0ef87be133062dc9c2d Parents: caa4465 Author: Andrea Cosentino <anco...@gmail.com> Authored: Thu Aug 25 11:46:54 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Thu Aug 25 11:48:15 2016 +0200 ---------------------------------------------------------------------- .../camel-hl7/src/main/docs/hl7-dataformat.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9f104f90/components/camel-hl7/src/main/docs/hl7-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc index 43f12b8..d0b340c 100644 --- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc +++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc @@ -221,6 +221,20 @@ HL7 DataFormat The link:hl7.html[HL7] component ships with a HL7 data format that can be used to marshal or unmarshal HL7 model objects. +// dataformat options: START +The HL7 dataformat supports 1 options which are listed below. + + + +{% raw %} +[width="100%",cols="2s,1m,1m,6",options="header"] +|======================================================================= +| Name | Default | Java Type | Description +| validate | true | Boolean | Whether to validate the HL7 message Is by default true. +|======================================================================= +{% endraw %} +// dataformat options: END + * `marshal` = from Message to byte stream (can be used when responding using the HL7 MLLP codec) * `unmarshal` = from byte stream to Message (can be used when receiving