Hi Guys,
Just a quick question about xpath-router. in xpath-router configuration it provides kind of conditional statements based on expression.
Does this provides ElSE functionality. i had a look at spring integration xsd as well but couldn't find any thing related to this. Is there any way of achieving this else functionality?Code:<int-xml:xpath-router id="responderRouter" input-channel="orderChannel"> <int-xml:xpath-expression expression="/request/responders"/> <int-xml:mapping value="responderA" channel="channelA"/> <int-xml:mapping value="responderB" channel="channelB"/> </int-xml:xpath-router>
appreciate your help
Thanks,
Kelumt


Reply With Quote
