使用单个休息入站网关支持多个HTTP方法

时间:2015-08-20 06:18:03

标签: spring-integration

<int-http:outbound-gateway request-channel="searchRequest"
    reply-channel="searchResponse" 
    http-method="GET" expected-response-type="java.lang.String"
    mapped-response-headers="Content-Type" />

我无法在上面看到像inbound-gateway的supported-methods这样的属性,我们可以在一个网关中提供多个方法。有没有办法通过单个出站网关实现相同的方式来支持多个http方法?

1 个答案:

答案 0 :(得分:0)

这是出站网关。入站网关具有supported-methods,它是逗号分隔的方法名称列表。

请参阅the documentation