Uses of Interface
org.apache.camel.guice.support.MethodHandler

Packages that use MethodHandler
org.apache.camel.guice.impl   
org.apache.camel.guice.support   
 

Uses of MethodHandler in org.apache.camel.guice.impl
 

Classes in org.apache.camel.guice.impl that implement MethodHandler
 class ConsumerInjection<I>
           
 

Uses of MethodHandler in org.apache.camel.guice.support
 

Methods in org.apache.camel.guice.support with parameters of type MethodHandler
protected
<A extends Annotation>
void
GuiceyFruitModule.bindMethodHandler(Class<A> annotationType, MethodHandler methodHandler)
          Binds a post injection hook method annotated with the given annotation to the given method handler.
 

Method parameters in org.apache.camel.guice.support with type arguments of type MethodHandler
protected
<A extends Annotation>
void
GuiceyFruitModule.bindMethodHandler(Class<A> annotationType, Class<? extends MethodHandler> methodHandlerType)
          Binds a post injection hook method annotated with the given annotation to the given method handler.
protected
<A extends Annotation>
void
GuiceyFruitModule.bindMethodHandler(Class<A> annotationType, com.google.inject.Key<? extends MethodHandler> methodHandlerKey)
          Binds a post injection hook method annotated with the given annotation to the given method handler.
 



Apache Camel