如何从拦截器中提供的 MessageContext 获取 ServletContext 对象?下面的 TODO 假设是一个 ServletContext。
@Override
public boolean handleRequest(MessageContext messageContext, Object endpoint)
throws Exception {
WebApplicationContext applicationContext =
WebApplicationContextUtils.getWebApplicationContext(TODO);
TestIdentitiesService service = applicationContext.getBean(TestIdentitiesService.class);