Uses of Class
org.apache.camel.guice.jsr250.Jsr250Module

Packages that use Jsr250Module
org.apache.camel.guice   
 

Uses of Jsr250Module in org.apache.camel.guice
 

Subclasses of Jsr250Module 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.
 



Apache Camel