Hello all,

I'm currently writing my own camel component right now.

In all the example code I see, the constructor DefaultEndpoint(String
endpointUri, Component component) is used. I tried using the
constructor DefaultEndpoint() but then got some exceptions, so I'm
assuming that DefaultEndpoint() and DefaultEndpoint(String
endpointUri) are only to be used if the uri and CamelContext will
later be set via setters (as in dependency injection). Is this
correct? If so, I suggest that the DefaultEndpoint javadoc be updated
to mention this to avoid future confusion.

Thanks,
David

--
Wise men _still_ seek Him.

Reply via email to