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 2015/04/13 09:21:25 UTC

svn commit: r947379 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache mail.html

Author: buildbot
Date: Mon Apr 13 07:21:25 2015
New Revision: 947379

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/mail.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 Apr 13 07:21:25 2015
@@ -1325,11 +1325,11 @@ template.send("direct:alias-verify&
                     </div>
     </div>
 <p>The <strong>cxf:</strong> component provides integration with <a shape="rect" href="http://cxf.apache.org">Apache CXF</a> for connecting to JAX-WS services hosted in CXF.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1428329859242 {padding: 0px;}
-div.rbtoc1428329859242 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428329859242 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428909540274 {padding: 0px;}
+div.rbtoc1428909540274 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428909540274 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1428329859242">
+/*]]>*/</style></p><div class="toc-macro rbtoc1428909540274">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-Thedescriptionsofthedataformats">The descriptions of the dataformats</a>
@@ -7433,7 +7433,9 @@ from(&quot;pop3://james@mymailserver.com
   &lt;to uri=&quot;mock:split&quot;/&gt;
 &lt;/split&gt;
 ]]></script>
-</div></div><h3 id="BookComponentAppendix-UsingcustomSearchTerm">Using custom SearchTerm</h3><p><strong>Available as of Camel 2.11</strong></p><p>You can configure a <code>searchTerm</code> on the <code>MailEndpoint</code> which allows you to filter out unwanted mails.</p><p>For example to filter mails to contain Camel in either Subject or Text you can do as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>&#160;</p><p>From Camel 2.16 onwards you can also split the attachments as byte[] to be stored as the message body. This is done by creating the expression with boolean true</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[SplitAttachmentsExpression split = SplitAttachmentsExpression(true);]]></script>
+</div></div><p>And then use the expression with the splitter eip.</p><h3 id="BookComponentAppendix-UsingcustomSearchTerm">Using custom SearchTerm</h3><p><strong>Available as of Camel 2.11</strong></p><p>You can configure a <code>searchTerm</code> on the <code>MailEndpoint</code> which allows you to filter out unwanted mails.</p><p>For example to filter mails to contain Camel in either Subject or Text you can do as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;route&gt;
   &lt;from uri=&quot;imaps://mymailseerver?username=foo&amp;password=secret&amp;searchTerm.subjectOrBody=Camel&quot;/&gt;
   &lt;to uri=&quot;bean:myBean&quot;/&gt;

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 Apr 13 07:21:25 2015
@@ -4126,11 +4126,11 @@ While not actual tutorials you might fin
                     </div>
     </div>
 <h2 id="BookInOnePage-Preface">Preface</h2><p>This tutorial aims to guide the reader through the stages of creating a project which uses Camel to facilitate the routing of messages from a JMS queue to a <a shape="rect" class="external-link" href="http://www.springramework.org" rel="nofollow">Spring</a> service. The route works in a synchronous fashion returning a response to the client.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1428646735791 {padding: 0px;}
-div.rbtoc1428646735791 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428646735791 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428909566332 {padding: 0px;}
+div.rbtoc1428909566332 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428909566332 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1428646735791">
+/*]]>*/</style></p><div class="toc-macro rbtoc1428909566332">
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-JmsRemoting-TutorialonSpringRemotingwithJMS">Tutorial on Spring Remoting with JMS</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-Preface">Preface</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-Distribution">Distribution</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-About">About</a></li><li><a shape="rect" href="#Tutorial-JmsRemoting-CreatetheCamelProject">Create the Camel Project</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-JmsRemoting-UpdatethePOMwithDependencies">Update the POM with Dependencies</a></li></ul>
 </li><li><a shape="rect" href="#Tutorial-JmsRemoting-WritingtheServer">Writing the Server</a>
@@ -6316,11 +6316,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1428646736118 {padding: 0px;}
-div.rbtoc1428646736118 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428646736118 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428909566677 {padding: 0px;}
+div.rbtoc1428909566677 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428909566677 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1428646736118">
+/*]]>*/</style><div class="toc-macro rbtoc1428909566677">
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-AXIS-Camel-TutorialusingAxis1.4withApacheCamel">Tutorial using Axis 1.4 with Apache Camel</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-AXIS-Camel-Prerequisites">Prerequisites</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-Distribution">Distribution</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-Introduction">Introduction</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-SettinguptheprojecttorunAxis">Setting up the project to run Axis</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#Tutorial-AXIS-Camel-Maven2">Maven 2</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-wsdl">wsdl</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-ConfiguringAxis">Configuring Axis</a></li><li><a shape="rect" href="#Tutorial-AXIS-Camel-RunningtheExample">Running the Example</a></li></ul>
@@ -18937,11 +18937,11 @@ template.send(&quot;direct:alias-verify&
                     </div>
     </div>
 <p>The <strong>cxf:</strong> component provides integration with <a shape="rect" href="http://cxf.apache.org">Apache CXF</a> for connecting to JAX-WS services hosted in CXF.</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1428646758139 {padding: 0px;}
-div.rbtoc1428646758139 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1428646758139 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1428909586574 {padding: 0px;}
+div.rbtoc1428909586574 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1428909586574 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1428646758139">
+/*]]>*/</style></p><div class="toc-macro rbtoc1428909586574">
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-CXFComponent">CXF Component</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-URIformat">URI format</a></li><li><a shape="rect" href="#CXF-Options">Options</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#CXF-Thedescriptionsofthedataformats">The descriptions of the dataformats</a>
@@ -25045,7 +25045,9 @@ from(&quot;pop3://james@mymailserver.com
   &lt;to uri=&quot;mock:split&quot;/&gt;
 &lt;/split&gt;
 ]]></script>
-</div></div><h3 id="BookInOnePage-UsingcustomSearchTerm">Using custom SearchTerm</h3><p><strong>Available as of Camel 2.11</strong></p><p>You can configure a <code>searchTerm</code> on the <code>MailEndpoint</code> which allows you to filter out unwanted mails.</p><p>For example to filter mails to contain Camel in either Subject or Text you can do as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>&#160;</p><p>From Camel 2.16 onwards you can also split the attachments as byte[] to be stored as the message body. This is done by creating the expression with boolean true</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[SplitAttachmentsExpression split = SplitAttachmentsExpression(true);]]></script>
+</div></div><p>And then use the expression with the splitter eip.</p><h3 id="BookInOnePage-UsingcustomSearchTerm">Using custom SearchTerm</h3><p><strong>Available as of Camel 2.11</strong></p><p>You can configure a <code>searchTerm</code> on the <code>MailEndpoint</code> which allows you to filter out unwanted mails.</p><p>For example to filter mails to contain Camel in either Subject or Text you can do as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;route&gt;
   &lt;from uri=&quot;imaps://mymailseerver?username=foo&amp;password=secret&amp;searchTerm.subjectOrBody=Camel&quot;/&gt;
   &lt;to uri=&quot;bean:myBean&quot;/&gt;

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

Modified: websites/production/camel/content/mail.html
==============================================================================
--- websites/production/camel/content/mail.html (original)
+++ websites/production/camel/content/mail.html Mon Apr 13 07:21:25 2015
@@ -287,7 +287,9 @@ from(&quot;pop3://james@mymailserver.com
   &lt;to uri=&quot;mock:split&quot;/&gt;
 &lt;/split&gt;
 ]]></script>
-</div></div><h3 id="Mail-UsingcustomSearchTerm">Using custom SearchTerm</h3><p><strong>Available as of Camel 2.11</strong></p><p>You can configure a <code>searchTerm</code> on the <code>MailEndpoint</code> which allows you to filter out unwanted mails.</p><p>For example to filter mails to contain Camel in either Subject or Text you can do as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p>&#160;</p><p>From Camel 2.16 onwards you can also split the attachments as byte[] to be stored as the message body. This is done by creating the expression with boolean true</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[SplitAttachmentsExpression split = SplitAttachmentsExpression(true);]]></script>
+</div></div><p>And then use the expression with the splitter eip.</p><h3 id="Mail-UsingcustomSearchTerm">Using custom SearchTerm</h3><p><strong>Available as of Camel 2.11</strong></p><p>You can configure a <code>searchTerm</code> on the <code>MailEndpoint</code> which allows you to filter out unwanted mails.</p><p>For example to filter mails to contain Camel in either Subject or Text you can do as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[&lt;route&gt;
   &lt;from uri=&quot;imaps://mymailseerver?username=foo&amp;password=secret&amp;searchTerm.subjectOrBody=Camel&quot;/&gt;
   &lt;to uri=&quot;bean:myBean&quot;/&gt;