Package org.apache.camel.impl.engine
Class DefaultDependencyInjectionAnnotationFactory
- java.lang.Object
-
- org.apache.camel.impl.engine.DefaultDependencyInjectionAnnotationFactory
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
,org.apache.camel.spi.CamelDependencyInjectionAnnotationFactory
public class DefaultDependencyInjectionAnnotationFactory extends Object implements org.apache.camel.spi.CamelDependencyInjectionAnnotationFactory, org.apache.camel.CamelContextAware
Default implementation of theCamelDependencyInjectionAnnotationFactory
.
-
-
Constructor Summary
Constructors Constructor Description DefaultDependencyInjectionAnnotationFactory(org.apache.camel.CamelContext camelContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Runnable
createBindToRegistryFactory(String id, Object bean, String beanName, boolean beanPostProcess)
org.apache.camel.CamelContext
getCamelContext()
void
setCamelContext(org.apache.camel.CamelContext camelContext)
-
-
-
Method Detail
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()
- Specified by:
getCamelContext
in interfaceorg.apache.camel.CamelContextAware
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext)
- Specified by:
setCamelContext
in interfaceorg.apache.camel.CamelContextAware
-
-