MessageType msgType = MessageType.valueOf(tas.getMessageType());
AppliesToType appliesToType = AppliesToType.valueOf(tas.getAppliesTo());
//XSLTInInterceptor xsltIn = new XSLTInInterceptor(inXSLTPath);
HttpAwareXSLTInInterceptor xsltIn
= new HttpAwareXSLTInInterceptor(xsltPath);
xsltIn.setMsgType(msgType);
xsltIn.setAppliesToType(appliesToType);
xsltIn.handleMessage(message);
}
}