<int-http:outbound-gateway request-channel="searchRequest"
reply-channel="searchResponse"
http-method="GET" expected-response-type="java.lang.String"
mapped-response-headers="Content-Type" />
I can't see a property like supported-methods of inbound-gateway in the above one, where we can provide multiple methods in a single gateway. Is there a way to achieve the same with single outbound gateway to support multiple http methods?