|
Class Summary |
| CamelModule |
A base Guice module for creating a CamelContext leaving it up to the users module
to bind a Set for the routing rules. |
| CamelModuleWithMatchingRoutes |
A Guice Module which injects the CamelContext with all available implementations
of RoutesBuilder which are bound to Guice with an optional Matcher to filter out the classes required. |
| CamelModuleWithRouteTypes |
A Guice Module which injects the CamelContext with the specified RoutesBuilder types - which are then injected by Guice. |
| GuiceCamelContext |
The default CamelContext implementation for working with Guice. |
| Main |
A command line tool for booting up a CamelContext using a Guice Injector via JNDI
assuming that a valid jndi.properties is on the classpath |