Package org.apache.camel.spring.util
Utility classes
-
Class Summary Class Description CamelContextResolverHelper Helper to resolveCamelContextfrom the SpringApplicationContext.CamelThreadPoolTaskScheduler A Camel extension of Spring'sThreadPoolTaskSchedulerwhich uses theExecutorServiceManagerto 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.RegistryBeanResolver EL bean resolver that operates against a CamelRegistry.