Uses of Package
org.apache.camel.guice.support

Packages that use org.apache.camel.guice.support
org.apache.camel.guice   
org.apache.camel.guice.impl   
org.apache.camel.guice.inject   
org.apache.camel.guice.jsr250   
org.apache.camel.guice.support   
org.apache.camel.guice.support.internal   
org.apache.camel.guice.util   
 

Classes in org.apache.camel.guice.support used by org.apache.camel.guice
GuiceyFruitModule
          Adds some new helper methods to the base Guice module
 

Classes in org.apache.camel.guice.support used by org.apache.camel.guice.impl
AnnotationMemberProvider
          A provider of an annotation based injection point which can use the value of an annotation together with the member on which the annotation is placed to determine the value.
MethodHandler
          Allows a method with a given annotation A on an injectee of type I to be processed in some way on each injectee using a custom strategy.
 

Classes in org.apache.camel.guice.support used by org.apache.camel.guice.inject
CloseErrors
          A handler of exceptions when closing down resources.
CloseFailedException
          Indicates that an attempt to close an injector or scope failed closing one or more bindings.
 

Classes in org.apache.camel.guice.support used by org.apache.camel.guice.jsr250
AnnotationMemberProvider
          A provider of an annotation based injection point which can use the value of an annotation together with the member on which the annotation is placed to determine the value.
AnnotationMemberProviderSupport
          A useful base class for implementors meaning they only have to implement a single method whether a Field or Method parameter is being injected
Closer
          Represents a strategy for closing an object down such as using the @PreDestroy lifecycle from JSR 250, invoking Closeable.close() or using the DisposableBean interface from Spring.
GuiceyFruitModule
          Adds some new helper methods to the base Guice module
 

Classes in org.apache.camel.guice.support used by org.apache.camel.guice.support
AnnotationMemberProvider
          A provider of an annotation based injection point which can use the value of an annotation together with the member on which the annotation is placed to determine the value.
CloseErrors
          A handler of exceptions when closing down resources.
CloseFailedException
          Indicates that an attempt to close an injector or scope failed closing one or more bindings.
Closer
          Represents a strategy for closing an object down such as using the @PreDestroy lifecycle from JSR 250, invoking Closeable.close() or using the DisposableBean interface from Spring.
EncounterProvider
          Like a Provider but which is also given an TypeEncounter
MethodHandler
          Allows a method with a given annotation A on an injectee of type I to be processed in some way on each injectee using a custom strategy.
 

Classes in org.apache.camel.guice.support used by org.apache.camel.guice.support.internal
CloseErrors
          A handler of exceptions when closing down resources.
CloseFailedException
          Indicates that an attempt to close an injector or scope failed closing one or more bindings.
 

Classes in org.apache.camel.guice.support used by org.apache.camel.guice.util
CloseFailedException
          Indicates that an attempt to close an injector or scope failed closing one or more bindings.
HasScopeAnnotation
          There's no simple way to associate a Scope with an annotation which often leads Scoping to return null.
 



Apache Camel