This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 1952508 Added reference to Bean Binding documentation (#4092) 1952508 is described below commit 1952508270c7b230ca712edb8d7376f61e54bb38 Author: Craig Tataryn <crai...@tataryn.net> AuthorDate: Sat Aug 15 10:50:42 2020 -0500 Added reference to Bean Binding documentation (#4092) * Added reference to Bean Binding documentation * Update docs/components/modules/ROOT/pages/bean-component.adoc Co-authored-by: Zoran Regvart <zo...@regvart.com> Co-authored-by: Zoran Regvart <zo...@regvart.com> --- docs/components/modules/ROOT/pages/bean-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/bean-component.adoc b/docs/components/modules/ROOT/pages/bean-component.adoc index c5cf6c2..ff29812 100644 --- a/docs/components/modules/ROOT/pages/bean-component.adoc +++ b/docs/components/modules/ROOT/pages/bean-component.adoc @@ -167,7 +167,7 @@ from("direct:start").bean(ExampleBean.class); How bean methods to be invoked are chosen (if they are not specified explicitly through the *method* parameter) and how parameter values are constructed from the Message are all defined by the -Bean Binding mechanism which is used throughout +xref:ROOT:bean-binding.adoc[Bean Binding] mechanism which is used throughout all of the various Bean Integration mechanisms in Camel.