At present the four bundles of foreign service based on HTTP url way (in the
future will provide services in web service way).
If a camel route ACTS as a bundle of similar scheduling function.This bundle
will have contact with the four bundles.
If I the camel route is configured with a-->b-->c-->d,
First I want to ask some questions about your use case.
Are these four bundles provide the services which your camel route can access?
If so, you can use camel to define the routes to implement you business logic.
If not, you need to tell us how to access the services of these four bundle.
As