org.apache.camel.osgi
Class SpringCamelContextFactory

java.lang.Object
  extended by org.apache.camel.osgi.CamelContextFactory
      extended by org.apache.camel.osgi.SpringCamelContextFactory
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.springframework.osgi.context.BundleContextAware

public class SpringCamelContextFactory
extends CamelContextFactory
implements org.springframework.context.ApplicationContextAware


Constructor Summary
SpringCamelContextFactory()
           
 
Method Summary
protected  org.apache.camel.impl.DefaultCamelContext newCamelContext()
           
 void setApplicationContext(org.springframework.context.ApplicationContext context)
           
 
Methods inherited from class org.apache.camel.osgi.CamelContextFactory
createContext, getBundleContext, getRegistry, setBundleContext, setRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringCamelContextFactory

public SpringCamelContextFactory()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext context)
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware

newCamelContext

protected org.apache.camel.impl.DefaultCamelContext newCamelContext()
Overrides:
newCamelContext in class CamelContextFactory


Apache CAMEL