[jboss-svn-commits] JBL Code SVN: r35451 - labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Oct 7 05:22:28 EDT 2010


Author: mageshbk at jboss.com
Date: 2010-10-07 05:22:27 -0400 (Thu, 07 Oct 2010)
New Revision: 35451

Modified:
   labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml
Log:
[JBESB-1914] - Updated documentation on wrap switch for HttpRouter.

Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml	2010-10-07 08:56:06 UTC (rev 35450)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_routing.xml	2010-10-07 09:22:27 UTC (rev 35451)
@@ -175,6 +175,19 @@
                 </thead>
                 <tbody>
                     <row>
+                        <entry><property>unwrap</property></entry>
+                        <entry>
+                            <para>
+                            Setting this to <literal>true</literal> (the default) will extract the message
+                            payload from the Message object before sending.
+                            <literal>false</literal> will send the serialized
+                            Message as either XML or Base64 encoded JavaSerialized
+                            object, based on the MessageType.
+                            </para>
+                        </entry>
+                        <entry>No</entry>
+                    </row>
+                    <row>
                         <entry><property>endpointUrl</property></entry>
                         <entry>
                             <para>



More information about the jboss-svn-commits mailing list