http出站网关的拦截器

时间:2015-07-22 14:43:45

标签: spring spring-integration

sprint集成http出站网关是否有任何配置属性可以将拦截器添加到org.springframework.web.client.RestTemplate中?

我想拦截httpRequest以在请求中添加一些安全信息(比如ws-ouboundgatewy中的拦截器属性),但我在http出站网关中看不到任何拦截器配置选项?。

我们还有其他选择来实现此功能吗?

1 个答案:

答案 0 :(得分:1)

您可以使用第一个$scope.updateData = function() { return 'Hello'; } 属性向<int-http:outbound-gateway>任意自定义RestTemplate bean注入。

但是从另一方面来看,rest-template中我没有看到任何关于拦截器逻辑的提及......