HttpAwareXSLTInInterceptor in = new HttpAwareXSLTInInterceptor(path);
in.setAppliesToType(appliesTo);
in.setMsgType(messageType);
provider.getInInterceptors().add(in);
HttpAwareXSLTOutInterceptor out = new HttpAwareXSLTOutInterceptor(path);
out.setAppliesToType(appliesTo);
out.setMsgType(messageType);
provider.getOutInterceptors().add(out);
provider.getOutFaultInterceptors().add(out);
}
}