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