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(org.springframework.context.ApplicationContext applicationContext)
           
static SpringCamelContext SpringCamelContext.springCamelContext(String configLocations)
           
 

Methods in org.apache.camel.spring that return types with arguments of type SpringCamelContext
 List<SpringCamelContext> Main.getCamelContexts()
           
 

Methods in org.apache.camel.spring with parameters of type SpringCamelContext
protected  void Main.generateDot(String name, SpringCamelContext camelContext, int size)
           
 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, org.springframework.beans.factory.config.BeanPostProcessor postProcessor)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.