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. - - - - - - - - ]]>