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 CamelBeanPostProcessor.getCamelContext()
           
 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 CamelBeanPostProcessor.setCamelContext(SpringCamelContext camelContext)
           
 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, ResolverUtil resolverUtil)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.