From 5d02c2e503f3c53097f8b958c2e6bb2f15788f95 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 26 Nov 2008 03:00:26 +0000 Subject: [PATCH] Added a comment about the @Gateway annotation --- spring-integration-reference/src/gateway.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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