Author: buildbot
Date: Sun Feb 17 09:25:28 2013
New Revision: 850835
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/restlet.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 Sun Feb 17
09:25:28 2013
@@ -14232,7 +14232,7 @@ protocol:<span class="code-comment">//ho
<h3><a shape="rect" name="BookComponentAppendix-MessageHeaders"></a>Message
Headers</h3>
<div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Content-Type</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Specifies the content type, which can be set on the OUT
message by the application/processor. The value is the <tt>content-type</tt>
of the response message. If this header is not set, the content type is based
on the object type of the OUT message body. In Camel 2.3 onward, if the
Content-Type header is specified in the Camel IN message, the value of the
header determine the content type for the Restlet request message.  
Otherwise, it is defaulted to "application/x-www-form-urlencoded'. Prior to
release 2.3, it is not possible to ch
ange the request content type default. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>CamelAcceptContentType</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Since Camel 2.9.3, 2.10.0:</b>
The HTTP Accept request header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelHttpMethod</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The HTTP request method. This is set in the IN message
header. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelHttpQuery</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
query string of the request URI. It is set on the IN message by
<tt>DefaultRestletBinding</tt> when the restlet component receives a request.
</td></tr><tr><td col
span="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpResponseCode</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> or
<tt>Integer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
response code can be set on the OUT message by the application/processor. The
value is the response code of the response message. If this header is not set,
the response code is set by the restlet runtime engine. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpUri</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> The HTTP request URI. This is
set in the IN message header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletLogin</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Login name for basic authentication. It is
set on the IN me
ssage by the application and gets filtered before the restlet request header
by Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletPassword</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Password name for basic authentication. It is set on the
IN message by the application and gets filtered before the restlet request
header by Camel. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletRequest</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>Request</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.8:</b> The
<tt>org.restlet.Request</tt> object which holds all request details.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletResponse</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Response</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd">
<b>Camel 2.8:</b> The <tt>org.restlet.Response</tt> object. You can use this
to create responses using the API from Restlet. See examples below.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>org.restlet.*</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Attributes of a Restlet message that get propagated to
Camel IN headers. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Content-Type</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Specifies the content type, which can be set on the OUT
message by the application/processor. The value is the <tt>content-type</tt>
of the response message. If this header is not set, the content type is based
on the object type of the OUT message body. In Camel 2.3 onward, if the
Content-Type header is specified in the Camel IN message, the value of the
header determine the content type for the Restlet request message.  
Otherwise, it is defaulted to "application/x-www-form-urlencoded'. Prior to
release 2.3, it is not possible to ch
ange the request content type default. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>CamelAcceptContentType</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Since Camel 2.9.3, 2.10.0:</b>
The HTTP Accept request header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelHttpMethod</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The HTTP request method. This is set in the IN message
header. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelHttpQuery</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
query string of the request URI. It is set on the IN message by
<tt>DefaultRestletBinding</tt> when the restlet component receives a request.
</td></tr><tr><td col
span="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpResponseCode</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> or
<tt>Integer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
response code can be set on the OUT message by the application/processor. The
value is the response code of the response message. If this header is not set,
the response code is set by the restlet runtime engine. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpUri</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> The HTTP request URI. This is
set in the IN message header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletLogin</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Login name for basic authentication. It is
set on the IN me
ssage by the application and gets filtered before the restlet request header
by Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletPassword</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Password name for basic authentication. It is set on the
IN message by the application and gets filtered before the restlet request
header by Camel. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletRequest</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>Request</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.8:</b> The
<tt>org.restlet.Request</tt> object which holds all request details.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletResponse</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Response</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd">
<b>Camel 2.8:</b> The <tt>org.restlet.Response</tt> object. You can use this
to create responses using the API from Restlet. See examples below.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>org.restlet.*</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Attributes of a Restlet message that get propagated to
Camel IN headers. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>cache-control</tt></td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> or <tt>List<CacheDirective></tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> User
can set the cache-control with the String value or the List of CacheDirective
of Restlet from the camel message header. </td></tr></tbody></table>
</div>
</div>
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 Sun Feb 17 09:25:28
2013
@@ -34898,7 +34898,7 @@ protocol:<span class="code-comment">//ho
<h3><a shape="rect" name="BookInOnePage-MessageHeaders"></a>Message
Headers</h3>
<div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Content-Type</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Specifies the content type, which can be set on the OUT
message by the application/processor. The value is the <tt>content-type</tt>
of the response message. If this header is not set, the content type is based
on the object type of the OUT message body. In Camel 2.3 onward, if the
Content-Type header is specified in the Camel IN message, the value of the
header determine the content type for the Restlet request message.  
Otherwise, it is defaulted to "application/x-www-form-urlencoded'. Prior to
release 2.3, it is not possible to ch
ange the request content type default. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>CamelAcceptContentType</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Since Camel 2.9.3, 2.10.0:</b>
The HTTP Accept request header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelHttpMethod</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The HTTP request method. This is set in the IN message
header. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelHttpQuery</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
query string of the request URI. It is set on the IN message by
<tt>DefaultRestletBinding</tt> when the restlet component receives a request.
</td></tr><tr><td col
span="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpResponseCode</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> or
<tt>Integer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
response code can be set on the OUT message by the application/processor. The
value is the response code of the response message. If this header is not set,
the response code is set by the restlet runtime engine. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpUri</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> The HTTP request URI. This is
set in the IN message header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletLogin</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Login name for basic authentication. It is
set on the IN me
ssage by the application and gets filtered before the restlet request header
by Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletPassword</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Password name for basic authentication. It is set on the
IN message by the application and gets filtered before the restlet request
header by Camel. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletRequest</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>Request</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.8:</b> The
<tt>org.restlet.Request</tt> object which holds all request details.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletResponse</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Response</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd">
<b>Camel 2.8:</b> The <tt>org.restlet.Response</tt> object. You can use this
to create responses using the API from Restlet. See examples below.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>org.restlet.*</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Attributes of a Restlet message that get propagated to
Camel IN headers. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Content-Type</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Specifies the content type, which can be set on the OUT
message by the application/processor. The value is the <tt>content-type</tt>
of the response message. If this header is not set, the content type is based
on the object type of the OUT message body. In Camel 2.3 onward, if the
Content-Type header is specified in the Camel IN message, the value of the
header determine the content type for the Restlet request message.  
Otherwise, it is defaulted to "application/x-www-form-urlencoded'. Prior to
release 2.3, it is not possible to ch
ange the request content type default. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>CamelAcceptContentType</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Since Camel 2.9.3, 2.10.0:</b>
The HTTP Accept request header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelHttpMethod</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The HTTP request method. This is set in the IN message
header. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelHttpQuery</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
query string of the request URI. It is set on the IN message by
<tt>DefaultRestletBinding</tt> when the restlet component receives a request.
</td></tr><tr><td col
span="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpResponseCode</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> or
<tt>Integer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
response code can be set on the OUT message by the application/processor. The
value is the response code of the response message. If this header is not set,
the response code is set by the restlet runtime engine. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpUri</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> The HTTP request URI. This is
set in the IN message header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletLogin</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Login name for basic authentication. It is
set on the IN me
ssage by the application and gets filtered before the restlet request header
by Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletPassword</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Password name for basic authentication. It is set on the
IN message by the application and gets filtered before the restlet request
header by Camel. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletRequest</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>Request</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.8:</b> The
<tt>org.restlet.Request</tt> object which holds all request details.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletResponse</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Response</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd">
<b>Camel 2.8:</b> The <tt>org.restlet.Response</tt> object. You can use this
to create responses using the API from Restlet. See examples below.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>org.restlet.*</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Attributes of a Restlet message that get propagated to
Camel IN headers. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>cache-control</tt></td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> or <tt>List<CacheDirective></tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> User
can set the cache-control with the String value or the List of CacheDirective
of Restlet from the camel message header. </td></tr></tbody></table>
</div>
</div>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/restlet.html
==============================================================================
--- websites/production/camel/content/restlet.html (original)
+++ websites/production/camel/content/restlet.html Sun Feb 17 09:25:28 2013
@@ -124,7 +124,7 @@ protocol:<span class="code-comment">//ho
<h3><a shape="rect" name="Restlet-MessageHeaders"></a>Message Headers</h3>
<div class="confluenceTableSmall"><div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Content-Type</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Specifies the content type, which can be set on the OUT
message by the application/processor. The value is the <tt>content-type</tt>
of the response message. If this header is not set, the content type is based
on the object type of the OUT message body. In Camel 2.3 onward, if the
Content-Type header is specified in the Camel IN message, the value of the
header determine the content type for the Restlet request message.  
Otherwise, it is defaulted to "application/x-www-form-urlencoded'. Prior to
release 2.3, it is not possible to ch
ange the request content type default. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>CamelAcceptContentType</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Since Camel 2.9.3, 2.10.0:</b>
The HTTP Accept request header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelHttpMethod</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The HTTP request method. This is set in the IN message
header. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelHttpQuery</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
query string of the request URI. It is set on the IN message by
<tt>DefaultRestletBinding</tt> when the restlet component receives a request.
</td></tr><tr><td col
span="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpResponseCode</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> or
<tt>Integer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
response code can be set on the OUT message by the application/processor. The
value is the response code of the response message. If this header is not set,
the response code is set by the restlet runtime engine. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpUri</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> The HTTP request URI. This is
set in the IN message header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletLogin</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Login name for basic authentication. It is
set on the IN me
ssage by the application and gets filtered before the restlet request header
by Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletPassword</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Password name for basic authentication. It is set on the
IN message by the application and gets filtered before the restlet request
header by Camel. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletRequest</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>Request</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.8:</b> The
<tt>org.restlet.Request</tt> object which holds all request details.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletResponse</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Response</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd">
<b>Camel 2.8:</b> The <tt>org.restlet.Response</tt> object. You can use this
to create responses using the API from Restlet. See examples below.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>org.restlet.*</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Attributes of a Restlet message that get propagated to
Camel IN headers. </td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh"> Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Content-Type</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Specifies the content type, which can be set on the OUT
message by the application/processor. The value is the <tt>content-type</tt>
of the response message. If this header is not set, the content type is based
on the object type of the OUT message body. In Camel 2.3 onward, if the
Content-Type header is specified in the Camel IN message, the value of the
header determine the content type for the Restlet request message.  
Otherwise, it is defaulted to "application/x-www-form-urlencoded'. Prior to
release 2.3, it is not possible to ch
ange the request content type default. </td></tr><tr><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>CamelAcceptContentType</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <b>Since Camel 2.9.3, 2.10.0:</b>
The HTTP Accept request header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelHttpMethod</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> The HTTP request method. This is set in the IN message
header. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelHttpQuery</tt> </td><td colspan="1" rowspan="1" class="confluenceTd">
<tt>String</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
query string of the request URI. It is set on the IN message by
<tt>DefaultRestletBinding</tt> when the restlet component receives a request.
</td></tr><tr><td col
span="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpResponseCode</tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> or
<tt>Integer</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> The
response code can be set on the OUT message by the application/processor. The
value is the response code of the response message. If this header is not set,
the response code is set by the restlet runtime engine. </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>CamelHttpUri</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td
colspan="1" rowspan="1" class="confluenceTd"> The HTTP request URI. This is
set in the IN message header. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletLogin</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>String</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> Login name for basic authentication. It is
set on the IN me
ssage by the application and gets filtered before the restlet request header
by Camel. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletPassword</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Password name for basic authentication. It is set on the
IN message by the application and gets filtered before the restlet request
header by Camel. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>CamelRestletRequest</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <tt>Request</tt> </td><td colspan="1"
rowspan="1" class="confluenceTd"> <b>Camel 2.8:</b> The
<tt>org.restlet.Request</tt> object which holds all request details.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>CamelRestletResponse</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>Response</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd">
<b>Camel 2.8:</b> The <tt>org.restlet.Response</tt> object. You can use this
to create responses using the API from Restlet. See examples below.
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
<tt>org.restlet.*</tt> </td><td colspan="1" rowspan="1"
class="confluenceTd"> </td><td colspan="1" rowspan="1"
class="confluenceTd"> Attributes of a Restlet message that get propagated to
Camel IN headers. </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>cache-control</tt></td><td colspan="1" rowspan="1"
class="confluenceTd"> <tt>String</tt> or <tt>List<CacheDirective></tt>
</td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.11:</b> User
can set the cache-control with the String value or the List of CacheDirective
of Restlet from the camel message header. </td></tr></tbody></table>
</div>
</div>