A B C D E F G H I J L M N O P R S T U

A

addToEnvironment(String, Object) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
afterInjection(I, Consume, Method) - Method in class org.apache.camel.guice.impl.ConsumerInjection
 
afterInjection(I, A, Method) - Method in interface org.apache.camel.guice.support.MethodHandler
Process the given method which is annotated with the annotation on the injectee after the injectee has been injected
AnnotationMemberProvider<A extends Annotation> - Interface in org.apache.camel.guice.support
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 extends Annotation> - Class in org.apache.camel.guice.support
A useful base class for implementors meaning they only have to implement a single method whether a Field or Method parameter is being injected
AnnotationMemberProviderSupport() - Constructor for class org.apache.camel.guice.support.AnnotationMemberProviderSupport
 

B

bind(Name, Object) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
bind(String, Object) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
bind(Class<T>, Class<? extends Annotation>) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
A helper method to bind the given type with the binding annotation.
bind(Class<T>, Annotation) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
A helper method to bind the given type with the binding annotation.
bind(Class<T>, String) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
A helper method to bind the given type with the Named annotation of the given text value.
bindAnnotationInjector(Class<A>, Key<? extends AnnotationMemberProvider>) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
Binds a custom injection point for a given injection annotation to the annotation member provider so that occurrences of the annotation on fields and methods with a single parameter will be injected by Guice after the constructor and @Inject have been processed.
bindAnnotationInjector(Class<A>, AnnotationMemberProvider) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
Binds a custom injection point for a given injection annotation to the annotation member provider so that occurrences of the annotation on fields and methods with a single parameter will be injected by Guice after the constructor and @Inject have been processed.
bindAnnotationInjector(Class<A>, Class<? extends AnnotationMemberProvider>) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
Binds a custom injection point for a given injection annotation to the annotation member provider so that occurrences of the annotation on fields and methods with a single parameter will be injected by Guice after the constructor and @Inject have been processed.
bindInjectorAndBindings(Context, Injector, Properties) - Static method in class org.apache.camel.guice.jndi.JndiBindings
Binds the given injector and its binding providers to the given JNDI context using this mapping mechanism.
bindInstance(String, T) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
A helper method which binds a named instance to a key defined by the given name and the instances type.
bindMethodHandler(Class<A>, MethodHandler) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
Binds a post injection hook method annotated with the given annotation to the given method handler.
bindMethodHandler(Class<A>, Key<? extends MethodHandler>) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
Binds a post injection hook method annotated with the given annotation to the given method handler.
bindMethodHandler(Class<A>, Class<? extends MethodHandler>) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
Binds a post injection hook method annotated with the given annotation to the given method handler.

C

CachedValue - Interface in org.apache.camel.guice.util
 
CachingProvider<T> - Interface in org.apache.camel.guice.util
 
CamelModule - Class in org.apache.camel.guice
A base Guice module for creating a CamelContext leaving it up to the users module to bind a Set for the routing rules.
CamelModule() - Constructor for class org.apache.camel.guice.CamelModule
 
CamelModuleWithMatchingRoutes - Class in org.apache.camel.guice
A Guice Module which injects the CamelContext with all available implementations of RoutesBuilder which are bound to Guice with an optional Matcher to filter out the classes required.
CamelModuleWithMatchingRoutes() - Constructor for class org.apache.camel.guice.CamelModuleWithMatchingRoutes
 
CamelModuleWithMatchingRoutes(Matcher<Class>) - Constructor for class org.apache.camel.guice.CamelModuleWithMatchingRoutes
 
CamelModuleWithRouteTypes - Class in org.apache.camel.guice
A Guice Module which injects the CamelContext with the specified RoutesBuilder types - which are then injected by Guice.
CamelModuleWithRouteTypes(Class<? extends RoutesBuilder>...) - Constructor for class org.apache.camel.guice.CamelModuleWithRouteTypes
 
CamelModuleWithRouteTypes(Set<Class<? extends RoutesBuilder>>) - Constructor for class org.apache.camel.guice.CamelModuleWithRouteTypes
 
checkInjectedValueType(Object, Class<?>, TypeEncounter<I>) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
Returns true if the value to be injected is of the correct type otherwise an error is raised on the encounter and false is returned
Classes - Class in org.apache.camel.guice.jndi.internal
 
close(Injector) - Static method in class org.apache.camel.guice.inject.Injectors
Closes any singleton objects in the injector using the currently registered Closer implementations
close(Injector, CloseErrors) - Static method in class org.apache.camel.guice.inject.Injectors
Closes objects within the given scope using the currently registered Closer implementations
close(Injector, Class<? extends Annotation>) - Static method in class org.apache.camel.guice.inject.Injectors
Closes objects within the given scope using the currently registered Closer implementations
close(Injector, Class<? extends Annotation>, CloseErrors) - Static method in class org.apache.camel.guice.inject.Injectors
Closes objects within the given scope using the currently registered Closer implementations
close() - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
close(Object) - Method in class org.apache.camel.guice.jsr250.PreDestroyCloser
 
close(Object) - Method in interface org.apache.camel.guice.support.Closer
Closes the given object
close(Object, Object, Closer, CloseErrors) - Static method in class org.apache.camel.guice.support.Closers
Closes the given object with the Closer if the object is not null
close(Object) - Method in class org.apache.camel.guice.support.CompositeCloser
 
close() - Method in class org.apache.camel.guice.util.CloseableScope
Closes all of the objects within this scope using the given injector and scope annotation and clears the scope
close(Injector) - Method in class org.apache.camel.guice.util.CloseableScope
Closes all of the objects within the given injector of the specified scope and clears the scope
CloseableScope - Class in org.apache.camel.guice.util
Represents a scope which caches objects around until the scope is closed.
CloseableScope(Class<? extends Annotation>) - Constructor for class org.apache.camel.guice.util.CloseableScope
 
closeError(Object, Object, Exception) - Method in interface org.apache.camel.guice.support.CloseErrors
Notification of a close exception
closeError(Object, Object, Exception) - Method in class org.apache.camel.guice.support.internal.CloseErrorsImpl
 
CloseErrors - Interface in org.apache.camel.guice.support
A handler of exceptions when closing down resources.
CloseErrorsImpl - Class in org.apache.camel.guice.support.internal
The default implementation of @{link CloseErrors}
CloseErrorsImpl(Object) - Constructor for class org.apache.camel.guice.support.internal.CloseErrorsImpl
 
CloseFailedException - Exception in org.apache.camel.guice.support
Indicates that an attempt to close an injector or scope failed closing one or more bindings.
CloseFailedException(List<Message>) - Constructor for exception org.apache.camel.guice.support.CloseFailedException
 
Closer - Interface in org.apache.camel.guice.support
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.
Closers - Class in org.apache.camel.guice.support
Some helper methods for working with the Closer interface
CloseTask - Interface in org.apache.camel.guice.support
Some task which may throw an exception
composeName(Name, Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
composeName(String, String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
CompositeCloser - Class in org.apache.camel.guice.support
A Composite implementation of Closer
CompositeCloser(Iterable<Closer>) - Constructor for class org.apache.camel.guice.support.CompositeCloser
 
configure() - Method in class org.apache.camel.guice.CamelModule
 
configure() - Method in class org.apache.camel.guice.jsr250.Jsr250Module
 
configure() - Method in class org.apache.camel.guice.support.GuiceyFruitModule
 
configureCamelContext() - Method in class org.apache.camel.guice.CamelModule
 
Configures - Annotation Type in org.apache.camel.guice.inject
Marks a method like @{link Provides} but where the method is used to perform additional configuration of the object
ConsumerInjection<I> - Class in org.apache.camel.guice.impl
 
ConsumerInjection() - Constructor for class org.apache.camel.guice.impl.ConsumerInjection
 
createContext() - Method in class org.apache.camel.guice.GuiceCamelContext
 
createInjector() - Method in class org.apache.camel.guice.GuiceCamelContext
 
createInjector(Map, Module...) - Static method in class org.apache.camel.guice.inject.Injectors
Creates an injector from the given properties, loading any modules define by the Injectors.MODULE_CLASS_NAMES property value (space separated) along with any other modules passed as an argument.
createModelFileGenerator() - Method in class org.apache.camel.guice.Main
 
createRegistry() - Method in class org.apache.camel.guice.GuiceCamelContext
 
createSubcontext(Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
createSubcontext(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 

D

destroySubcontext(Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
destroySubcontext(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
doStart() - Method in class org.apache.camel.guice.Main
 
doStop() - Method in class org.apache.camel.guice.Main
 

E

EncounterProvider<T> - Class in org.apache.camel.guice.support
Like a Provider but which is also given an TypeEncounter
EncounterProvider() - Constructor for class org.apache.camel.guice.support.EncounterProvider
 
encounterProvider(Key<? extends T>) - Static method in class org.apache.camel.guice.support.EncounterProvider
Returns a new encounter provider for the given key
encounterProvider(Class<? extends T>) - Static method in class org.apache.camel.guice.support.EncounterProvider
Returns a new encounter provider for the given type
encounterProvider(T) - Static method in class org.apache.camel.guice.support.EncounterProvider
Returns a new encounter provider for the given instance
EndpointInjector - Class in org.apache.camel.guice.impl
Injects values into the EndpointInject injection point
EndpointInjector(CamelContext) - Constructor for class org.apache.camel.guice.impl.EndpointInjector
 
equals(Object) - Method in class org.apache.camel.guice.support.internal.MethodKey
 

F

findOrCreateCamelTemplate() - Method in class org.apache.camel.guice.Main
 
freeze() - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 

G

get(TypeEncounter<?>) - Method in class org.apache.camel.guice.support.EncounterProvider
 
getAllMethods(Class<?>) - Static method in class org.apache.camel.guice.support.Reflectors
Returns all the methods on the given type ignoring overloaded methods
getAllMethods(TypeLiteral<?>) - Static method in class org.apache.camel.guice.support.Reflectors
Returns all the methods on the given type ignoring overloaded methods
getBinding(Injector, Key<?>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns the binding for the given key or null if there is no such binding
getBindingsOf(Injector, Matcher<Class>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns a collection of all of the bindings matching the given matcher
getBindingsOf(Injector, Class<?>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns a collection of all bindings of the given base type
getCachedValue() - Method in interface org.apache.camel.guice.util.CachedValue
 
getCamelContext() - Method in class org.apache.camel.guice.impl.ConsumerInjection
 
getCamelContextMap() - Method in class org.apache.camel.guice.Main
 
getContext() - Method in class org.apache.camel.guice.jsr250.NamedProviderSupport
 
getEnvironment() - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
getInitialContext(Hashtable<?, ?>) - Method in class org.apache.camel.guice.jndi.GuiceInitialContextFactory
Creates a new context with the given environment.
getInjector() - Method in class org.apache.camel.guice.Main
 
getInjectorFromContext() - Method in class org.apache.camel.guice.Main
 
getInstance(Injector, Class<T>, String) - Static method in class org.apache.camel.guice.inject.Injectors
Returns an instance of the given type with the Named annotation value.
getInstance() - Static method in class org.apache.camel.guice.Main
Returns the currently executing main
getInstancesOf(Injector, Class<T>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns a collection of all instances of the given base type
getInstancesOf(Injector, Matcher<Class>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns a collection of all instances matching the given matcher
getJndiProperties() - Method in class org.apache.camel.guice.Main
 
getKeyType(Key<?>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns the key type of the given key
getMessages() - Method in exception org.apache.camel.guice.support.CloseFailedException
 
getNameInNamespace() - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
getNameParser(Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
getNameParser(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
getParameterType(TypeLiteral<?>, Method, int) - Method in class org.apache.camel.guice.support.GuiceyFruitModule
 
getProvidersOf(Injector, Matcher<Class>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns a collection of all of the providers matching the given matcher
getProvidersOf(Injector, Class<T>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns a collection of all providers of the given base type
getScopeAnnotation(Binding<?>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns the scope annotation for the given binding or null if there is no scope
getScopeAnnotation() - Method in interface org.apache.camel.guice.support.HasScopeAnnotation
Returns the scope annotation associated with this object
getScopeAnnotation() - Method in class org.apache.camel.guice.util.CloseableScope
 
getSource() - Method in interface org.apache.camel.guice.support.CloseTask
 
getValueName(String, Member) - Method in class org.apache.camel.guice.jsr250.NamedProviderSupport
if no valid name is present on the annotation then use the member name
GuiceCamelContext - Class in org.apache.camel.guice
The default CamelContext implementation for working with Guice.
GuiceCamelContext(Injector) - Constructor for class org.apache.camel.guice.GuiceCamelContext
 
GuiceInitialContextFactory - Class in org.apache.camel.guice.jndi
A factory of the Guice JNDI provider which creates an injector from all the available modules specified in the space separated Injectors.MODULE_CLASS_NAMES property.
GuiceInitialContextFactory() - Constructor for class org.apache.camel.guice.jndi.GuiceInitialContextFactory
 
GuiceInjector - Class in org.apache.camel.guice.impl
An injector which uses Guice to perform the dependency injection of types
GuiceInjector(Injector) - Constructor for class org.apache.camel.guice.impl.GuiceInjector
 
GuiceyFruitModule - Class in org.apache.camel.guice.support
Adds some new helper methods to the base Guice module
GuiceyFruitModule() - Constructor for class org.apache.camel.guice.support.GuiceyFruitModule
 

H

hasBinding(Injector, Matcher<Class>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns true if a binding exists for the given matcher
hasBinding(Injector, Class<?>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns true if a binding exists for the given base class
hasBinding(Injector, Key<?>) - Static method in class org.apache.camel.guice.inject.Injectors
Returns true if a binding exists for the given key
hashCode() - Method in class org.apache.camel.guice.support.internal.MethodKey
 
HasScopeAnnotation - Interface in org.apache.camel.guice.support
There's no simple way to associate a Scope with an annotation which often leads Scoping to return null.

I

Injectors - Class in org.apache.camel.guice.inject
 
internalBind(String, Object) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
internalBind is intended for use only during setup or possibly by suitably synchronized superclasses.
isNullParameterAllowed(EndpointInject, Method, Class<?>, int) - Method in class org.apache.camel.guice.impl.EndpointInjector
 
isNullParameterAllowed(Produce, Method, Class<?>, int) - Method in class org.apache.camel.guice.impl.ProduceInjector
 
isNullParameterAllowed(Resource, Method, Class<?>, int) - Method in class org.apache.camel.guice.jsr250.ResourceMemberProvider
 
isNullParameterAllowed(A, Method, Class<?>, int) - Method in interface org.apache.camel.guice.support.AnnotationMemberProvider
Returns true if the given parameter on the annotated method can be null

J

JndiBind - Annotation Type in org.apache.camel.guice.jndi
Marks an injection point so that it is bound to the current JNDI context with some JNDI name
JndiBindings - Class in org.apache.camel.guice.jndi
 
JndiContext - Class in org.apache.camel.guice.jndi.internal
A default JNDI context
JndiContext() - Constructor for class org.apache.camel.guice.jndi.internal.JndiContext
 
JndiContext(Hashtable) - Constructor for class org.apache.camel.guice.jndi.internal.JndiContext
 
JndiContext(Hashtable, Map) - Constructor for class org.apache.camel.guice.jndi.internal.JndiContext
 
JndiContext(Hashtable, Map, String) - Constructor for class org.apache.camel.guice.jndi.internal.JndiContext
 
JndiContext(JndiContext, Hashtable) - Constructor for class org.apache.camel.guice.jndi.internal.JndiContext
 
JndiContext(JndiContext, Hashtable, String) - Constructor for class org.apache.camel.guice.jndi.internal.JndiContext
 
Jsr250Module - Class in org.apache.camel.guice.jsr250
A module which installs JSR 250 lifecycle and injection using the Resource annotation.
Jsr250Module() - Constructor for class org.apache.camel.guice.jsr250.Jsr250Module
 

L

list(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
list(Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
listBindings(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
listBindings(Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
loadClass(String, ClassLoader) - Static method in class org.apache.camel.guice.jndi.internal.Classes
Attempts to load the class of the given name from the thread context class loader first then the given class loader second
loadModule(String) - Static method in class org.apache.camel.guice.inject.Injectors
 
lookup(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
lookup(Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
lookupLink(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
lookupLink(Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 

M

Main - Class in org.apache.camel.guice
A command line tool for booting up a CamelContext using a Guice Injector via JNDI assuming that a valid jndi.properties is on the classpath
Main() - Constructor for class org.apache.camel.guice.Main
 
main(String...) - Static method in class org.apache.camel.guice.Main
 
MethodHandler<I,A extends Annotation> - Interface in org.apache.camel.guice.support
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.
MethodKey - Class in org.apache.camel.guice.support.internal
A key of methods comparing the method name and parameter types
MethodKey(String, Class<?>[]) - Constructor for class org.apache.camel.guice.support.internal.MethodKey
 
MethodKey(Method) - Constructor for class org.apache.camel.guice.support.internal.MethodKey
 
MODULE_CLASS_NAMES - Static variable in class org.apache.camel.guice.inject.Injectors
 

N

NAME_PARSER - Static variable in class org.apache.camel.guice.jndi.internal.JndiContext
 
NAME_PREFIX - Static variable in class org.apache.camel.guice.jndi.GuiceInitialContextFactory
 
NamedProviderSupport<A extends Annotation> - Class in org.apache.camel.guice.jsr250
A useful base class for any provider which looks up values by name annotations or named entries in OSGi
NamedProviderSupport() - Constructor for class org.apache.camel.guice.jsr250.NamedProviderSupport
 
newContext() - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
newInstance(Class<T>) - Method in class org.apache.camel.guice.impl.GuiceInjector
 
newInstance(Class<T>, Object) - Method in class org.apache.camel.guice.impl.GuiceInjector
 
newInstance(Collection<Closer>) - Static method in class org.apache.camel.guice.support.CompositeCloser
Returns a Closer for the given lists of closer strategies or returning null if the collection is empty

O

org.apache.camel.guice - package org.apache.camel.guice
 
org.apache.camel.guice.impl - package org.apache.camel.guice.impl
 
org.apache.camel.guice.inject - package org.apache.camel.guice.inject
 
org.apache.camel.guice.jndi - package org.apache.camel.guice.jndi
 
org.apache.camel.guice.jndi.internal - package org.apache.camel.guice.jndi.internal
 
org.apache.camel.guice.jsr250 - package org.apache.camel.guice.jsr250
 
org.apache.camel.guice.support - package org.apache.camel.guice.support
 
org.apache.camel.guice.support.internal - package org.apache.camel.guice.support.internal
 
org.apache.camel.guice.util - package org.apache.camel.guice.util
 

P

perform() - Method in interface org.apache.camel.guice.support.CloseTask
 
PreDestroyCloser - Class in org.apache.camel.guice.jsr250
Supports the PreDestroy annotation lifecycle from JSR250.
PreDestroyCloser() - Constructor for class org.apache.camel.guice.jsr250.PreDestroyCloser
 
ProduceInjector - Class in org.apache.camel.guice.impl
Injects values into the Produce injection point
ProduceInjector(CamelContext) - Constructor for class org.apache.camel.guice.impl.ProduceInjector
 
provide(EndpointInject, TypeLiteral<?>, Field) - Method in class org.apache.camel.guice.impl.EndpointInjector
 
provide(EndpointInject, TypeLiteral<?>, Method, Class<?>, int) - Method in class org.apache.camel.guice.impl.EndpointInjector
 
provide(Produce, TypeLiteral<?>, Field) - Method in class org.apache.camel.guice.impl.ProduceInjector
 
provide(Produce, TypeLiteral<?>, Method, Class<?>, int) - Method in class org.apache.camel.guice.impl.ProduceInjector
 
provide(Resource, Member, TypeLiteral<?>, Class<?>, Annotation[]) - Method in class org.apache.camel.guice.jsr250.ResourceMemberProvider
 
provide(A, TypeLiteral<?>, Field) - Method in interface org.apache.camel.guice.support.AnnotationMemberProvider
Returns the value to be injected for the given annotated field
provide(A, TypeLiteral<?>, Method, Class<?>, int) - Method in interface org.apache.camel.guice.support.AnnotationMemberProvider
Returns the value to be injected for the given annotated method parameter value
provide(A, TypeLiteral<?>, Field) - Method in class org.apache.camel.guice.support.AnnotationMemberProviderSupport
 
provide(A, TypeLiteral<?>, Method, Class<?>, int) - Method in class org.apache.camel.guice.support.AnnotationMemberProviderSupport
 
provide(A, Member, TypeLiteral<?>, Class<?>, Annotation[]) - Method in class org.apache.camel.guice.support.AnnotationMemberProviderSupport
The default method to create a value for the named member of the requested type
provideObjectFromNamedBindingOrJndi(TypeLiteral<?>, String) - Method in class org.apache.camel.guice.jsr250.NamedProviderSupport
 

R

rebind(Name, Object) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
rebind(String, Object) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
Reflectors - Class in org.apache.camel.guice.support
Some reflection helper methods
removeFromEnvironment(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
rename(Name, Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
rename(String, String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
ResourceMemberProvider - Class in org.apache.camel.guice.jsr250
Injects fields or methods with the results of the Resource annotation
ResourceMemberProvider() - Constructor for class org.apache.camel.guice.jsr250.ResourceMemberProvider
 

S

scope(Key<T>, Provider<T>) - Method in class org.apache.camel.guice.util.CloseableScope
 
SEPARATOR - Static variable in class org.apache.camel.guice.jndi.internal.JndiContext
 
setAutoCreateComponents(boolean) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setCamelContext(CamelContext) - Method in class org.apache.camel.guice.impl.ConsumerInjection
 
setComponentResolver(ComponentResolver) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setContext(Context) - Method in class org.apache.camel.guice.jsr250.NamedProviderSupport
 
setErrorHandlerBuilder(ErrorHandlerFactory) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setInjector(Injector) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setInjector(Injector) - Method in class org.apache.camel.guice.Main
 
setInterceptStrategies(List<InterceptStrategy>) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setJndiContext(Context) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setJndiProperties(String) - Method in class org.apache.camel.guice.Main
 
setLanguageResolver(LanguageResolver) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setLifecycleStrategies(List<LifecycleStrategy>) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setRegistry(Registry) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setRouteBuilders(Set<RoutesBuilder>) - Method in class org.apache.camel.guice.GuiceCamelContext
 
setTypeConverter(TypeConverter) - Method in class org.apache.camel.guice.GuiceCamelContext
 
start() - Method in class org.apache.camel.guice.GuiceCamelContext
 
stop() - Method in class org.apache.camel.guice.GuiceCamelContext
 

T

throwIfNecessary() - Method in interface org.apache.camel.guice.support.CloseErrors
 
throwIfNecessary() - Method in class org.apache.camel.guice.support.internal.CloseErrorsImpl
 

U

unbind(Name) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 
unbind(String) - Method in class org.apache.camel.guice.jndi.internal.JndiContext
 

A B C D E F G H I J L M N O P R S T U

Apache Camel