Author: buildbot Date: Fri Aug 17 15:19:16 2012 New Revision: 829222 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/book-cookbook.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/parameter-binding-annotations.html Modified: websites/production/camel/content/book-cookbook.html ============================================================================== --- websites/production/camel/content/book-cookbook.html (original) +++ websites/production/camel/content/book-cookbook.html Fri Aug 17 15:19:16 2012 @@ -521,7 +521,7 @@ doSomething(com.foo.MyOrder ${body}, <sp <p>In the above Camel will extract the value of Message.getJMSCorrelationID(), then using the <a shape="rect" href="type-converter.html" title="Type Converter">Type Converter</a> to adapt the value to the type of the parameter if required - it will inject the parameter value for the <b>correlationID</b> parameter. Then the payload of the message will be converted to a String and injected into the <b>body</b> parameter.</p> -<p>You don't necessarily need to use the @Consume annotation if you don't want as you could also make use of the Camel <a shape="rect" href="dsl.html" title="DSL">DSL</a> to route to the beans method as well.</p> +<p>You don't necessarily need to use the @Consume annotation if you don't want to as you could also make use of the Camel <a shape="rect" href="dsl.html" title="DSL">DSL</a> to route to the bean's method as well.</p> <h4><a shape="rect" name="Bookcookbook-UsingtheDSLtoinvokethebeanmethod"></a>Using the DSL to invoke the bean method</h4> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/parameter-binding-annotations.html ============================================================================== --- websites/production/camel/content/parameter-binding-annotations.html (original) +++ websites/production/camel/content/parameter-binding-annotations.html Fri Aug 17 15:19:16 2012 @@ -111,7 +111,7 @@ <p>In the above Camel will extract the value of Message.getJMSCorrelationID(), then using the <a shape="rect" href="type-converter.html" title="Type Converter">Type Converter</a> to adapt the value to the type of the parameter if required - it will inject the parameter value for the <b>correlationID</b> parameter. Then the payload of the message will be converted to a String and injected into the <b>body</b> parameter.</p> -<p>You don't necessarily need to use the @Consume annotation if you don't want as you could also make use of the Camel <a shape="rect" href="dsl.html" title="DSL">DSL</a> to route to the beans method as well.</p> +<p>You don't necessarily need to use the @Consume annotation if you don't want to as you could also make use of the Camel <a shape="rect" href="dsl.html" title="DSL">DSL</a> to route to the bean's method as well.</p> <h4><a shape="rect" name="ParameterBindingAnnotations-UsingtheDSLtoinvokethebeanmethod"></a>Using the DSL to invoke the bean method</h4>