Repository: camel Updated Branches: refs/heads/master 6024c9f27 -> b7857a965
Added automatic dataformat options docs generation for xmlBeans dataformat Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b7857a96 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b7857a96 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b7857a96 Branch: refs/heads/master Commit: b7857a965fbe73e207dd4b106aac22ad2bd9d73d Parents: a652af3 Author: Andrea Cosentino <anco...@gmail.com> Authored: Tue Sep 6 10:55:11 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Tue Sep 6 10:56:57 2016 +0200 ---------------------------------------------------------------------- .../src/main/docs/xmlBeans-dataformat.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b7857a96/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc b/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc index 1b960c6..612ac26 100644 --- a/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc +++ b/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc @@ -14,6 +14,24 @@ from("activemq:My.Queue"). to("mqseries:Another.Queue"); ------------------------------- +[[XmlBeans-Options]] +Options +^^^^^^^ + +// dataformat options: START +The XML Beans dataformat supports 1 options which are listed below. + + + +{% raw %} +[width="100%",cols="2s,1m,1m,6",options="header"] +|======================================================================= +| Name | Default | Java Type | Description +| prettyPrint | false | Boolean | To enable pretty printing output nicely formatted. Is by default false. +|======================================================================= +{% endraw %} +// dataformat options: END + [[XmlBeans-Dependencies]] Dependencies ^^^^^^^^^^^^