org.apache.camel.guice.impl
Class ConsumerInjection<I>
java.lang.Object
org.apache.camel.impl.CamelPostProcessorHelper
org.apache.camel.guice.impl.ConsumerInjection<I>
- All Implemented Interfaces:
- CamelContextAware, org.guiceyfruit.support.MethodHandler<I,Consume>
public class ConsumerInjection<I>
- extends CamelPostProcessorHelper
- implements org.guiceyfruit.support.MethodHandler<I,Consume>
- Version:
- $Revision: 18868 $
| Methods inherited from class org.apache.camel.impl.CamelPostProcessorHelper |
consumerInjection, createConsumerProcessor, createInjectionConsumerTemplate, createInjectionPollingConsumer, createInjectionProducer, createInjectionProducerTemplate, createProxyInstantiationRuntimeException, getEndpointInjection, getInjectionValue, isSingleton, matchContext, startService, subscribeMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerInjection
public ConsumerInjection()
afterInjection
public void afterInjection(I injectee,
Consume consume,
Method method)
throws InvocationTargetException,
IllegalAccessException
- Specified by:
afterInjection in interface org.guiceyfruit.support.MethodHandler<I,Consume>
- Throws:
InvocationTargetException
IllegalAccessException
getCamelContext
public CamelContext getCamelContext()
- Specified by:
getCamelContext in interface CamelContextAware- Overrides:
getCamelContext in class CamelPostProcessorHelper
setCamelContext
@Inject
public void setCamelContext(CamelContext camelContext)
- Specified by:
setCamelContext in interface CamelContextAware- Overrides:
setCamelContext in class CamelPostProcessorHelper
Apache CAMEL