I understand i could use direct but if i have routes defined in multiple
classes like

Route1 extends Routebuilder
Route2 extends RouteBuilder

i wanted something like ConfigureAllroutes extends RouteBuilder {

which can do something like

from(route1).to(route2)  e.t.c.  
}

directly refer the route classes
Hope this clarifies what im intending to do




--
View this message in context: 
http://camel.465427.n5.nabble.com/Linking-multiple-routes-tp5753789p5753797.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to