From 592f2d1dc6f9ef552191fd49366e0d42b3fbd9b0 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 23 Jun 2011 13:53:22 -0400 Subject: [PATCH] INT-1938 removed references for MapBasedChannelResolver from the reference manual --- docs/src/reference/docbook/samples.xml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/src/reference/docbook/samples.xml b/docs/src/reference/docbook/samples.xml index ac00f83be4..78d979691f 100644 --- a/docs/src/reference/docbook/samples.xml +++ b/docs/src/reference/docbook/samples.xml @@ -622,22 +622,13 @@ That includes Samples; so, if you can't find what you are looking for, let us kn A service activator is then used to pass the message into a stock checker POJO. The order item document is enriched with information from the stock checker about order item stock level. This enriched order item message is then used to route the message. In the - case where the order item is in stock the message is routed to the warehouse. The XPath router makes use of a - MapBasedChannelResolver which maps the XPath evaluation result to a channel reference. + case where the order item is in stock the message is routed to the warehouse. The XPath router makes use of the default + ChannelResolver strategy which maps the XPath evaluation result to a channel reference in the ApplicationContext. - - - - - - - - ]]>