A B C D E F G H I L M N O P R S T W 
All Classes All Packages

A

addRoutesToCamelContext(CamelContext) - Method in class org.apache.camel.quarkus.component.bean.BeanRoutes
 
addRoutesToCamelContext(CamelContext) - Method in class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
aggregate(Exchange, Exchange) - Method in class org.apache.camel.quarkus.component.bean.BeanRoutes
 
alternatingBean() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers
 
awaitFirst(String) - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 

B

beanMethodInHeader(String) - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
BeanMethodResource - Class in org.apache.camel.quarkus.component.bean.method
 
BeanMethodResource() - Constructor for class org.apache.camel.quarkus.component.bean.method.BeanMethodResource
 
BeanMethodRoute - Class in org.apache.camel.quarkus.component.bean.method
A RouteBuilder instantiated by Camel (not by Arc).
BeanMethodRoute() - Constructor for class org.apache.camel.quarkus.component.bean.method.BeanMethodRoute
 
BeanResource - Class in org.apache.camel.quarkus.component.bean
 
BeanResource() - Constructor for class org.apache.camel.quarkus.component.bean.BeanResource
 
BeanResource.ProduceInterface - Interface in org.apache.camel.quarkus.component.bean
 
BeanRoutes - Class in org.apache.camel.quarkus.component.bean
A RouteBuilder instantiated by Camel (not by Arc).
BeanRoutes() - Constructor for class org.apache.camel.quarkus.component.bean.BeanRoutes
 
BeanRoutes.MyBean - Class in org.apache.camel.quarkus.component.bean
 
BeanRoutes.MyOrderService - Class in org.apache.camel.quarkus.component.bean
 
buildCombinedResponse(List<String>) - Method in class org.apache.camel.quarkus.component.bean.BeanRoutes.MyOrderService
We use the same bean for building the combined response to send back to the original caller

C

call() - Method in class org.apache.camel.quarkus.component.bean.CalledFromLanguageAnnotatedParamBean
 
CalledFromLanguageAnnotatedParamBean - Class in org.apache.camel.quarkus.component.bean
 
CalledFromLanguageAnnotatedParamBean() - Constructor for class org.apache.camel.quarkus.component.bean.CalledFromLanguageAnnotatedParamBean
 
camelContext - Variable in class org.apache.camel.quarkus.component.bean.BeanResource
 
ClassResource - Class in org.apache.camel.quarkus.component.class_
 
ClassResource() - Constructor for class org.apache.camel.quarkus.component.class_.ClassResource
 
collectedNames - Variable in class org.apache.camel.quarkus.component.bean.BeanResource
 
collectedNames - Variable in class org.apache.camel.quarkus.component.bean.BeanRoutes
 
collectedNames - Variable in class org.apache.camel.quarkus.component.bean.method.BeanMethodResource
 
collectedNames - Variable in class org.apache.camel.quarkus.component.bean.method.BeanMethodRoute
 
collectedNames() - Method in class org.apache.camel.quarkus.component.bean.method.Producers
 
collectedNames(String) - Method in class org.apache.camel.quarkus.component.bean.method.BeanMethodResource
 
CompletionStageBean - Class in org.apache.camel.quarkus.component.bean
A bean referenced from a route (and from nowhere else) by name.
CompletionStageBean() - Constructor for class org.apache.camel.quarkus.component.bean.CompletionStageBean
 
configure() - Method in class org.apache.camel.quarkus.component.bean.BeanRoutes
 
configure() - Method in class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
configure() - Method in class org.apache.camel.quarkus.component.bean.eip.EipRoutes
 
configure() - Method in class org.apache.camel.quarkus.component.bean.LazyAppScopedRouteBuilder
 
configure() - Method in class org.apache.camel.quarkus.component.bean.method.BeanMethodRoute
 
configure() - Method in class org.apache.camel.quarkus.component.bean.RouteBuilderWithProducer
 
CONFIGURE_COUNTER - Static variable in class org.apache.camel.quarkus.component.bean.BeanRoutes
 
CONFIGURE_COUNTER - Static variable in class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
consumeAnnotation(String) - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationBean
 
consumeAnnotation(String) - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithExplicitPropertyBean
 
consumeAnnotation(String) - Method in class org.apache.camel.quarkus.component.bean.consume.CustomNamedConsumeAnnotationBean
 
consumeAnnotation(String) - Method in class org.apache.camel.quarkus.component.bean.consume.DefaultNamedConsumeAnnotationBean
 
consumeAnnotation(String) - Method in class org.apache.camel.quarkus.component.bean.consume.SingletonAnnotationBean
 
ConsumeAnnotationBean - Class in org.apache.camel.quarkus.component.bean.consume
A bean having a method annotated with @Consume
ConsumeAnnotationBean() - Constructor for class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationBean
 
ConsumeAnnotationWithExplicitPropertyBean - Class in org.apache.camel.quarkus.component.bean.consume
A bean having a method annotated with @Consume with an explicit Consume.property() value.
ConsumeAnnotationWithExplicitPropertyBean() - Constructor for class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithExplicitPropertyBean
 
ConsumeAnnotationWithImplicitEndpointGetterBean - Class in org.apache.camel.quarkus.component.bean.consume
A bean having a method annotated with @Consume with a fallback endpoint URI getter whose name ends with Endpoint and whose return type is Endpoint.
ConsumeAnnotationWithImplicitEndpointGetterBean() - Constructor for class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitEndpointGetterBean
 
ConsumeAnnotationWithImplicitGetterBean - Class in org.apache.camel.quarkus.component.bean.consume
A bean having a method annotated with @Consume with an implicit endpoint URI getter.
ConsumeAnnotationWithImplicitGetterBean() - Constructor for class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitGetterBean
 
ConsumeAnnotationWithImplicitOnGetterBean - Class in org.apache.camel.quarkus.component.bean.consume
A bean having a method annotated with @Consume with a fallback endpoint URI getter whose name results from removing on prefix from the @Consume method.
ConsumeAnnotationWithImplicitOnGetterBean() - Constructor for class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitOnGetterBean
 
context - Variable in class org.apache.camel.quarkus.component.bean.eip.EipResource
 
counter - Variable in class org.apache.camel.quarkus.component.bean.BeanResource
 
counter - Variable in class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
counter() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
Counter - Class in org.apache.camel.quarkus.component.bean
 
Counter() - Constructor for class org.apache.camel.quarkus.component.bean.Counter
 
CustomDynamicRouter() - Constructor for class org.apache.camel.quarkus.component.bean.eip.EipRoutes.CustomDynamicRouter
 
CustomNamedConsumeAnnotationBean - Class in org.apache.camel.quarkus.component.bean.consume
A @Named bean a specific name having a method annotated with @Consume
CustomNamedConsumeAnnotationBean() - Constructor for class org.apache.camel.quarkus.component.bean.consume.CustomNamedConsumeAnnotationBean
 

D

defaultBean() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers
 
DefaultNamedConsumeAnnotationBean - Class in org.apache.camel.quarkus.component.bean.consume
A @Named with no specific name bean having a method annotated with @Consume
DefaultNamedConsumeAnnotationBean() - Constructor for class org.apache.camel.quarkus.component.bean.consume.DefaultNamedConsumeAnnotationBean
 
defaultOverridingBean() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers
 
directEndpoint - Variable in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitEndpointGetterBean
 
dynamicRouterResult0() - Method in class org.apache.camel.quarkus.component.bean.eip.EipRoutes
 
dynamicRouterResult1() - Method in class org.apache.camel.quarkus.component.bean.eip.EipRoutes
 
dynamicRouterResult2() - Method in class org.apache.camel.quarkus.component.bean.eip.EipRoutes
 
dynamicRouterResult3() - Method in class org.apache.camel.quarkus.component.bean.eip.EipRoutes
 
DynamicRouterWithAnnotation() - Constructor for class org.apache.camel.quarkus.component.bean.eip.EipRoutes.DynamicRouterWithAnnotation
 

E

EagerAppScopedRouteBuilder - Class in org.apache.camel.quarkus.component.bean
A RouteBuilder injected into BeanResource and thus instantiated eagerly.
EagerAppScopedRouteBuilder() - Constructor for class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
EipResource - Class in org.apache.camel.quarkus.component.bean.eip
 
EipResource() - Constructor for class org.apache.camel.quarkus.component.bean.eip.EipResource
 
EipRoutes - Class in org.apache.camel.quarkus.component.bean.eip
 
EipRoutes() - Constructor for class org.apache.camel.quarkus.component.bean.eip.EipRoutes
 
EipRoutes.CustomDynamicRouter - Class in org.apache.camel.quarkus.component.bean.eip
 
EipRoutes.DynamicRouterWithAnnotation - Class in org.apache.camel.quarkus.component.bean.eip
 
employee(Employee, String) - Method in class org.apache.camel.quarkus.component.bean.method.BeanMethodResource
 
Employee - Class in org.apache.camel.quarkus.component.bean.model
 
Employee() - Constructor for class org.apache.camel.quarkus.component.bean.model.Employee
 
Employee(String, String, String) - Constructor for class org.apache.camel.quarkus.component.bean.model.Employee
 
EmployeeService - Class in org.apache.camel.quarkus.component.class_
 
EmployeeService() - Constructor for class org.apache.camel.quarkus.component.class_.EmployeeService
 

F

firstName(Employee) - Method in class org.apache.camel.quarkus.component.class_.ClassResource
 

G

getCounter() - Method in class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
getFirstName() - Method in class org.apache.camel.quarkus.component.bean.model.Employee
 
getHello() - Method in class org.apache.camel.quarkus.component.bean.RouteBuilderWithProducer.Hello
 
getLastName() - Method in class org.apache.camel.quarkus.component.bean.model.Employee
 
getMyEndpoint() - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithExplicitPropertyBean
 
getName() - Method in interface org.apache.camel.quarkus.component.bean.cdi.Producers.BeanInstance
 
getName() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers.WithAlternateBeanInstance
 
getName() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers.WithDefaultBeanInstance
 
getName() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers.WithoutDefaultBeanInstance
 
getSeniority() - Method in class org.apache.camel.quarkus.component.bean.model.Employee
 
getSpecialEvent() - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitGetterBean
 
getSpecialEvent() - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitOnGetterBean
 
getSpecialEventEndpoint() - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitEndpointGetterBean
 
getValue() - Method in class org.apache.camel.quarkus.component.bean.Counter
 
greet(Employee) - Method in class org.apache.camel.quarkus.component.class_.EmployeeService
 
greet(Employee, String) - Method in class org.apache.camel.quarkus.component.class_.ClassResource
 

H

handleOrder(String) - Method in class org.apache.camel.quarkus.component.bean.BeanRoutes.MyOrderService
We just handle the order by returning a id line for the order
hello() - Method in class org.apache.camel.quarkus.component.bean.RouteBuilderWithProducer
 
hello(Integer) - Method in class org.apache.camel.quarkus.component.bean.NamedBean
 
hello(String) - Method in class org.apache.camel.quarkus.component.bean.CompletionStageBean
 
hello(String) - Method in class org.apache.camel.quarkus.component.bean.NamedBean
 
hello(String, String) - Method in class org.apache.camel.quarkus.component.bean.WithLanguageParamBindingsBean
 
Hello() - Constructor for class org.apache.camel.quarkus.component.bean.RouteBuilderWithProducer.Hello
 
hi(String) - Method in class org.apache.camel.quarkus.component.bean.NamedBean
 

I

increment() - Method in class org.apache.camel.quarkus.component.bean.Counter
 
INSTANCE_COUNTER - Static variable in class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
isJunior(Employee) - Method in class org.apache.camel.quarkus.component.bean.method.NonRegisteredBean
 
isSenior(Employee) - Method in class org.apache.camel.quarkus.component.bean.method.RegisteredBean
 

L

LazyAppScopedRouteBuilder - Class in org.apache.camel.quarkus.component.bean
An @ApplicationScoped RouteBuilder that would normally get removed from the CDI container because it is not injected anywhere and because it has no observer method, etc.
LazyAppScopedRouteBuilder() - Constructor for class org.apache.camel.quarkus.component.bean.LazyAppScopedRouteBuilder
 
lazyConfigureCounter() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 

M

methodWithExchangeArg(Exchange) - Method in class org.apache.camel.quarkus.component.bean.NamedBean
 
methodWithExchangeArg(Employee, String) - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
mock(String, int, int) - Method in class org.apache.camel.quarkus.component.bean.eip.EipResource
 
multiArgMethod(String, Exchange, Registry) - Method in class org.apache.camel.quarkus.component.bean.ParametersBean
 
MyBean() - Constructor for class org.apache.camel.quarkus.component.bean.BeanRoutes.MyBean
 
myFooValue - Variable in class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
MyOrderService() - Constructor for class org.apache.camel.quarkus.component.bean.BeanRoutes.MyOrderService
 

N

NamedBean - Class in org.apache.camel.quarkus.component.bean
A bean referenced from a route (and from nowhere else) by name.
NamedBean() - Constructor for class org.apache.camel.quarkus.component.bean.NamedBean
 
NonRegisteredBean - Class in org.apache.camel.quarkus.component.bean.method
 
NonRegisteredBean() - Constructor for class org.apache.camel.quarkus.component.bean.method.NonRegisteredBean
 

O

onSpecialEvent(String) - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitOnGetterBean
 
org.apache.camel.quarkus.component.bean - package org.apache.camel.quarkus.component.bean
 
org.apache.camel.quarkus.component.bean.cdi - package org.apache.camel.quarkus.component.bean.cdi
 
org.apache.camel.quarkus.component.bean.consume - package org.apache.camel.quarkus.component.bean.consume
 
org.apache.camel.quarkus.component.bean.eip - package org.apache.camel.quarkus.component.bean.eip
 
org.apache.camel.quarkus.component.bean.method - package org.apache.camel.quarkus.component.bean.method
 
org.apache.camel.quarkus.component.bean.model - package org.apache.camel.quarkus.component.bean.model
 
org.apache.camel.quarkus.component.class_ - package org.apache.camel.quarkus.component.class_
 

P

parameterBindingAnnotations(String, String) - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
parameterBindingAnnotations(String, String) - Method in class org.apache.camel.quarkus.component.bean.ParametersBean
 
parameterLiterals(String, boolean) - Method in class org.apache.camel.quarkus.component.bean.ParametersBean
 
ParametersBean - Class in org.apache.camel.quarkus.component.bean
A bean referenced from a route (and from nowhere else) by name.
ParametersBean() - Constructor for class org.apache.camel.quarkus.component.bean.ParametersBean
 
parameterTypes(String) - Method in class org.apache.camel.quarkus.component.bean.ParametersBean
 
parameterTypes(Employee) - Method in class org.apache.camel.quarkus.component.bean.ParametersBean
 
postConstruct() - Method in class org.apache.camel.quarkus.component.bean.EagerAppScopedRouteBuilder
 
produceInterface - Variable in class org.apache.camel.quarkus.component.bean.BeanResource
 
produceInterface(String) - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
Producers - Class in org.apache.camel.quarkus.component.bean.cdi
 
Producers - Class in org.apache.camel.quarkus.component.bean.method
 
Producers() - Constructor for class org.apache.camel.quarkus.component.bean.cdi.Producers
 
Producers() - Constructor for class org.apache.camel.quarkus.component.bean.method.Producers
 
Producers.BeanInstance - Interface in org.apache.camel.quarkus.component.bean.cdi
 
Producers.WithAlternateBeanInstance - Class in org.apache.camel.quarkus.component.bean.cdi
 
Producers.WithDefaultBeanInstance - Class in org.apache.camel.quarkus.component.bean.cdi
 
Producers.WithoutDefaultBeanInstance - Class in org.apache.camel.quarkus.component.bean.cdi
 
producerTemplate - Variable in class org.apache.camel.quarkus.component.bean.eip.EipResource
 

R

RegisteredBean - Class in org.apache.camel.quarkus.component.bean.method
 
RegisteredBean() - Constructor for class org.apache.camel.quarkus.component.bean.method.RegisteredBean
 
route(String) - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
route(String) - Method in class org.apache.camel.quarkus.component.bean.eip.EipRoutes.CustomDynamicRouter
 
route(String) - Method in class org.apache.camel.quarkus.component.bean.eip.EipRoutes.DynamicRouterWithAnnotation
 
route(String, String) - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
route(String, String) - Method in class org.apache.camel.quarkus.component.bean.eip.EipResource
 
routeBuilder - Variable in class org.apache.camel.quarkus.component.bean.BeanResource
 
routeBuilderConfigureCounter() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
routeBuilderInjectedCount() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
routeBuilderInstanceCounter() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
RouteBuilderWithProducer - Class in org.apache.camel.quarkus.component.bean
A RouteBuilder with a @Produces method that makes it a CDI bean.
RouteBuilderWithProducer() - Constructor for class org.apache.camel.quarkus.component.bean.RouteBuilderWithProducer
 
RouteBuilderWithProducer.Hello - Class in org.apache.camel.quarkus.component.bean
 

S

sayHello(String) - Method in interface org.apache.camel.quarkus.component.bean.BeanResource.ProduceInterface
 
sayHello(String) - Static method in class org.apache.camel.quarkus.component.bean.BeanRoutes.MyBean
Just return an hello message.
sayHello1(Exchange) - Method in class org.apache.camel.quarkus.component.bean.WithHandlerBean
Just set an hello message.
sayHello2(Exchange) - Method in class org.apache.camel.quarkus.component.bean.WithHandlerBean
Just set an hello message.
setFirstName(String) - Method in class org.apache.camel.quarkus.component.bean.model.Employee
 
setGreeting(String) - Method in class org.apache.camel.quarkus.component.class_.EmployeeService
 
setLastName(String) - Method in class org.apache.camel.quarkus.component.bean.model.Employee
 
setSeniority(String) - Method in class org.apache.camel.quarkus.component.bean.model.Employee
 
SingletonAnnotationBean - Class in org.apache.camel.quarkus.component.bean.consume
A bean annotated with Singleton having a method annotated with @Consume
SingletonAnnotationBean() - Constructor for class org.apache.camel.quarkus.component.bean.consume.SingletonAnnotationBean
 
specialEvent(String) - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitEndpointGetterBean
 
specialEvent(String) - Method in class org.apache.camel.quarkus.component.bean.consume.ConsumeAnnotationWithImplicitGetterBean
 

T

template - Variable in class org.apache.camel.quarkus.component.bean.BeanResource
 
template - Variable in class org.apache.camel.quarkus.component.bean.method.BeanMethodResource
 
template - Variable in class org.apache.camel.quarkus.component.class_.ClassResource
 
toBeAlternatedBean() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers
 
toFirstName(Employee) - Method in class org.apache.camel.quarkus.component.bean.method.RegisteredBean
 
toFirstName(Employee) - Method in class org.apache.camel.quarkus.component.class_.EmployeeService
 
toLastName(Employee) - Method in class org.apache.camel.quarkus.component.bean.method.NonRegisteredBean
 
toString() - Method in class org.apache.camel.quarkus.component.bean.model.Employee
 

W

withAllBeanInstances() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
WithAlternateBeanInstance(String) - Constructor for class org.apache.camel.quarkus.component.bean.cdi.Producers.WithAlternateBeanInstance
 
withAlternativeBean() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
withDefaultBean() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
WithDefaultBeanInstance(String) - Constructor for class org.apache.camel.quarkus.component.bean.cdi.Producers.WithDefaultBeanInstance
 
withHandler() - Static method in class org.apache.camel.quarkus.component.bean.BeanRoutes
 
WithHandlerBean - Class in org.apache.camel.quarkus.component.bean
 
WithHandlerBean() - Constructor for class org.apache.camel.quarkus.component.bean.WithHandlerBean
 
WithLanguageParamBindingsBean - Class in org.apache.camel.quarkus.component.bean
A bean using language annotations in parameter bindings.
WithLanguageParamBindingsBean() - Constructor for class org.apache.camel.quarkus.component.bean.WithLanguageParamBindingsBean
 
withoutDefaultBean1() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers
 
withoutDefaultBean2() - Method in class org.apache.camel.quarkus.component.bean.cdi.Producers
 
WithoutDefaultBeanInstance(String) - Constructor for class org.apache.camel.quarkus.component.bean.cdi.Producers.WithoutDefaultBeanInstance
 
withoutDefaultBeans() - Method in class org.apache.camel.quarkus.component.bean.BeanResource
 
A B C D E F G H I L M N O P R S T W 
All Classes All Packages