From 41460e63be0f16269d62766e04f36e8c7eba8aac Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 19 Nov 2008 14:26:47 +0000 Subject: [PATCH] INT-480 --- spring-integration-reference/src/channel.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-integration-reference/src/channel.xml b/spring-integration-reference/src/channel.xml index dd19db8dd8..1ec95f25c8 100644 --- a/spring-integration-reference/src/channel.xml +++ b/spring-integration-reference/src/channel.xml @@ -346,7 +346,9 @@ public Message receive(final PollableChannel channel) { ... }]]>ChannelInterceptor interface: - ]]>]]> + + ]]>]]> In general, it is a good idea to define the interceptor implementations in a separate location since they usually provide common behavior that can be reused across multiple channels.