Uses of Class
org.apache.camel.guice.CamelModule

Packages that use CamelModule
org.apache.camel.guice   
 

Uses of CamelModule in org.apache.camel.guice
 

Subclasses of CamelModule in org.apache.camel.guice
 class 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.
 class CamelModuleWithRouteTypes
          A Guice Module which injects the CamelContext with the specified RoutesBuilder types - which are then injected by Guice.
 



Apache Camel