Uses of Class
org.apache.camel.guice.support.GuiceyFruitModule

Packages that use GuiceyFruitModule
org.apache.camel.guice   
org.apache.camel.guice.jsr250   
 

Uses of GuiceyFruitModule in org.apache.camel.guice
 

Subclasses of GuiceyFruitModule in org.apache.camel.guice
 class CamelModule
          A base Guice module for creating a CamelContext leaving it up to the users module to bind a Set for the routing rules.
 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.
 

Uses of GuiceyFruitModule in org.apache.camel.guice.jsr250
 

Subclasses of GuiceyFruitModule in org.apache.camel.guice.jsr250
 class Jsr250Module
          A module which installs JSR 250 lifecycle and injection using the Resource annotation.
 



Apache Camel