| Class | Description |
|---|---|
| CdiBeanManagerHelper |
To make looking up beans in CDI easier
|
| CdiBeanRegistry |
CdiBeanRegistry used by Camel to perform lookup into the CDI
BeanManager. |
| CdiCamelContext |
CDI
CamelContext class. |
| CdiInjector |
Injector implementation which performs injection with CDI bean provider.
|
| Main |
Allows Camel and CDI applications to be booted up on the command line as a Java Application
|
| RoutesXml |
A helper class for loading route definitions from a file, URL or the classpath
|
| Annotation Type | Description |
|---|---|
| ContextName |
Used to bind objects to a named
CamelContext instance
such as RouteBuilder instances. |
| Mock |
A qualifier for injecting instances of
MockEndpoint into a bean. |
| Uri |
An injection annotation to define the Camel URI used
to reference the underlying Camel Endpoint.
|
Apache Camel