Hi Yes just use the Java API, and create the endpoint instance directly. And use the getter/setters to configure it.
Some endpoints needs a reference to a component as well, for example the jetty endpoint. Some do not really need a component, for example a log endpoint etc. On Thu, Mar 1, 2012 at 10:42 AM, bezudar <[email protected]> wrote: > I am trying to use Camel to provide Chained/Pipelined queries of my own > workflows, however I do not wish to use URI's for this purpose instead > relying on Objects. Is that possible and is that a correct way to use Apache > Camel. Asked similar question in > http://stackoverflow.com/questions/9513026/creation-of-pipelined-sql-nosql-queries-in-java > StackOverflow . > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Creating-Components-and-Endpoints-Without-URI-s-tp5527424p5527424.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
