org.apache.camel.osgi
Class CamelContextFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelContextFactoryBean<SpringCamelContext>
org.apache.camel.spring.CamelContextFactoryBean
org.apache.camel.osgi.CamelContextFactoryBean
- All Implemented Interfaces:
- EventListener, RouteContainer, DisposableBean, FactoryBean, InitializingBean, ApplicationContextAware, ApplicationListener, org.springframework.osgi.context.BundleContextAware
public class CamelContextFactoryBean
- extends CamelContextFactoryBean
- implements org.springframework.osgi.context.BundleContextAware
Methods inherited from class org.apache.camel.spring.CamelContextFactoryBean |
findRouteBuildersByContextScan, findRouteBuildersByPackageScan, getApplicationContext, getAutoStartup, getBeanForType, getBeanPostProcessor, getBuilderRefs, getCamelJMXAgent, getCamelPropertyPlaceholder, getContext, getContextScan, getDataFormats, getDelayer, getDependsOn, getErrorHandlerRef, getHandleFault, getInterceptFroms, getIntercepts, getInterceptSendToEndpoints, getLazyLoadTypeConverters, getObjectType, getOnCompletions, getOnExceptions, getPackages, getPackageScan, getProperties, getRouteRefs, getRoutes, getShutdownRoute, getShutdownRunningTask, getStreamCache, getThreadPoolProfiles, getTrace, initBeanPostProcessor, initCustomRegistry, isImplicitId, onApplicationEvent, postProcessBeforeInit, setApplicationContext, setAutoStartup, setBeanPostProcessor, setBuilderRefs, setCamelJMXAgent, setCamelPropertyPlaceholder, setContext, setContextScan, setDataFormats, setDelayer, setDependsOn, setErrorHandlerRef, setHandleFault, setImplicitId, setInterceptFroms, setIntercepts, setInterceptSendToEndpoints, setLazyLoadTypeConverters, setOnCompletions, setOnExceptions, setPackages, setPackageScan, setProperties, setRouteRefs, setRoutes, setShutdownRoute, setShutdownRunningTask, setStreamCache, setThreadPoolProfiles, setTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelContextFactoryBean
public CamelContextFactoryBean()
getBundleContext
public org.osgi.framework.BundleContext getBundleContext()
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
- Specified by:
setBundleContext
in interface org.springframework.osgi.context.BundleContextAware
createContext
protected SpringCamelContext createContext()
- Description copied from class:
CamelContextFactoryBean
- Create the context
- Overrides:
createContext
in class CamelContextFactoryBean
newCamelContext
protected SpringCamelContext newCamelContext()
- Overrides:
newCamelContext
in class CamelContextFactoryBean
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Overrides:
afterPropertiesSet
in class AbstractCamelContextFactoryBean<SpringCamelContext>
- Throws:
Exception
Apache CAMEL