org.apache.camel.spring.util
Class CamelContextResolverHelper

java.lang.Object
  extended by org.apache.camel.spring.util.CamelContextResolverHelper

public final class CamelContextResolverHelper
extends Object

Helper to resolve CamelContext from the Spring ApplicationContext.


Method Summary
static org.apache.camel.CamelContext getCamelContextWithId(ApplicationContext context, String contextId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCamelContextWithId

public static org.apache.camel.CamelContext getCamelContextWithId(ApplicationContext context,
                                                                  String contextId)


Apache CAMEL