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/10/27 08:19:15 UTC

svn commit: r884287 - in /websites/production/camel/content: book-dataformat-appendix.html book-in-one-page.html cache/main.pageCache soap.html

Author: buildbot
Date: Sun Oct 27 07:19:15 2013
New Revision: 884287

Log:
Production update by buildbot for camel

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

Modified: websites/production/camel/content/book-dataformat-appendix.html
==============================================================================
--- websites/production/camel/content/book-dataformat-appendix.html (original)
+++ websites/production/camel/content/book-dataformat-appendix.html Sun Oct 27 07:19:15 2013
@@ -3406,7 +3406,7 @@ from("direct:start")
 ]]></script>
 </div></div>
 
-<p>When using XML DSL there is a version attribute you can set on the &lt;soap&gt; element.</p>
+<p>When using XML DSL there is a version attribute you can set on the &lt;soapjaxb&gt; element.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
     &lt;!-- Defining a ServiceInterfaceStrategy for retrieving the element name when marshalling --&gt;
@@ -3423,7 +3423,7 @@ from("direct:start")
 &lt;route&gt;
   &lt;from uri="direct:start"/&gt;
   &lt;marshal&gt;
-    &lt;soap contentPath="com.example.customerservice" version="1.2" elementNameStrategyRef="myNameStrategy"/&gt;
+    &lt;soapjaxb contentPath="com.example.customerservice" version="1.2" elementNameStrategyRef="myNameStrategy"/&gt;
   &lt;/marshal&gt;
   &lt;to uri="jms:myQueue"/&gt;
 &lt;/route&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 Sun Oct 27 07:19:15 2013
@@ -14533,7 +14533,7 @@ from("direct:start")
 ]]></script>
 </div></div>
 
-<p>When using XML DSL there is a version attribute you can set on the &lt;soap&gt; element.</p>
+<p>When using XML DSL there is a version attribute you can set on the &lt;soapjaxb&gt; element.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
     &lt;!-- Defining a ServiceInterfaceStrategy for retrieving the element name when marshalling --&gt;
@@ -14550,7 +14550,7 @@ from("direct:start")
 &lt;route&gt;
   &lt;from uri="direct:start"/&gt;
   &lt;marshal&gt;
-    &lt;soap contentPath="com.example.customerservice" version="1.2" elementNameStrategyRef="myNameStrategy"/&gt;
+    &lt;soapjaxb contentPath="com.example.customerservice" version="1.2" elementNameStrategyRef="myNameStrategy"/&gt;
   &lt;/marshal&gt;
   &lt;to uri="jms:myQueue"/&gt;
 &lt;/route&gt;

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

Modified: websites/production/camel/content/soap.html
==============================================================================
--- websites/production/camel/content/soap.html (original)
+++ websites/production/camel/content/soap.html Sun Oct 27 07:19:15 2013
@@ -132,7 +132,7 @@ from("direct:start")
 ]]></script>
 </div></div>
 
-<p>When using XML DSL there is a version attribute you can set on the &lt;soap&gt; element.</p>
+<p>When using XML DSL there is a version attribute you can set on the &lt;soapjaxb&gt; element.</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
     &lt;!-- Defining a ServiceInterfaceStrategy for retrieving the element name when marshalling --&gt;
@@ -149,7 +149,7 @@ from("direct:start")
 &lt;route&gt;
   &lt;from uri="direct:start"/&gt;
   &lt;marshal&gt;
-    &lt;soap contentPath="com.example.customerservice" version="1.2" elementNameStrategyRef="myNameStrategy"/&gt;
+    &lt;soapjaxb contentPath="com.example.customerservice" version="1.2" elementNameStrategyRef="myNameStrategy"/&gt;
   &lt;/marshal&gt;
   &lt;to uri="jms:myQueue"/&gt;
 &lt;/route&gt;