Author: buildbot
Date: Mon Mar  4 06:18:54 2013
New Revision: 852885

Log:
Production update by buildbot for camel

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.

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
 Mon Mar  4 06:18:54 2013
@@ -89,7 +89,7 @@ Obviously the <tt>getIn</tt> gets the IN
 
 <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>
+<ul class="alternate" type="square"><li>The out message from each step is used 
as the in message for the 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>
 
 
 <div class="panelMacro"><table class="tipMacro"><colgroup span="1"><col 
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1" 
valign="top"><img align="middle" 
src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
width="16" height="16" alt="" border="0"></td><td colspan="1" 
rowspan="1"><b>Beware of getOut to check if there is an out message</b><br 
clear="none">exchange.getOut creates an out message if there is none. So if you 
want to check if there is an out message then you should use exchange.hasOut 
instead</td></tr></table></div>


Reply via email to