If you want to create a custom Camel component, then it can be a good idea to use the Maven archetype tooling for that, which creates a sample component all setup and ready to use as base for developing the component.
http://camel.apache.org/camel-maven-archetypes.html On Thu, Nov 21, 2013 at 11:25 AM, manchandap <[email protected]> wrote: > Thanks for your continued support on this Claus, > > I think a better way to create an Endpoint is to use the following > constructor rather then overriding the createEndpointUri() method. This > would help to keep the same info at one place. > > DefaultEndpoint(String endpointUri, Component component) > Constructs a fully-initialized DefaultEndpoint instance. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Wondering-why-DefaultEndpoint-createEndpointUri-is-not-an-abstract-method-tp5743595p5743608.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
