Author: ruwan
Date: Wed Jun 24 10:53:24 2009
New Revision: 39837
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=39837

Log:
Fixing the mediator catalog


Modified:
   trunk/esb/java/docs/site.xml
   trunk/esb/java/docs/xdoc/mediator_guide.xml

Modified: trunk/esb/java/docs/site.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/site.xml?rev=39837&r1=39836&r2=39837&view=diff
==============================================================================
--- trunk/esb/java/docs/site.xml        (original)
+++ trunk/esb/java/docs/site.xml        Wed Jun 24 10:53:24 2009
@@ -69,8 +69,6 @@
             <item name="Deployment Guide" href="deployment_guide.html"/>
             <item name="Extending ESB" href="extensions_guide.html"/>
             <item name="Configuration" href="configuration_language.html"/>
-          <item name="Sequence Editor" href="sequence_editor.html"/>
-          <item name="Mediator Guide" href="mediator_guide.html"/>
         </menu>
         <menu name="Samples">
             <item name="Samples Index" href="samples_index.html"/>
@@ -88,7 +86,7 @@
         </menu>
         <menu name="Catalogs">
             <item name="Transports" href="transports/transports-catalog.html"/>
-            <item name="Mediators" href="mediator-catalog.html"/>
+            <item name="Mediators" href="mediator_guide.html"/>            
             <item name="Endpoints" href="endpoint-catalog.html"/>
         </menu>
         <menu name="Resources">

Modified: trunk/esb/java/docs/xdoc/mediator_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/mediator_guide.xml?rev=39837&r1=39836&r2=39837&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/mediator_guide.xml (original)
+++ trunk/esb/java/docs/xdoc/mediator_guide.xml Wed Jun 24 10:53:24 2009
@@ -22,14 +22,14 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>WSO2 ESB - Mediator Guide </title>
+  <title>WSO2 ESB - Mediator Catalog </title>
   <link href="css/esb-docs.css" rel="stylesheet" />
   <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
   media="all" />
 </head>
 
 <body xml:lang="en">
-<h2>Mediator Guide </h2>
+<h2>Mediator Catalog </h2>
 
 <p>Message mediation is a fundamental part of any ESB. WSO2 ESB achieves
 message mediation through it's mediators. ESB comes with a rich set of 30 plus
@@ -112,8 +112,6 @@
 
 <p>Here are the default configurations for main and fault</p>
 
-<p></p>
-
 <p>Main:</p>
 <pre xml:space="preserve">  &lt;syn:sequence name="main" 
xmlns:syn="http://ws.apache.org/ns/synapse"&gt;
       &lt;syn:log/&gt;
@@ -131,8 +129,6 @@
   &lt;/syn:sequence&gt;
   </pre>
 
-<p></p>
-
 <p>All the messages that are not for proxy services, will be sent through the
 Main Sequence.</p>
 
@@ -179,7 +175,10 @@
 <p>As I have mentioned earlier, every sequence is a collection of mediators. A
 message delivered to a sequence will go through all its child mediators.</p>
 
-<p>Here is a brief description about built in mediators of WSO2 ESB. </p>
+<p>WSO2 ESB has a built in sequence editor which helps you to develop/edit 
sequences.
+    This <a href="sequence_editor.html">Sequence Editor Guide</a> gives an 
introduction to the
+    usage of the sequence editor. Following is the catalog of the built in 
mediators
+    of WSO2 ESB.</p>
 
 <table border="1">
   <thead>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to