[root]/modules/extensions/src/main/resources/META-INF/services
Script mediator enhancements http://issues.apache.org/jira/browse/SYNAPSE-67
Applying patch from Kasun with the following original comments:
The attached patch combines the script and inline script mediators
Updates the code for consistent logging and tracing support
Uses caching of scripts loaded from the registry
Supports AXIOM/E4X for performance if made available at runtime (Currently compiles with the non-Axiom JARS)
Adds javadocs and updated unit tests
0 lines of code changed in:
add throttle mediator
Throttle mediator can configure using policy
The syntax for it
<throttle><policy key=""/></throttle> OR <throttle><policy>InLineXML</policy></throttle>
3 lines of code changed in:
removed json, pox and rm mediators which are now obsolte or not required
refactored the packages for some of the xslt and validate mediator/related classes
0 lines of code changed in:
add ScriptMediatorSerializer and test cases for that
0 lines of code changed in: