A C D E F G I M N O P S

A

afterInjection(I, Consume, Method) - Method in class org.apache.camel.guice.impl.ConsumerInjection
 

C

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
 
configure() - Method in class org.apache.camel.guice.CamelModule
 
configureCamelContext() - Method in class org.apache.camel.guice.CamelModule
 
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
 
createModelFileGenerator() - Method in class org.apache.camel.guice.Main
 
createRegistry() - Method in class org.apache.camel.guice.GuiceCamelContext
 

D

doStart() - Method in class org.apache.camel.guice.Main
 
doStop() - Method in class org.apache.camel.guice.Main
 

E

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
 

F

findOrCreateCamelTemplate() - Method in class org.apache.camel.guice.Main
 

G

getCamelContext() - Method in class org.apache.camel.guice.impl.ConsumerInjection
 
getCamelContextMap() - Method in class org.apache.camel.guice.Main
 
getInjector() - Method in class org.apache.camel.guice.Main
 
getInjectorFromContext() - Method in class org.apache.camel.guice.Main
 
getInstance() - Static method in class org.apache.camel.guice.Main
Returns the currently executing main
getJndiProperties() - Method in class org.apache.camel.guice.Main
 
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
 
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
 

I

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
 

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
 

N

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
 

O

org.apache.camel.guice - package org.apache.camel.guice
 
org.apache.camel.guice.impl - package org.apache.camel.guice.impl
 

P

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
 

S

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
 
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
 

A C D E F G I M N O P S

Apache CAMEL