org.apache.camel.osgi
Class SpringCamelContextFactory
java.lang.Object
org.apache.camel.osgi.CamelContextFactory
org.apache.camel.osgi.SpringCamelContextFactory
- All Implemented Interfaces:
- Aware, ApplicationContextAware, org.springframework.osgi.context.BundleContextAware
public class SpringCamelContextFactory
- extends CamelContextFactory
- implements ApplicationContextAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringCamelContextFactory
public SpringCamelContextFactory()
setApplicationContext
public void setApplicationContext(ApplicationContext context)
- Specified by:
setApplicationContext
in interface ApplicationContextAware
newCamelContext
protected org.apache.camel.impl.DefaultCamelContext newCamelContext()
- Overrides:
newCamelContext
in class CamelContextFactory
Apache Camel