Author: buildbot
Date: Tue May 15 13:18:49 2012
New Revision: 817712

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/intercept.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/intercept.html
==============================================================================
--- websites/production/camel/content/intercept.html (original)
+++ websites/production/camel/content/intercept.html Tue May 15 13:18:49 2012
@@ -93,7 +93,7 @@ We have overhauled the <a shape="rect" h
 <p>You can also instruct Camel to <tt>stop</tt> continue routing your message 
if you set the <tt>Exchange.ROUTE_STOP</tt> property to <tt>"true"</tt> or 
<tt>Boolean.TRUE</tt> on the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a>. You can for instance do this from regular Java 
code in a <a shape="rect" href="pojo.html" title="Pojo">Pojo</a> or <a 
shape="rect" href="processor.html" 
title="Processor">Processor</a>.</p></td></tr></table></div>
 
 <h3><a shape="rect" name="Intercept-Intercept"></a>Intercept</h3>
-<p><tt>Intercept</tt> is like a regular interceptor that is applied each each 
processing step the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> undergo while its being routed. You can think of 
it as a <em>AOP before</em> that is applied at each DSL keyword you have 
defined in your route. </p>
+<p><tt>Intercept</tt> is like a regular interceptor that is applied on each 
processing step the <a shape="rect" href="exchange.html" 
title="Exchange">Exchange</a> undergo while its being routed. You can think of 
it as a <em>AOP before</em> that is applied at each DSL keyword you have 
defined in your route. </p>
 
 <p>The classic Hello World example would be:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">


Reply via email to