如何访问Spring-ws端点中的HTTPheader?我的代码是这样的:publicclassMyEndpointextendsAbstractMarshallingPayloadEndpoint{protectedObjectinvokeInternal(Objectarg)throwsException{MyReqrequest=(MyReq)arg;//needtoaccesssomeHTTPheadersherereturncreateMyResp();}}invokeInternal()仅获取未编码的JAXB对象作为参数。如何访问invokeInternal()中的请求随附