org.apache.camel.guice.impl
Class EndpointInjector
java.lang.Object
org.apache.camel.impl.CamelPostProcessorHelper
org.apache.camel.guice.impl.EndpointInjector
- All Implemented Interfaces:
- CamelContextAware, org.guiceyfruit.support.AnnotationMemberProvider<EndpointInject>
public class EndpointInjector
- extends CamelPostProcessorHelper
- implements org.guiceyfruit.support.AnnotationMemberProvider<EndpointInject>
Injects values into the EndpointInject injection point
- Version:
- $Revision: 18868 $
| Methods inherited from class org.apache.camel.impl.CamelPostProcessorHelper |
consumerInjection, createConsumerProcessor, createInjectionConsumerTemplate, createInjectionPollingConsumer, createInjectionProducer, createInjectionProducerTemplate, createProxyInstantiationRuntimeException, getCamelContext, getEndpointInjection, getInjectionValue, isSingleton, matchContext, setCamelContext, startService, subscribeMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointInjector
@Inject
public EndpointInjector(CamelContext camelContext)
provide
public Object provide(EndpointInject inject,
com.google.inject.TypeLiteral<?> typeLiteral,
Field field)
- Specified by:
provide in interface org.guiceyfruit.support.AnnotationMemberProvider<EndpointInject>
provide
public Object provide(EndpointInject inject,
com.google.inject.TypeLiteral<?> typeLiteral,
Method method,
Class<?> aClass,
int index)
- Specified by:
provide in interface org.guiceyfruit.support.AnnotationMemberProvider<EndpointInject>
isNullParameterAllowed
public boolean isNullParameterAllowed(EndpointInject endpointInject,
Method method,
Class<?> aClass,
int index)
- Specified by:
isNullParameterAllowed in interface org.guiceyfruit.support.AnnotationMemberProvider<EndpointInject>
Apache CAMEL