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 2012/04/14 11:21:09 UTC

svn commit: r812876 - in /websites/production/camel/content: book-cookbook.html book-in-one-page.html cache/main.pageCache pojo-producing.html

Author: buildbot
Date: Sat Apr 14 09:21:08 2012
New Revision: 812876

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-cookbook.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/pojo-producing.html

Modified: websites/production/camel/content/book-cookbook.html
==============================================================================
--- websites/production/camel/content/book-cookbook.html (original)
+++ websites/production/camel/content/book-cookbook.html Sat Apr 14 09:21:08 2012
@@ -747,7 +747,7 @@ from(uri).to(<span class="code-quote">"b
 
 <h4><a shape="rect" name="Bookcookbook-@EndpointInject"></a>@EndpointInject</h4>
 
-<p>To allow sending of messages from POJOs you can use <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html">@EndpointInject() annotation</a>. This will inject either a  <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html">ProducerTemplate</a> or <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelTemplate.html">CamelTemplate </a> so that the bean can send message exchanges.</p>
+<p>To allow sending of messages from POJOs you can use <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html">@EndpointInject</a> annotation. This will inject a <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html">ProducerTemplate</a> so that the bean can send message exchanges.</p>
 
 <p>e.g. lets send a message to the <b>foo.bar</b> queue in <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> at some point</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Sat Apr 14 09:21:08 2012
@@ -1879,7 +1879,7 @@ from(uri).to(<span class="code-quote">"b
 
 <h4><a shape="rect" name="BookInOnePage-@EndpointInject"></a>@EndpointInject</h4>
 
-<p>To allow sending of messages from POJOs you can use <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html">@EndpointInject() annotation</a>. This will inject either a  <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html">ProducerTemplate</a> or <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelTemplate.html">CamelTemplate </a> so that the bean can send message exchanges.</p>
+<p>To allow sending of messages from POJOs you can use <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html">@EndpointInject</a> annotation. This will inject a <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html">ProducerTemplate</a> so that the bean can send message exchanges.</p>
 
 <p>e.g. lets send a message to the <b>foo.bar</b> queue in <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> at some point</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">

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

Modified: websites/production/camel/content/pojo-producing.html
==============================================================================
--- websites/production/camel/content/pojo-producing.html (original)
+++ websites/production/camel/content/pojo-producing.html Sat Apr 14 09:21:08 2012
@@ -79,7 +79,7 @@
 
 <h4><a shape="rect" name="POJOProducing-@EndpointInject"></a>@EndpointInject</h4>
 
-<p>To allow sending of messages from POJOs you can use <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html">@EndpointInject() annotation</a>. This will inject either a  <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html">ProducerTemplate</a> or <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelTemplate.html">CamelTemplate </a> so that the bean can send message exchanges.</p>
+<p>To allow sending of messages from POJOs you can use <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/EndpointInject.html">@EndpointInject</a> annotation. This will inject a <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ProducerTemplate.html">ProducerTemplate</a> so that the bean can send message exchanges.</p>
 
 <p>e.g. lets send a message to the <b>foo.bar</b> queue in <a shape="rect" href="activemq.html" title="ActiveMQ">ActiveMQ</a> at some point</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">