You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ru...@apache.org on 2007/03/06 13:50:35 UTC

svn commit: r515109 - /webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html

Author: ruwan
Date: Tue Mar  6 04:50:34 2007
New Revision: 515109

URL: http://svn.apache.org/viewvc?view=rev&rev=515109
Log:
Small modification to the configuratiuon language

Modified:
    webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html

Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html?view=diff&rev=515109&r1=515108&r2=515109
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html (original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html Tue Mar  6 04:50:34 2007
@@ -156,6 +156,7 @@
    address-endpoint   |   wsdl-endpoint   |   load-balanced-endpoint   |   fail-over-endpoint
 &lt;/endpoint&gt;</pre>
 
+<h4>Address Endpoint</h4>
 <p>An address-endpoint token refers to an endpoint address definition as follows:</p>
 <pre>&lt;address uri="endpoint-address" format="soap|soap11|soap12|pox"&gt;
   &lt;enableRM [policy="key"]/&gt;?
@@ -163,6 +164,7 @@
   &lt;enableAddressing/&gt;?
 &lt;/address&gt;</pre>
 
+<h4>WSDL Endpoint</h4>
 <p>A wsdl-endpoint token refers to a WSDL endpoint definition as follows:</p>
 <pre>&lt;wsdl [uri="wsdl-uri"] [service="qname"] [port/endpoint="qname"]&gt;
   &lt;wsdl:definition&gt;...&lt;/wsdl:definition&gt;?
@@ -173,11 +175,13 @@
 &lt;/wsdl&gt;</pre>
 <p>The WSDL could be defined in-line within the endpoint definition or as a uri reference and the service &amp; port/endpoint specified if multiple options are present.</p>
 
+<h4>Load balanced Endpoint</h4>
 <p>A load-balanced-endpoint token refers to a load balancing configuration from which the destination endpoint would be selected depending on the evaluation of the current message against the load balacing algorithm</p>
 <pre>&lt;loadBalance policy="string"&gt;
   &lt;endpoint .../&gt;+
 &lt;/loadBalance&gt;</pre>
 
+<h4>Failover Endpoint</h4>
 <p>A fail-over-endpoint token refers to a fail-over configuration definition from which an endpoint is selected if the sending of a message to the endpoint results in a failure</p>
 <pre>&lt;failOver policy="string"&gt;
   &lt;endpoint .../&gt;+



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org