ok, but I want to use the whole gamut of what is possible in camel during
runtime.
I have tried using the intermediate object shown by Eclipse but that
definately did not work... 


given this:

    from("....)
        .to("......)
        .filter("....")
        .choice("....);


there must be a way to do this:

     objectX x = from("....");

     x.to("......");
     x.filter(".....");
     x.choice("....");


I just need to know what that "object" happens to be... 









--
View this message in context: 
http://camel.465427.n5.nabble.com/I-want-to-build-a-camel-route-programmatically-tp5719387p5719400.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to