Author: asankha
Date: Wed Nov 1 04:50:11 2006
New Revision: 469891
URL: http://svn.apache.org/viewvc?view=rev&rev=469891
Log:
indicate how to enable addressing on an endpoint
Modified:
incubator/synapse/trunk/java/xdocs/Synapse_Configuration_Language.html
Modified: incubator/synapse/trunk/java/xdocs/Synapse_Configuration_Language.html
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/xdocs/Synapse_Configuration_Language.html?view=diff&rev=469891&r1=469890&r2=469891
==============================================================================
--- incubator/synapse/trunk/java/xdocs/Synapse_Configuration_Language.html
(original)
+++ incubator/synapse/trunk/java/xdocs/Synapse_Configuration_Language.html Wed
Nov 1 04:50:11 2006
@@ -99,8 +99,9 @@
simple URL, then extensibility elements may be used to indicate the address
(i.e. to compute the address at runtime).</p>
<pre> <endpoint name="string" [address="url"] [key="string"]>
- <enableRM [policy="key"]/>?
- <enableSec/>?
+ <enableRM/>?
+ <enableSec [policy="key"]/>?
+ <enableAddressing/>?
.. extensibility ..
</endpoint></pre>
@@ -140,7 +141,6 @@
<wsdl key="string">?
<enableRM/>?
<enableSec/>?
- <enableAddressing/>?
<policy key="string">* // optional service
level policies
// (e.g. WS-Security and/or
WS-RM policies)
<property name="string" value="string"/>* // optional service
parameters
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]