Uses of Class
org.apache.camel.cdi.ContextName

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

Uses of ContextName in org.apache.camel.cdi.internal
 

Methods in org.apache.camel.cdi.internal with parameters of type ContextName
static String CamelExtension.getCamelContextName(String context, ContextName annotation)
          If no context name is specified then default it to the value from the ContextName annotation
 

Constructors in org.apache.camel.cdi.internal with parameters of type ContextName
BeanAdapter(ContextName startup)
           
 



Apache Camel