Author: buildbot
Date: Fri Dec 12 14:19:28 2014
New Revision: 932444

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/book-languages-appendix.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/simple.html

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 Dec 12 14:19:28 
2014
@@ -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.rbtoc1418296691140 {padding: 0px;}
-div.rbtoc1418296691140 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1418296691140 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1418393862185 {padding: 0px;}
+div.rbtoc1418393862185 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1418393862185 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1418296691140">
+/*]]>*/</style></p><div class="toc-macro rbtoc1418393862185">
 <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.rbtoc1418296691917 {padding: 0px;}
-div.rbtoc1418296691917 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1418296691917 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1418393863657 {padding: 0px;}
+div.rbtoc1418393863657 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1418393863657 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1418296691917">
+/*]]>*/</style><div class="toc-macro rbtoc1418393863657">
 <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>
@@ -9109,6 +9109,11 @@ from(&quot;direct:start&quot;)
   &lt;simple&gt;The following text\nis on a new line&lt;/simple&gt;
 &lt;/transform&gt;
 ]]></script>
+</div></div><h3 
id="BookInOnePage-Leadingandtrailingwhitespacehandling">Leading and trailing 
whitespace handling</h3><p><strong>Available as of Camel 
2.10.0</strong></p><p>From Camel 2.10.0 onwards, the trim attribute of the 
expression can be used to control whether the leading and trailing whitespace 
characters are removed or preserved. The default value is true, which removes 
the whitespace characters.</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;setBody&gt;
+  &lt;simple trim=&quot;false&quot;&gt;You get some trailing whitespace 
characters.     &lt;/simple&gt;
+&lt;/setBody&gt;
+]]></script>
 </div></div><h3 id="BookInOnePage-Settingresulttype">Setting result 
type</h3><p><strong>Available as of Camel 2.8</strong></p><p>You can now 
provide a result type to the <a shape="rect" href="simple.html">Simple</a> 
expression, which means the result of the evaluation will be converted to the 
desired type. This is most useable to define types such as booleans, integers, 
etc.</p><p>For example to set a header as a boolean type you can do:</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[.setHeader(&quot;cool&quot;, 
simple(&quot;true&quot;, Boolean.class))
 ]]></script>
@@ -19224,11 +19229,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.rbtoc1418296704442 {padding: 0px;}
-div.rbtoc1418296704442 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1418296704442 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1418393885717 {padding: 0px;}
+div.rbtoc1418393885717 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1418393885717 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1418296704442">
+/*]]>*/</style></p><div class="toc-macro rbtoc1418393885717">
 <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>

Modified: websites/production/camel/content/book-languages-appendix.html
==============================================================================
--- websites/production/camel/content/book-languages-appendix.html (original)
+++ websites/production/camel/content/book-languages-appendix.html Fri Dec 12 
14:19:28 2014
@@ -1310,6 +1310,11 @@ from(&quot;direct:start&quot;)
   &lt;simple&gt;The following text\nis on a new line&lt;/simple&gt;
 &lt;/transform&gt;
 ]]></script>
+</div></div><h3 
id="BookLanguagesAppendix-Leadingandtrailingwhitespacehandling">Leading and 
trailing whitespace handling</h3><p><strong>Available as of Camel 
2.10.0</strong></p><p>From Camel 2.10.0 onwards, the trim attribute of the 
expression can be used to control whether the leading and trailing whitespace 
characters are removed or preserved. The default value is true, which removes 
the whitespace characters.</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;setBody&gt;
+  &lt;simple trim=&quot;false&quot;&gt;You get some trailing whitespace 
characters.     &lt;/simple&gt;
+&lt;/setBody&gt;
+]]></script>
 </div></div><h3 id="BookLanguagesAppendix-Settingresulttype">Setting result 
type</h3><p><strong>Available as of Camel 2.8</strong></p><p>You can now 
provide a result type to the <a shape="rect" href="simple.html">Simple</a> 
expression, which means the result of the evaluation will be converted to the 
desired type. This is most useable to define types such as booleans, integers, 
etc.</p><p>For example to set a header as a boolean type you can do:</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[.setHeader(&quot;cool&quot;, 
simple(&quot;true&quot;, Boolean.class))
 ]]></script>

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

Modified: websites/production/camel/content/simple.html
==============================================================================
--- websites/production/camel/content/simple.html (original)
+++ websites/production/camel/content/simple.html Fri Dec 12 14:19:28 2014
@@ -355,6 +355,11 @@ from(&quot;direct:start&quot;)
   &lt;simple&gt;The following text\nis on a new line&lt;/simple&gt;
 &lt;/transform&gt;
 ]]></script>
+</div></div><h3 id="Simple-Leadingandtrailingwhitespacehandling">Leading and 
trailing whitespace handling</h3><p><strong>Available as of Camel 
2.10.0</strong></p><p>From Camel 2.10.0 onwards, the trim attribute of the 
expression can be used to control whether the leading and trailing whitespace 
characters are removed or preserved. The default value is true, which removes 
the whitespace characters.</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;setBody&gt;
+  &lt;simple trim=&quot;false&quot;&gt;You get some trailing whitespace 
characters.     &lt;/simple&gt;
+&lt;/setBody&gt;
+]]></script>
 </div></div><h3 id="Simple-Settingresulttype">Setting result 
type</h3><p><strong>Available as of Camel 2.8</strong></p><p>You can now 
provide a result type to the <a shape="rect" href="simple.html">Simple</a> 
expression, which means the result of the evaluation will be converted to the 
desired type. This is most useable to define types such as booleans, integers, 
etc.</p><p>For example to set a header as a boolean type you can do:</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[.setHeader(&quot;cool&quot;, 
simple(&quot;true&quot;, Boolean.class))
 ]]></script>


Reply via email to