You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2009/03/20 23:49:49 UTC

svn commit: r756795 - /synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml

Author: veithen
Date: Fri Mar 20 22:49:48 2009
New Revision: 756795

URL: http://svn.apache.org/viewvc?rev=756795&view=rev
Log:
Added a link from the script mediator documentation in the Configuration Language guide to the ScriptMessageContext Javadoc.

Modified:
    synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml?rev=756795&r1=756794&r2=756795&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Fri Mar 20 22:49:48 2009
@@ -2090,6 +2090,8 @@
       natural to the scripting language. For example when using JavaScript
       getPayloadXML and setPayloadXML, E4X XML objects, and when using Ruby,
       REXML documents.
+      The complete list of available methods can be found in the 
+      <a href="apidocs/org/apache/synapse/mediators/bsf/ScriptMessageContext.html">ScriptMessageContext Javadoc</a>.
     </p>
     <h3>
       Extensibility of Synapse