You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by is...@apache.org on 2016/11/14 14:12:33 UTC

svn commit: r1769635 - /synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/mediators.xml

Author: isudana
Date: Mon Nov 14 14:12:33 2016
New Revision: 1769635

URL: http://svn.apache.org/viewvc?rev=1769635&view=rev
Log:
Loopback documentation from Vanji - SYNAPSE-1053

Modified:
    synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/mediators.xml

Modified: synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/mediators.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/mediators.xml?rev=1769635&r1=1769634&r2=1769635&view=diff
==============================================================================
--- synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/mediators.xml (original)
+++ synapse/trunk/java/modules/documentation/src/site/xdoc/userguide/mediators.xml Mon Nov 14 14:12:33 2016
@@ -21,6 +21,7 @@
                         <li><a href="#Property">Property Mediator</a></li>
                         <li><a href="#Send">Send Mediator</a></li>
                         <li><a href="#Respond">Respond Mediator</a></li>
+                        <li><a href="#Loopback">Loopback Mediator</a></li>
                     </ul>
                 </li>
                 <li>
@@ -311,6 +312,13 @@
                 </p>
                 <div class="xmlConf">&lt;respond/&gt;</div>
             </subsection>
+            <subsection name="Loopback Mediator" id="Loopback">
+                <p>
+                    The Loopback Mediator moves the message from the In flow to the Out flow.
+                    All the configuration in the In flow that appears after the Loopback mediator is skipped.
+                </p>
+                <div class="xmlConf">&lt;loopback/&gt;</div>
+            </subsection>
         </section>
         <section name="Filter Mediators" id="FilterMediators">
             <subsection name="Filter Mediator" id="Filter">