You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2007/03/12 18:38:04 UTC

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

Author: asankha
Date: Mon Mar 12 10:38:03 2007
New Revision: 517302

URL: http://svn.apache.org/viewvc?view=rev&rev=517302
Log:
minor update for format attribute to specify format of message going out from an endpoint (i.e. soap|pox|soap11|soap12)

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=517302&r1=517301&r2=517302
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html (original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html Mon Mar 12 10:38:03 2007
@@ -158,7 +158,7 @@
 
 <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;
+<pre>&lt;address uri="endpoint-address" format="soap|soap11|soap12|pox" [optimize="mtom|swa"]&gt;
   &lt;enableRM [policy="key"]/&gt;?
   &lt;enableSec [policy="key"]/&gt;?
   &lt;enableAddressing/&gt;?



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