Package | Description |
---|---|
org.apache.camel.guice | |
org.apache.camel.guice.jsr250 |
Modifier and Type | Class and Description |
---|---|
class |
CamelModule
A base Guice module for creating a
CamelContext leaving it up to the users module
to bind a Set |
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. |
Modifier and Type | Class and Description |
---|---|
class |
Jsr250Module
A module which installs JSR 250 lifecycle and injection using the
Resource annotation. |
Apache Camel