Does choice() help? e.g.
from(yourCxfEndpoint).choice()
.when(header("someHeader").endsWith("something"))
.to("A")
.when(header("someHeader").endsWith("somethingElse"))
.to("B");
I guess the Spring DSL you'd use <choice><when>...</etc> instead.
On 12/05/14 13:59, N.S.KARTHIK wrote:
Hi
CAMEL :CFX : WEBSERVICE : ROUTING
a little Help in above said Routing support would be appreciated ....
--
View this message in context:
http://camel.465427.n5.nabble.com/CAMEL-CFX-WEBSERVICE-ROUTING-tp5750957p5751004.html
Sent from the Camel - Users mailing list archive at Nabble.com.