From ab6c8d839ac54d13839fbc28adeba73783219521 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 8 Dec 2011 23:40:12 +0200 Subject: [PATCH] INT-2300: Manual: update xpath-router sample --- docs/src/reference/docbook/samples.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/src/reference/docbook/samples.xml b/docs/src/reference/docbook/samples.xml index b9d880ca54..aa332ca912 100644 --- a/docs/src/reference/docbook/samples.xml +++ b/docs/src/reference/docbook/samples.xml @@ -692,14 +692,12 @@ 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 the default - ChannelResolver strategy which maps the XPath evaluation result to a channel reference in the ApplicationContext. - - - - + case where the order item is in stock the message is routed to the warehouse. + + + + + ]]>