Author: buildbot Date: Tue Mar 27 08:21:09 2012 New Revision: 810205 Log: Production update by buildbot for camel
Added: websites/production/camel/content/using-getin-or-getout-methods-on-exchange.data/flow.png (with props) Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Added: websites/production/camel/content/using-getin-or-getout-methods-on-exchange.data/flow.png ============================================================================== Binary file - no diff available. Propchange: websites/production/camel/content/using-getin-or-getout-methods-on-exchange.data/flow.png ------------------------------------------------------------------------------ svn:mime-type = image/png Modified: websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html ============================================================================== --- websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html (original) +++ websites/production/camel/content/using-getin-or-getout-methods-on-exchange.html Tue Mar 27 08:21:09 2012 @@ -87,7 +87,7 @@ Obviously the <tt>getIn</tt> gets the IN <h2><a shape="rect" name="UsinggetInorgetOutmethodsonExchange-Flowofanexchangethrougharoute"></a>Flow of an exchange through a route</h2> -<p><span class="image-wrap" style=""><img src="using-getin-or-getout-methods-on-exchange.data/Message+flow+in+Route.png" style="border: 0px solid black"></span></p> +<p><span class="image-wrap" style=""><img src="using-getin-or-getout-methods-on-exchange.data/flow.png" style="border: 0px solid black"></span></p> <ul class="alternate" type="square"><li>The out message from each step is used as the in message for th next step</li><li>if there is no out message then the in message is used instead</li><li>For the InOut MEP the out from the last step in the route is returned to the producer. In case of InOnly the last out is thrown away</li></ul>