Author: buildbot
Date: Mon Jun 25 15:21:49 2012
New Revision: 823129

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/stream.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 Mon Jun 25 
15:21:49 2012
@@ -15720,7 +15720,7 @@ stream:url[?options]
 
 <h3><a shape="rect" name="BookComponentAppendix-Messagecontent"></a>Message 
content</h3>
 
-<p>The <b>stream:</b> component supports either <tt>String</tt> or 
<tt>byte[]</tt> for writing to streams. Just add either <tt>String</tt> or 
<tt>byte[]</tt> content to the <tt>message.in.body</tt>. Messages sent to the 
<b>stream:</b> producer in binary mode are not followed by the newline 
character (as opposed to the <tt>String</tt> messages).<br clear="none">
+<p>The <b>stream:</b> component supports either <tt>String</tt> or 
<tt>byte[]</tt> for writing to streams. Just add either <tt>String</tt> or 
<tt>byte[]</tt> content to the <tt>message.in.body</tt>. Messages sent to the 
<b>stream:</b> producer in binary mode are not followed by the newline 
character (as opposed to the <tt>String</tt> messages). Message with 
<tt>null</tt> body will not be appended to the output stream.<br clear="none">
 The special <tt>stream:header</tt> URI is used for custom output streams. Just 
add a <tt>java.io.OutputStream</tt> object to <tt>message.in.header</tt> in the 
key <tt>header</tt>.<br clear="none">
 See samples for an example.</p>
 

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 Mon Jun 25 15:21:49 
2012
@@ -36168,7 +36168,7 @@ stream:url[?options]
 
 <h3><a shape="rect" name="BookInOnePage-Messagecontent"></a>Message 
content</h3>
 
-<p>The <b>stream:</b> component supports either <tt>String</tt> or 
<tt>byte[]</tt> for writing to streams. Just add either <tt>String</tt> or 
<tt>byte[]</tt> content to the <tt>message.in.body</tt>. Messages sent to the 
<b>stream:</b> producer in binary mode are not followed by the newline 
character (as opposed to the <tt>String</tt> messages).<br clear="none">
+<p>The <b>stream:</b> component supports either <tt>String</tt> or 
<tt>byte[]</tt> for writing to streams. Just add either <tt>String</tt> or 
<tt>byte[]</tt> content to the <tt>message.in.body</tt>. Messages sent to the 
<b>stream:</b> producer in binary mode are not followed by the newline 
character (as opposed to the <tt>String</tt> messages). Message with 
<tt>null</tt> body will not be appended to the output stream.<br clear="none">
 The special <tt>stream:header</tt> URI is used for custom output streams. Just 
add a <tt>java.io.OutputStream</tt> object to <tt>message.in.header</tt> in the 
key <tt>header</tt>.<br clear="none">
 See samples for an example.</p>
 

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

Modified: websites/production/camel/content/stream.html
==============================================================================
--- websites/production/camel/content/stream.html (original)
+++ websites/production/camel/content/stream.html Mon Jun 25 15:21:49 2012
@@ -125,7 +125,7 @@ stream:url[?options]
 
 <h3><a shape="rect" name="Stream-Messagecontent"></a>Message content</h3>
 
-<p>The <b>stream:</b> component supports either <tt>String</tt> or 
<tt>byte[]</tt> for writing to streams. Just add either <tt>String</tt> or 
<tt>byte[]</tt> content to the <tt>message.in.body</tt>. Messages sent to the 
<b>stream:</b> producer in binary mode are not followed by the newline 
character (as opposed to the <tt>String</tt> messages).<br clear="none">
+<p>The <b>stream:</b> component supports either <tt>String</tt> or 
<tt>byte[]</tt> for writing to streams. Just add either <tt>String</tt> or 
<tt>byte[]</tt> content to the <tt>message.in.body</tt>. Messages sent to the 
<b>stream:</b> producer in binary mode are not followed by the newline 
character (as opposed to the <tt>String</tt> messages). Message with 
<tt>null</tt> body will not be appended to the output stream.<br clear="none">
 The special <tt>stream:header</tt> URI is used for custom output streams. Just 
add a <tt>java.io.OutputStream</tt> object to <tt>message.in.header</tt> in the 
key <tt>header</tt>.<br clear="none">
 See samples for an example.</p>
 


Reply via email to