Regen asn1 doc
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8827c36a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8827c36a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8827c36a Branch: refs/heads/master Commit: 8827c36a752e843049bd2fec534074f0a1c0ab6b Parents: befc483 Author: lburgazzoli <lburgazz...@gmail.com> Authored: Mon Sep 11 13:20:39 2017 +0200 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Mon Sep 11 13:20:39 2017 +0200 ---------------------------------------------------------------------- components/camel-asn1/src/main/docs/asn1-dataformat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8827c36a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc b/components/camel-asn1/src/main/docs/asn1-dataformat.adoc index 80f84d2..eb050c4 100644 --- a/components/camel-asn1/src/main/docs/asn1-dataformat.adoc +++ b/components/camel-asn1/src/main/docs/asn1-dataformat.adoc @@ -15,7 +15,7 @@ The ASN.1 File dataformat supports 3 options which are listed below. |======================================================================= | Name | Default | Java Type | Description | usingIterator | false | Boolean | If the asn1 file has more then one entry the setting this option to true allows to work with the splitter EIP to split the data using an iterator in a streaming mode. -| clazzName | | String | Name of class to use when unmarshalling +| clazzName | | String | Name of class to use when unarmshalling | contentTypeHeader | false | Boolean | Whether the data format should set the Content-Type header with the type from the data format if the data format is capable of doing so. For example application/xml for data formats marshalling to XML or application/json for data formats marshalling to JSon etc. |======================================================================= // dataformat options: END