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 2013/06/14 13:21:17 UTC

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

Author: buildbot
Date: Fri Jun 14 11:21:16 2013
New Revision: 865649

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/cxfrs.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 Jun 14 11:21:16 2013
@@ -2867,7 +2867,7 @@ You can find a Camel REST service route 
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-  from(<span class="code-quote">"cxf:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
+  from(<span class="code-quote">"cxfrs:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
     .to(<span class="code-quote">"log:TEST?showAll=<span class="code-keyword">true</span>"</span>);
 </pre>
 </div></div>
@@ -2911,7 +2911,7 @@ The DataHandler is unwrapped from the Me
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-    from(<span class="code-quote">"cxf:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
+    from(<span class="code-quote">"cxfrs:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
         .recipientList(simple(<span class="code-quote">"direct:${header.operationName}"</span>));
 
     from(<span class="code-quote">"direct:newCustomer"</span>)

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 Jun 14 11:21:16 2013
@@ -23944,7 +23944,7 @@ You can find a Camel REST service route 
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-  from(<span class="code-quote">"cxf:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
+  from(<span class="code-quote">"cxfrs:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
     .to(<span class="code-quote">"log:TEST?showAll=<span class="code-keyword">true</span>"</span>);
 </pre>
 </div></div>
@@ -23988,7 +23988,7 @@ The DataHandler is unwrapped from the Me
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-    from(<span class="code-quote">"cxf:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
+    from(<span class="code-quote">"cxfrs:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
         .recipientList(simple(<span class="code-quote">"direct:${header.operationName}"</span>));
 
     from(<span class="code-quote">"direct:newCustomer"</span>)

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

Modified: websites/production/camel/content/cxfrs.html
==============================================================================
--- websites/production/camel/content/cxfrs.html (original)
+++ websites/production/camel/content/cxfrs.html Fri Jun 14 11:21:16 2013
@@ -207,7 +207,7 @@ You can find a Camel REST service route 
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-  from(<span class="code-quote">"cxf:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
+  from(<span class="code-quote">"cxfrs:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
     .to(<span class="code-quote">"log:TEST?showAll=<span class="code-keyword">true</span>"</span>);
 </pre>
 </div></div>
@@ -251,7 +251,7 @@ The DataHandler is unwrapped from the Me
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <pre class="code-java">
-    from(<span class="code-quote">"cxf:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
+    from(<span class="code-quote">"cxfrs:bean:rsServer?bindingStyle=SimpleConsumer"</span>)
         .recipientList(simple(<span class="code-quote">"direct:${header.operationName}"</span>));
 
     from(<span class="code-quote">"direct:newCustomer"</span>)