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

Packages that use SpringCamelContext
org.apache.camel.osgi Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
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.osgi
 

Subclasses of SpringCamelContext in org.apache.camel.osgi
 class OsgiSpringCamelContext
           
 

Methods in org.apache.camel.osgi that return SpringCamelContext
protected  SpringCamelContext CamelContextFactoryBean.createContext()
           
protected  SpringCamelContext CamelContextFactoryBean.newCamelContext()
           
 

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(boolean create)
           
protected  SpringCamelContext CamelContextFactoryBean.newCamelContext()
           
static SpringCamelContext SpringCamelContext.springCamelContext(org.springframework.context.ApplicationContext applicationContext)
           
static SpringCamelContext SpringCamelContext.springCamelContext(org.springframework.context.ApplicationContext applicationContext, boolean maybeStart)
           
static SpringCamelContext SpringCamelContext.springCamelContext(String configLocations)
           
 

Methods in org.apache.camel.spring that return types with arguments of type SpringCamelContext
 Class<SpringCamelContext> CamelContextFactoryBean.getObjectType()
           
 

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

Constructors in org.apache.camel.spring with parameters of type SpringCamelContext
ContextScanRouteBuilderFinder(SpringCamelContext camelContext, org.apache.camel.spi.PackageScanFilter filter)
           
PackageScanRouteBuilderFinder(SpringCamelContext camelContext, String[] packages, ClassLoader classLoader, org.springframework.beans.factory.config.BeanPostProcessor postProcessor, org.apache.camel.spi.PackageScanClassResolver resolver)
           
 



Apache CAMEL