Author: buildbot
Date: Fri Apr 6 14:21:23 2012
New Revision: 811694
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/book-component-appendix.html
websites/production/camel/content/book-in-one-page.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/servlet.html
Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Fri Apr 6
14:21:23 2012
@@ -13959,9 +13959,8 @@ SedaEndpoint seda = context.getEndpoint(
<ul class="alternate" type="square"><li><a shape="rect" href="vm.html"
title="VM">VM</a></li><li><a shape="rect" href="direct.html"
title="Direct">Direct</a></li><li><a shape="rect" href="async.html"
title="Async">Async</a></li></ul>
<h2><a shape="rect" name="BookComponentAppendix-ServletComponent"></a>Servlet
Component</h2>
-<p><b>Available as of Camel 2.0</b></p>
-<p>The <b>servlet:</b> component provides HTTP based <a shape="rect"
href="endpoint.html" title="Endpoint">endpoints</a> for consuming HTTP requests
that arrive at a HTTP endpoint and this endpoint is bound to a published
Servlet.</p>
+<p>The <b>servlet:</b> component provides HTTP based <a shape="rect"
href="endpoint.html" title="Endpoint">endpoints</a> for consuming HTTP requests
that arrive at a HTTP endpoint that is bound to a published Servlet.</p>
<p>Maven users will need to add the following dependency to their
<tt>pom.xml</tt> for this component:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -13975,9 +13974,7 @@ SedaEndpoint seda = context.getEndpoint(
</pre>
</div></div>
-<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Stream</b><br clear="none">Servlet is stream based, which means
the input it receives is submitted to Camel as a stream. That means you will
only be able to read the content of the stream <b>once</b>.<br clear="none">
-If you find a situation where the message body appears to be empty or you need
to access the data multiple times (eg: doing multicasting, or redelivery error
handling)<br clear="none">
-you should use <a shape="rect" href="stream-caching.html" title="Stream
caching">Stream caching</a> or convert the message body to a <tt>String</tt>
which is safe to be re-read multiple times.</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Stream</b><br clear="none">Servlet is stream based, which means
the input it receives is submitted to Camel as a stream. That means you will
only be able to read the content of the stream <b>once</b>. If you find a
situation where the message body appears to be empty or you need to access the
data multiple times (eg: doing multicasting, or redelivery error handling) you
should use <a shape="rect" href="stream-caching.html" title="Stream
caching">Stream caching</a> or convert the message body to a <tt>String</tt>
which is safe to be read multiple times.</td></tr></table></div>
<h3><a shape="rect" name="BookComponentAppendix-URIformat"></a>URI format</h3>
@@ -14002,11 +13999,11 @@ servlet:<span class="code-comment">//rel
<h3><a shape="rect" name="BookComponentAppendix-Usage"></a>Usage</h3>
-<p>You can only consume from endpoints generated by the Servlet component.
Therefore, it should only be used as input into your camel routes. To issue
HTTP requests against other HTTP endpoints, use the <a shape="rect"
href="http.html" title="HTTP">HTTP Component</a></p>
+<p>You can consume only from endpoints generated by the Servlet component.
Therefore, it should be used only as input into your Camel routes. To issue
HTTP requests against other HTTP endpoints, use the <a shape="rect"
href="http.html" title="HTTP">HTTP Component</a></p>
<h3><a shape="rect" name="BookComponentAppendix-Sample"></a>Sample</h3>
-<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">From
Camel 2.7 onwards its easier to use <a shape="rect" href="servlet.html"
title="SERVLET">Servlet</a> in Spring web applications. See <a shape="rect"
href="servlet-tomcat-example.html" title="Servlet Tomcat Example">Servlet
Tomcat Example</a> for details.</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">From
Camel 2.7 onwards it's easier to use <a shape="rect" href="servlet.html"
title="SERVLET">Servlet</a> in Spring web applications. See <a shape="rect"
href="servlet-tomcat-example.html" title="Servlet Tomcat Example">Servlet
Tomcat Example</a> for details.</td></tr></table></div>
<p>In this sample, we define a route that exposes a HTTP service at <tt><a
shape="rect" class="external-link"
href="http://localhost:8080/camel/services/hello"
rel="nofollow">http://localhost:8080/camel/services/hello</a></tt>.<br
clear="none">
First, you need to publish the <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/camel/trunk/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/CamelHttpTransportServlet.java">CamelHttpTransportServlet</a>
through the normal Web Container, or OSGi Service.<br clear="none">
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 Fri Apr 6 14:21:23
2012
@@ -34120,9 +34120,8 @@ SedaEndpoint seda = context.getEndpoint(
<ul class="alternate" type="square"><li><a shape="rect" href="vm.html"
title="VM">VM</a></li><li><a shape="rect" href="direct.html"
title="Direct">Direct</a></li><li><a shape="rect" href="async.html"
title="Async">Async</a></li></ul>
<h2><a shape="rect" name="BookInOnePage-ServletComponent"></a>Servlet
Component</h2>
-<p><b>Available as of Camel 2.0</b></p>
-<p>The <b>servlet:</b> component provides HTTP based <a shape="rect"
href="endpoint.html" title="Endpoint">endpoints</a> for consuming HTTP requests
that arrive at a HTTP endpoint and this endpoint is bound to a published
Servlet.</p>
+<p>The <b>servlet:</b> component provides HTTP based <a shape="rect"
href="endpoint.html" title="Endpoint">endpoints</a> for consuming HTTP requests
that arrive at a HTTP endpoint that is bound to a published Servlet.</p>
<p>Maven users will need to add the following dependency to their
<tt>pom.xml</tt> for this component:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -34136,9 +34135,7 @@ SedaEndpoint seda = context.getEndpoint(
</pre>
</div></div>
-<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Stream</b><br clear="none">Servlet is stream based, which means
the input it receives is submitted to Camel as a stream. That means you will
only be able to read the content of the stream <b>once</b>.<br clear="none">
-If you find a situation where the message body appears to be empty or you need
to access the data multiple times (eg: doing multicasting, or redelivery error
handling)<br clear="none">
-you should use <a shape="rect" href="stream-caching.html" title="Stream
caching">Stream caching</a> or convert the message body to a <tt>String</tt>
which is safe to be re-read multiple times.</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Stream</b><br clear="none">Servlet is stream based, which means
the input it receives is submitted to Camel as a stream. That means you will
only be able to read the content of the stream <b>once</b>. If you find a
situation where the message body appears to be empty or you need to access the
data multiple times (eg: doing multicasting, or redelivery error handling) you
should use <a shape="rect" href="stream-caching.html" title="Stream
caching">Stream caching</a> or convert the message body to a <tt>String</tt>
which is safe to be read multiple times.</td></tr></table></div>
<h3><a shape="rect" name="BookInOnePage-URIformat"></a>URI format</h3>
@@ -34163,11 +34160,11 @@ servlet:<span class="code-comment">//rel
<h3><a shape="rect" name="BookInOnePage-Usage"></a>Usage</h3>
-<p>You can only consume from endpoints generated by the Servlet component.
Therefore, it should only be used as input into your camel routes. To issue
HTTP requests against other HTTP endpoints, use the <a shape="rect"
href="http.html" title="HTTP">HTTP Component</a></p>
+<p>You can consume only from endpoints generated by the Servlet component.
Therefore, it should be used only as input into your Camel routes. To issue
HTTP requests against other HTTP endpoints, use the <a shape="rect"
href="http.html" title="HTTP">HTTP Component</a></p>
<h3><a shape="rect" name="BookInOnePage-Sample"></a>Sample</h3>
-<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">From
Camel 2.7 onwards its easier to use <a shape="rect" href="servlet.html"
title="SERVLET">Servlet</a> in Spring web applications. See <a shape="rect"
href="servlet-tomcat-example.html" title="Servlet Tomcat Example">Servlet
Tomcat Example</a> for details.</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">From
Camel 2.7 onwards it's easier to use <a shape="rect" href="servlet.html"
title="SERVLET">Servlet</a> in Spring web applications. See <a shape="rect"
href="servlet-tomcat-example.html" title="Servlet Tomcat Example">Servlet
Tomcat Example</a> for details.</td></tr></table></div>
<p>In this sample, we define a route that exposes a HTTP service at <tt><a
shape="rect" class="external-link"
href="http://localhost:8080/camel/services/hello"
rel="nofollow">http://localhost:8080/camel/services/hello</a></tt>.<br
clear="none">
First, you need to publish the <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/camel/trunk/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/CamelHttpTransportServlet.java">CamelHttpTransportServlet</a>
through the normal Web Container, or OSGi Service.<br clear="none">
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/servlet.html
==============================================================================
--- websites/production/camel/content/servlet.html (original)
+++ websites/production/camel/content/servlet.html Fri Apr 6 14:21:23 2012
@@ -76,9 +76,8 @@
<tr>
<td valign="top" width="100%">
<div class="wiki-content maincontent"><h2><a shape="rect"
name="SERVLET-ServletComponent"></a>Servlet Component</h2>
-<p><b>Available as of Camel 2.0</b></p>
-<p>The <b>servlet:</b> component provides HTTP based <a shape="rect"
href="endpoint.html" title="Endpoint">endpoints</a> for consuming HTTP requests
that arrive at a HTTP endpoint and this endpoint is bound to a published
Servlet.</p>
+<p>The <b>servlet:</b> component provides HTTP based <a shape="rect"
href="endpoint.html" title="Endpoint">endpoints</a> for consuming HTTP requests
that arrive at a HTTP endpoint that is bound to a published Servlet.</p>
<p>Maven users will need to add the following dependency to their
<tt>pom.xml</tt> for this component:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
@@ -92,9 +91,7 @@
</pre>
</div></div>
-<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Stream</b><br clear="none">Servlet is stream based, which means
the input it receives is submitted to Camel as a stream. That means you will
only be able to read the content of the stream <b>once</b>.<br clear="none">
-If you find a situation where the message body appears to be empty or you need
to access the data multiple times (eg: doing multicasting, or redelivery error
handling)<br clear="none">
-you should use <a shape="rect" href="stream-caching.html" title="Stream
caching">Stream caching</a> or convert the message body to a <tt>String</tt>
which is safe to be re-read multiple times.</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1"
rowspan="1"><b>Stream</b><br clear="none">Servlet is stream based, which means
the input it receives is submitted to Camel as a stream. That means you will
only be able to read the content of the stream <b>once</b>. If you find a
situation where the message body appears to be empty or you need to access the
data multiple times (eg: doing multicasting, or redelivery error handling) you
should use <a shape="rect" href="stream-caching.html" title="Stream
caching">Stream caching</a> or convert the message body to a <tt>String</tt>
which is safe to be read multiple times.</td></tr></table></div>
<h3><a shape="rect" name="SERVLET-URIformat"></a>URI format</h3>
@@ -119,11 +116,11 @@ servlet:<span class="code-comment">//rel
<h3><a shape="rect" name="SERVLET-Usage"></a>Usage</h3>
-<p>You can only consume from endpoints generated by the Servlet component.
Therefore, it should only be used as input into your camel routes. To issue
HTTP requests against other HTTP endpoints, use the <a shape="rect"
href="http.html" title="HTTP">HTTP Component</a></p>
+<p>You can consume only from endpoints generated by the Servlet component.
Therefore, it should be used only as input into your Camel routes. To issue
HTTP requests against other HTTP endpoints, use the <a shape="rect"
href="http.html" title="HTTP">HTTP Component</a></p>
<h3><a shape="rect" name="SERVLET-Sample"></a>Sample</h3>
-<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">From
Camel 2.7 onwards its easier to use <a shape="rect" href="servlet.html"
title="SERVLET">Servlet</a> in Spring web applications. See <a shape="rect"
href="servlet-tomcat-example.html" title="Servlet Tomcat Example">Servlet
Tomcat Example</a> for details.</td></tr></table></div>
+<div class="panelMacro"><table class="infoMacro"><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/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">From
Camel 2.7 onwards it's easier to use <a shape="rect" href="servlet.html"
title="SERVLET">Servlet</a> in Spring web applications. See <a shape="rect"
href="servlet-tomcat-example.html" title="Servlet Tomcat Example">Servlet
Tomcat Example</a> for details.</td></tr></table></div>
<p>In this sample, we define a route that exposes a HTTP service at <tt><a
shape="rect" class="external-link"
href="http://localhost:8080/camel/services/hello"
rel="nofollow">http://localhost:8080/camel/services/hello</a></tt>.<br
clear="none">
First, you need to publish the <a shape="rect" class="external-link"
href="http://svn.apache.org/repos/asf/camel/trunk/components/camel-servlet/src/main/java/org/apache/camel/component/servlet/CamelHttpTransportServlet.java">CamelHttpTransportServlet</a>
through the normal Web Container, or OSGi Service.<br clear="none">