C D F G I L M O R U V 

C

CdiCamelContext - Class in org.apache.camel.cdi
CDI CamelContext class that can be extended to declare custom Camel context beans.
CdiCamelContext() - Constructor for class org.apache.camel.cdi.CdiCamelContext
 
CdiCamelExtension - Class in org.apache.camel.cdi
 
CdiCamelExtension() - Constructor for class org.apache.camel.cdi.CdiCamelExtension
 
CdiEventEndpoint<T> - Class in org.apache.camel.cdi
A Camel Endpoint that bridges the CDI events facility with Camel routes so that CDI events can be seamlessly observed / consumed (respectively produced / fired) from Camel consumers (respectively by Camel producers).
context() - Method in class org.apache.camel.cdi.Uri.Literal
 
ContextName - Annotation Type in org.apache.camel.cdi
CDI qualifier to be used for multi Camel contexts CDI deployment.
ContextName.Literal - Class in org.apache.camel.cdi
 
createConsumer(Processor) - Method in class org.apache.camel.cdi.CdiEventEndpoint
 
createProducer() - Method in class org.apache.camel.cdi.CdiEventEndpoint
 

D

doStart() - Method in class org.apache.camel.cdi.Main
 
doStop() - Method in class org.apache.camel.cdi.Main
 

F

findOrCreateCamelTemplate() - Method in class org.apache.camel.cdi.Main
 

G

getCamelContextMap() - Method in class org.apache.camel.cdi.Main
 
getInstance() - Static method in class org.apache.camel.cdi.Main
Returns the currently executing instance.

I

isSingleton() - Method in class org.apache.camel.cdi.CdiEventEndpoint
 

L

loadRoutesFromClasspath(ModelCamelContext, String) - Static method in class org.apache.camel.cdi.RoutesXml
Loads the routes from the classpath
loadRoutesFromFile(ModelCamelContext, File) - Static method in class org.apache.camel.cdi.RoutesXml
Loads the routes from a File
loadRoutesFromFile(ModelCamelContext, String) - Static method in class org.apache.camel.cdi.RoutesXml
Loads the routes from a File
loadRoutesFromURL(ModelCamelContext, URL) - Static method in class org.apache.camel.cdi.RoutesXml
Loads the routes from a URL
loadRoutesFromURL(ModelCamelContext, String) - Static method in class org.apache.camel.cdi.RoutesXml
Loads the routes from a URL
loadRoutesFromXML(ModelCamelContext, String) - Static method in class org.apache.camel.cdi.RoutesXml
Loads the routes from the given XML content

M

Main - Class in org.apache.camel.cdi
Camel CDI boot integration.
Main() - Constructor for class org.apache.camel.cdi.Main
 
main(String...) - Static method in class org.apache.camel.cdi.Main
 
Mock - Annotation Type in org.apache.camel.cdi
Deprecated.
Use Uri instead:

 @Inject
 @Uri("mock:outbound")
 MockEndpoint mock;
 

O

of(String) - Static method in class org.apache.camel.cdi.ContextName.Literal
 
of(String) - Static method in class org.apache.camel.cdi.Uri.Literal
 
org.apache.camel.cdi - package org.apache.camel.cdi
 

R

RoutesXml - Class in org.apache.camel.cdi
A helper class for loading route definitions from a file, URL or the classpath

U

Uri - Annotation Type in org.apache.camel.cdi
A CDI qualifier to define the Camel URI associated to the annotated resource.
Uri.Literal - Class in org.apache.camel.cdi
 

V

value() - Method in class org.apache.camel.cdi.ContextName.Literal
 
value() - Method in class org.apache.camel.cdi.Uri.Literal
 
C D F G I L M O R U V 

Apache Camel