//XSLTInInterceptor xsltIn = new XSLTInInterceptor(inXSLTPath);
HttpAwareXSLTInInterceptor xsltIn
= new HttpAwareXSLTInInterceptor(xsltPath);
xsltIn.setMsgType(msgType);
xsltIn.setAppliesToType(appliesToType);
xsltIn.handleMessage(message);
}
}
protected void proceedSimple(Message message, TransformationAssertion tas) {