<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方法?