Package org.apache.camel.spring.util

Utility classes

See:
          Description

Class Summary
CamelContextResolverHelper Helper to resolve CamelContext from the Spring ApplicationContext.
CamelThreadPoolTaskScheduler A Camel extension of Spring's ThreadPoolTaskScheduler which uses the ExecutorServiceManager to create and destroy the thread pool, which ensures the thread pool is also managed and consistent with other usages of thread pools in Camel.
MainRunner A simple helper bean for running main classes from within the spring.xml usually asynchronous in a background thread; which is useful for demos such as running Swing programs in the same JVM.
ReflectionUtils Reflection utilities, extending Spring ReflectionUtils.
 

Package org.apache.camel.spring.util Description

Utility classes



Apache Camel