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 2014/09/26 05:22:46 UTC

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

Author: buildbot
Date: Fri Sep 26 03:22:46 2014
New Revision: 923652

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/cxf.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 Sep 26 03:22:46 2014
@@ -1529,11 +1529,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.rbtoc1411633044013 {padding: 0px;}
-div.rbtoc1411633044013 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1411633044013 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1411701557956 {padding: 0px;}
+div.rbtoc1411701557956 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1411701557956 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1411633044013">
+/*]]>*/</style></p><div class="toc-macro rbtoc1411701557956">
 <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>
@@ -1805,7 +1805,7 @@ public class PersonProcessor implements 
 
 }
 ]]></script>
-</div></div><h3 id="BookComponentAppendix-Howtopreparethemessageforthecamel-cxfendpointinPOJOdataformat">How to prepare the message for the camel-cxf endpoint in POJO data format</h3><p>The <code>camel-cxf</code> endpoint producer is based on the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/Client.java">cxf client API</a>. First you need to specify the operation name in the message header, then add the method parameters to a list, and initialize the message with this parameter list. The response message's body is a messageContentsList, you can get the result from that list.</p><p>If you want to get the object array from the message body, you can get the body using <code>message.getbody(Object[].class)</code>, as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="BookComponentAppendix-Howtopreparethemessageforthecamel-cxfendpointinPOJOdataformat">How to prepare the message for the camel-cxf endpoint in POJO data format</h3><p>The <code>camel-cxf</code> endpoint producer is based on the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/Client.java">cxf client API</a>. First you need to specify the operation name in the message header, then add the method parameters to a list, and initialize the message with this parameter list. The response message's body is a messageContentsList, you can get the result from that list.</p><p>If you don't specify the operation name in the message header, <code>CxfProducer</code> will try to use the <code>defaultOperationName </code>from <code>CxfEndpoint</code>, if there is no <code>defaultOperationName</code> set on <code>CxfEndpoint</code>, it will pickup the first operationName from the Operation list.</p><p>I
 f you want to get the object array from the message body, you can get the body using <code>message.getbody(Object[].class)</code>, as follows:</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[
 Exchange senderExchange = new DefaultExchange(context, ExchangePattern.InOut);
 final List&lt;String&gt; params = new ArrayList&lt;String&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 Fri Sep 26 03:22:46 2014
@@ -4122,11 +4122,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.rbtoc1411633052633 {padding: 0px;}
-div.rbtoc1411633052633 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1411633052633 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1411701567048 {padding: 0px;}
+div.rbtoc1411701567048 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1411701567048 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1411633052633">
+/*]]>*/</style></p><div class="toc-macro rbtoc1411701567048">
 <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>
@@ -6312,11 +6312,11 @@ So we completed the last piece in the pi
 
 
 <style type="text/css">/*<![CDATA[*/
-div.rbtoc1411633053144 {padding: 0px;}
-div.rbtoc1411633053144 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1411633053144 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1411701567399 {padding: 0px;}
+div.rbtoc1411701567399 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1411701567399 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class="toc-macro rbtoc1411633053144">
+/*]]>*/</style><div class="toc-macro rbtoc1411701567399">
 <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>
@@ -19769,11 +19769,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.rbtoc1411633060873 {padding: 0px;}
-div.rbtoc1411633060873 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1411633060873 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1411701572350 {padding: 0px;}
+div.rbtoc1411701572350 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1411701572350 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1411633060873">
+/*]]>*/</style></p><div class="toc-macro rbtoc1411701572350">
 <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>
@@ -20045,7 +20045,7 @@ public class PersonProcessor implements 
 
 }
 ]]></script>
-</div></div><h3 id="BookInOnePage-Howtopreparethemessageforthecamel-cxfendpointinPOJOdataformat">How to prepare the message for the camel-cxf endpoint in POJO data format</h3><p>The <code>camel-cxf</code> endpoint producer is based on the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/Client.java">cxf client API</a>. First you need to specify the operation name in the message header, then add the method parameters to a list, and initialize the message with this parameter list. The response message's body is a messageContentsList, you can get the result from that list.</p><p>If you want to get the object array from the message body, you can get the body using <code>message.getbody(Object[].class)</code>, as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="BookInOnePage-Howtopreparethemessageforthecamel-cxfendpointinPOJOdataformat">How to prepare the message for the camel-cxf endpoint in POJO data format</h3><p>The <code>camel-cxf</code> endpoint producer is based on the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/Client.java">cxf client API</a>. First you need to specify the operation name in the message header, then add the method parameters to a list, and initialize the message with this parameter list. The response message's body is a messageContentsList, you can get the result from that list.</p><p>If you don't specify the operation name in the message header, <code>CxfProducer</code> will try to use the <code>defaultOperationName </code>from <code>CxfEndpoint</code>, if there is no <code>defaultOperationName</code> set on <code>CxfEndpoint</code>, it will pickup the first operationName from the Operation list.</p><p>If you wa
 nt to get the object array from the message body, you can get the body using <code>message.getbody(Object[].class)</code>, as follows:</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[
 Exchange senderExchange = new DefaultExchange(context, ExchangePattern.InOut);
 final List&lt;String&gt; params = new ArrayList&lt;String&gt;();

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

Modified: websites/production/camel/content/cxf.html
==============================================================================
--- websites/production/camel/content/cxf.html (original)
+++ websites/production/camel/content/cxf.html Fri Sep 26 03:22:46 2014
@@ -99,11 +99,11 @@
                     </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.rbtoc1411633042810 {padding: 0px;}
-div.rbtoc1411633042810 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1411633042810 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1411701556368 {padding: 0px;}
+div.rbtoc1411701556368 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1411701556368 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1411633042810">
+/*]]>*/</style></p><div class="toc-macro rbtoc1411701556368">
 <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>
@@ -375,7 +375,7 @@ public class PersonProcessor implements 
 
 }
 ]]></script>
-</div></div><h3 id="CXF-Howtopreparethemessageforthecamel-cxfendpointinPOJOdataformat">How to prepare the message for the camel-cxf endpoint in POJO data format</h3><p>The <code>camel-cxf</code> endpoint producer is based on the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/Client.java">cxf client API</a>. First you need to specify the operation name in the message header, then add the method parameters to a list, and initialize the message with this parameter list. The response message's body is a messageContentsList, you can get the result from that list.</p><p>If you want to get the object array from the message body, you can get the body using <code>message.getbody(Object[].class)</code>, as follows:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><h3 id="CXF-Howtopreparethemessageforthecamel-cxfendpointinPOJOdataformat">How to prepare the message for the camel-cxf endpoint in POJO data format</h3><p>The <code>camel-cxf</code> endpoint producer is based on the <a shape="rect" class="external-link" href="https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/endpoint/Client.java">cxf client API</a>. First you need to specify the operation name in the message header, then add the method parameters to a list, and initialize the message with this parameter list. The response message's body is a messageContentsList, you can get the result from that list.</p><p>If you don't specify the operation name in the message header, <code>CxfProducer</code> will try to use the <code>defaultOperationName </code>from <code>CxfEndpoint</code>, if there is no <code>defaultOperationName</code> set on <code>CxfEndpoint</code>, it will pickup the first operationName from the Operation list.</p><p>If you want to get 
 the object array from the message body, you can get the body using <code>message.getbody(Object[].class)</code>, as follows:</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[
 Exchange senderExchange = new DefaultExchange(context, ExchangePattern.InOut);
 final List&lt;String&gt; params = new ArrayList&lt;String&gt;();