You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/02/12 12:24:24 UTC

svn commit: r850328 - in /websites/production/camel/content: book-pattern-appendix.html content-enricher.html

Author: buildbot
Date: Tue Feb 12 11:24:24 2013
New Revision: 850328

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-pattern-appendix.html
    websites/production/camel/content/content-enricher.html

Modified: websites/production/camel/content/book-pattern-appendix.html
==============================================================================
--- websites/production/camel/content/book-pattern-appendix.html (original)
+++ websites/production/camel/content/book-pattern-appendix.html Tue Feb 12 11:24:24 2013
@@ -4266,7 +4266,7 @@ The output of processing this route will
 <h2><a shape="rect" name="BookPatternAppendix-MessageTransformation"></a>Message Transformation</h2>
 <h3><a shape="rect" name="BookPatternAppendix-ContentEnricher"></a>Content Enricher</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/DataEnricher.html" rel="nofollow">Content Enricher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using a <a shape="rect" href="message-translator.html" title="Message Translator">Message Translator</a>, an arbitrary <a shape="rect" href="processor.html" title="Processor">Processor</a> in the routing logic or using the <a shape="rect" href="#BookPatternAppendix-enrichdsl">enrich</a> DSL element to enrich the message.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/DataEnricher.html" rel="nofollow">Content Enricher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using a <a shape="rect" href="message-translator.html" title="Message Translator">Message Translator</a>, an arbitrary <a shape="rect" href="processor.html" title="Processor">Processor</a> in the routing logic, or using the <a shape="rect" href="#BookPatternAppendix-enrichdsl">enrich</a> DSL element to enrich the message.</p>
 
 <p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/DataEnricher.gif" style="border: 0px solid black"></span></p>
 
@@ -4274,7 +4274,7 @@ The output of processing this route will
 
 <p><b>Using the</b> <b><a shape="rect" href="fluent-builders.html" title="Fluent Builders">Fluent Builders</a></b></p>
 
-<p>You can use <a shape="rect" href="templating.html" title="Templating">Templating</a> to consume a message from one destination, transform it with something like <a shape="rect" href="velocity.html" title="Velocity">Velocity</a> or <a shape="rect" href="xquery.html" title="XQuery">XQuery</a> and then send it on to another destination. For example using InOnly (one way messaging)</p>
+<p>You can use <a shape="rect" href="templating.html" title="Templating">Templating</a> to consume a message from one destination, transform it with something like <a shape="rect" href="velocity.html" title="Velocity">Velocity</a> or <a shape="rect" href="xquery.html" title="XQuery">XQuery</a>, and then send it on to another destination. For example using InOnly (one way messaging)</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 from(<span class="code-quote">"activemq:My.Queue"</span>).
@@ -4334,8 +4334,8 @@ from(<span class="code-quote">"activemq:
 <ul class="alternate" type="square"><li><tt>enrich</tt></li><li><tt>pollEnrich</tt></li></ul>
 
 
-<p><tt>enrich</tt> is using a <tt>Producer</tt> to obtain the additional data. It is usually used for <a shape="rect" href="request-reply.html" title="Request Reply">Request Reply</a> messaging, for instance to invoke an external web service.<br clear="none">
-<tt>pollEnrich</tt> on the other hand is using a <a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> to obtain the additional data. It is usually used for <a shape="rect" href="event-message.html" title="Event Message">Event Message</a> messaging, for instance to read a file or download a <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> file.</p>
+<p><tt>enrich</tt> uses a <tt>Producer</tt> to obtain the additional data. It is usually used for <a shape="rect" href="request-reply.html" title="Request Reply">Request Reply</a> messaging, for instance to invoke an external web service.<br clear="none">
+<tt>pollEnrich</tt> on the other hand uses a <a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> to obtain the additional data. It is usually used for <a shape="rect" href="event-message.html" title="Event Message">Event Message</a> messaging, for instance to read a file or download a <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> file.</p>
 
 <h3><a shape="rect" name="BookPatternAppendix-EnrichOptions"></a>Enrich Options</h3>
 

Modified: websites/production/camel/content/content-enricher.html
==============================================================================
--- websites/production/camel/content/content-enricher.html (original)
+++ websites/production/camel/content/content-enricher.html Tue Feb 12 11:24:24 2013
@@ -77,7 +77,7 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h3><a shape="rect" name="ContentEnricher-ContentEnricher"></a>Content Enricher</h3>
 
-<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/DataEnricher.html" rel="nofollow">Content Enricher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using a <a shape="rect" href="message-translator.html" title="Message Translator">Message Translator</a>, an arbitrary <a shape="rect" href="processor.html" title="Processor">Processor</a> in the routing logic or using the <a shape="rect" href="#ContentEnricher-enrichdsl">enrich</a> DSL element to enrich the message.</p>
+<p>Camel supports the <a shape="rect" class="external-link" href="http://www.enterpriseintegrationpatterns.com/DataEnricher.html" rel="nofollow">Content Enricher</a> from the <a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">EIP patterns</a> using a <a shape="rect" href="message-translator.html" title="Message Translator">Message Translator</a>, an arbitrary <a shape="rect" href="processor.html" title="Processor">Processor</a> in the routing logic, or using the <a shape="rect" href="#ContentEnricher-enrichdsl">enrich</a> DSL element to enrich the message.</p>
 
 <p><span class="image-wrap" style=""><img src="http://www.enterpriseintegrationpatterns.com/img/DataEnricher.gif" style="border: 0px solid black"></span></p>
 
@@ -85,7 +85,7 @@
 
 <p><b>Using the</b> <b><a shape="rect" href="fluent-builders.html" title="Fluent Builders">Fluent Builders</a></b></p>
 
-<p>You can use <a shape="rect" href="templating.html" title="Templating">Templating</a> to consume a message from one destination, transform it with something like <a shape="rect" href="velocity.html" title="Velocity">Velocity</a> or <a shape="rect" href="xquery.html" title="XQuery">XQuery</a> and then send it on to another destination. For example using InOnly (one way messaging)</p>
+<p>You can use <a shape="rect" href="templating.html" title="Templating">Templating</a> to consume a message from one destination, transform it with something like <a shape="rect" href="velocity.html" title="Velocity">Velocity</a> or <a shape="rect" href="xquery.html" title="XQuery">XQuery</a>, and then send it on to another destination. For example using InOnly (one way messaging)</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
 from(<span class="code-quote">"activemq:My.Queue"</span>).
@@ -145,8 +145,8 @@ from(<span class="code-quote">"activemq:
 <ul class="alternate" type="square"><li><tt>enrich</tt></li><li><tt>pollEnrich</tt></li></ul>
 
 
-<p><tt>enrich</tt> is using a <tt>Producer</tt> to obtain the additional data. It is usually used for <a shape="rect" href="request-reply.html" title="Request Reply">Request Reply</a> messaging, for instance to invoke an external web service.<br clear="none">
-<tt>pollEnrich</tt> on the other hand is using a <a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> to obtain the additional data. It is usually used for <a shape="rect" href="event-message.html" title="Event Message">Event Message</a> messaging, for instance to read a file or download a <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> file.</p>
+<p><tt>enrich</tt> uses a <tt>Producer</tt> to obtain the additional data. It is usually used for <a shape="rect" href="request-reply.html" title="Request Reply">Request Reply</a> messaging, for instance to invoke an external web service.<br clear="none">
+<tt>pollEnrich</tt> on the other hand uses a <a shape="rect" href="polling-consumer.html" title="Polling Consumer">Polling Consumer</a> to obtain the additional data. It is usually used for <a shape="rect" href="event-message.html" title="Event Message">Event Message</a> messaging, for instance to read a file or download a <a shape="rect" href="ftp2.html" title="FTP2">FTP</a> file.</p>
 
 <h3><a shape="rect" name="ContentEnricher-EnrichOptions"></a>Enrich Options</h3>