We’ve seen how to configure a very simple Camel route that responds to web requests. It is quite possible to build a RESTful style API using routes that respond to requests on the Camel servlet, but Camel provides a better way to generate these kinds of interfaces.
Full article