Uses of Package
org.apache.camel.cdi

Packages that use org.apache.camel.cdi
org.apache.camel.cdi   
org.apache.camel.cdi.internal   
 

Classes in org.apache.camel.cdi used by org.apache.camel.cdi
Main
          Allows Camel and CDI applications to be booted up on the command line as a Java Application
 

Classes in org.apache.camel.cdi used by org.apache.camel.cdi.internal
CdiCamelContext
          CDI CamelContext class.
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