Hi,I'm trying to build my own context component as described in http://camel.apache.org/context.html. I wonder if there is a base class or interface I can use for MyContextComponent. I saw there exists org.apache.camel.Component. But the method createEndpoint() I have to implement does not make sense for a context component. Is there a better interface for this? Or should i create my own class without interface?
Thanks, Sven Bauhan