I am trying to integrate my CXF restful webservices with apache camel. the requirement is that when someone hits my webservice, i take the request parameters and connect to google or some service provider to search for results using the request parameters. lets say my webservice is foo:bar and i want to connect to google after this foo:bar gets hit. this means my camel route would be something like that :I am trying to integrate my CXF restful webserv