org.apache.camel.osgi
Class SpringCamelContextFactory
java.lang.Object
org.apache.camel.osgi.CamelContextFactory
org.apache.camel.osgi.SpringCamelContextFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.osgi.context.BundleContextAware
public class SpringCamelContextFactory
- extends CamelContextFactory
- implements org.springframework.context.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(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