Uses of Class
org.apache.camel.spring.SpringCamelContext

Packages that use SpringCamelContext
org.apache.camel.spring The classes for working with Camel and Spring along with the primary factory beans. 
 

Uses of SpringCamelContext in org.apache.camel.spring
 

Methods in org.apache.camel.spring that return SpringCamelContext
protected  SpringCamelContext CamelContextFactoryBean.createContext()
          Create the context
 SpringCamelContext CamelContextFactoryBean.getContext()
           
static SpringCamelContext SpringCamelContext.springCamelContext(ApplicationContext applicationContext)
           
static SpringCamelContext SpringCamelContext.springCamelContext(String configLocations)
           
 

Methods in org.apache.camel.spring with parameters of type SpringCamelContext
 void CamelContextFactoryBean.setContext(SpringCamelContext context)
           
 

Constructors in org.apache.camel.spring with parameters of type SpringCamelContext
RouteBuilderFinder(SpringCamelContext camelContext, String[] packages, ClassLoader classLoader, BeanPostProcessor postProcessor, PackageScanClassResolver resolver)
           
 



Apache CAMEL