A quick question which I am sure has an easy answer but I am getting a bit befuddled ...
A have a simple web user interface where I want to list routes in a context with their id's and descrtiption. One purpose is being able to stop and start them. Because I am interested in the description I am calling getRouteDefinitions() off the camel context to get my list (my first instinct was to call getRoutes() ). But what is the difference between the RouteDefinition and the Route? Or maybe more to the point, what is the relationship between them? If I have a RouteDefinition there isn't a getRoute() method on it. Does this imply that that will not be necessarily a one to one relationship between them. I could have a RouteDefinition and use it to create many Routes? Sorry if I seem confused - if there is a relevant section of the docs to look at please point me there if you can. Regards Bob
