diff --git a/spring-integration-reference/src/gateway.xml b/spring-integration-reference/src/gateway.xml index b96421dd60..5c3b2d661d 100644 --- a/spring-integration-reference/src/gateway.xml +++ b/spring-integration-reference/src/gateway.xml @@ -44,6 +44,17 @@ approach is similar to that of Spring Remoting (RMI, HttpInvoker, etc.). See the "Samples" Appendix for an example that uses this "gateway" element. + + The reason that the attributes on the 'gateway' element are named 'default-request-channel' and + 'default-reply-channel' is that you may also provide per-method channel references by using the + @Gateway annotation. + + \ No newline at end of file