XSLTInterceptor for XML/SOAP Messages
The XSLTInterceptor allows you to apply XSLT transformations to outging or incoming messages.
Each XSLTInterceptor can by configured with two XSLT stylesheets. One will by used to transform the request while the other will be applied to the response.
The following image shows how the messages are beeing transformed:

Figure1:
Configuration
As other interceptors the XSLTInterceptor is configured in a proxies.xml file or in monitor-beans.xml.
The transform element description explains how to configure XSLT transformations.
Relative paths will by evaluated against MEMBRANE_HOME. If you don't define a property or leave its value blank, no transformation will by performed for the corresponding message.