Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractCamelContext - Class in org.apache.camel.impl.engine
Represents the context used to configure routes and the policies to use.
AbstractCamelContext() - Constructor for class org.apache.camel.impl.engine.AbstractCamelContext
Creates the CamelContext using DefaultRegistry as registry.
AbstractCamelContext(boolean) - Constructor for class org.apache.camel.impl.engine.AbstractCamelContext
 
AbstractCamelContext(Registry) - Constructor for class org.apache.camel.impl.engine.AbstractCamelContext
Creates the CamelContext using the given registry
AbstractDynamicRegistry<K,V> - Class in org.apache.camel.impl.engine
Base implementation for EndpointRegistry, TransformerRegistry, and ValidatorRegistry.
AbstractDynamicRegistry(CamelContext, int) - Constructor for class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
acquire() - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
acquire() - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
activateAllBreakpoints() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
adapt(Class<T>) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
add(Exchange) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
add(Exchange, String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
addAdvice(CamelInternalProcessorAdvice<?>) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
addBreakpoint(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
addBreakpoint(Breakpoint) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
addBreakpoint(Breakpoint, Condition...) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
addCamelBeanPostProjectInjector(CamelBeanPostProcessorInjector) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
addClassLoader(ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
addComponent(String, Component) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addConditionalBreakpoint(String, String, String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
addContextPlugin(Class<T>, T) - Method in class org.apache.camel.impl.engine.DefaultContextPluginManager
 
addEndpoint(String, Endpoint) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addEndpointToRegistry(String, Endpoint) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Strategy to add the given endpoint to the internal endpoint registry
addErrorHandler(ErrorHandlerFactory, NamedNode) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
addErrorHandlerFactoryReference(ErrorHandlerFactory, ErrorHandlerFactory) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
addEventNotifier(EventNotifier) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
addExchangeFactory(ExchangeFactory) - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
addFunction(String, Expression) - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
addFunction(SimpleFunction) - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
addLifecycleStrategy(LifecycleStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addManagementInterceptStrategy(ManagementInterceptStrategy.InstrumentationProcessor) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
addMethod(Object, Method, Endpoint, String) - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
addPrototypeService(Object) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addRoute(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
addRoute(Route) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addRouteFromKamelet(String, String, String, String, String, String, Map<String, Object>) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
addRouteFromKamelet(String, String, String, String, String, Map<String, Object>) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
addRouteFromTemplate(String, String, String, String, Map<String, Object>) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
addRouteFromTemplate(String, String, String, String, RouteTemplateContext) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
addRouteFromTemplate(String, String, String, Map<String, Object>) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
addRouteFromTemplate(String, String, String, RouteTemplateContext) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
addRouteFromTemplate(String, String, Map<String, Object>) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
addRouteInflightRepositoryAdvice(InflightRepository, String) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
addRouteLifecycleAdvice(CamelContext, Route, NamedRoute) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
addRoutePolicyAdvice(List<RoutePolicy>) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
addRoutePolicyFactory(RoutePolicyFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addRoutes(RoutesBuilder) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addRoutesConfigurations(RouteConfigurationsBuilder) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addService(Object) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addService(Object, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addService(Object, boolean, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addService(Service) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
addService(Service, boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
addService(Service, boolean) - Method in class org.apache.camel.impl.engine.DeferServiceStartupListener
 
addSingleStepBreakpoint(Breakpoint) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
addSingleStepBreakpoint(Breakpoint, Condition...) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
addSpoolRule(StreamCachingStrategy.SpoolRule) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
addStartupListener(StartupListener) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addSynchronization(Synchronization) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
addTemplatedRoutes(RoutesBuilder) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addThreadFactoryListener(ExecutorServiceManager.ThreadFactoryListener) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
addTimerListener(TimerListener) - Method in class org.apache.camel.impl.engine.DefaultPeriodTaskScheduler
 
addToClassMap(String, DefaultFactoryFinder.ClassSupplier) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.DelayerAdvice
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RouteInflightRepositoryAdvice
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RouteLifecycleAdvice
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RoutePolicyAdvice
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.StreamCachingAdvice
 
after(Exchange, String) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.NodeHistoryAdvice
 
after(Exchange, DefaultBacklogTracerEventMessage) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAdvice
 
after(Exchange, DefaultBacklogTracerEventMessage) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAggregateAdvice
 
after(Exchange, DefaultBacklogTracerEventMessage) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerRouteAdvice
 
after(Exchange, MessageHistory) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.MessageHistoryAdvice
 
after(Exchange, UnitOfWork) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.UnitOfWorkProcessorAdvice
 
after(Exchange, StopWatch) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogDebuggerAdvice
 
after(Exchange, StopWatch) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.DebuggerAdvice
 
after(Exchange, StopWatch) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.TracingAdvice
 
afterProcess(Exchange, Processor, NamedNode, long) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
afterProcess(Exchange, Processor, NamedNode, long) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
afterProcess(Processor, Exchange, AsyncCallback, boolean) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
afterProcess(Processor, Exchange, AsyncCallback, boolean) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
afterPropertiesConfigured(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
afterPropertiesConfigured(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWorkFactory
 
afterRoute(Exchange, Route) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
applyBeanPostProcessing(T) - Method in class org.apache.camel.impl.engine.DefaultInjector
 
asJSon() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
asyncRequest() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
asyncRequest(Class<T>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
asyncRequest(Endpoint, Processor, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBody(String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBody(String, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBody(Endpoint, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBody(Endpoint, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBody(Endpoint, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBody(Endpoint, Processor, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBody(Endpoint, Processor, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBodyAndHeader(String, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBodyAndHeader(String, Object, String, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBodyAndHeader(Endpoint, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBodyAndHeader(Endpoint, Object, String, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBodyAndHeaders(String, Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBodyAndHeaders(String, Object, Map<String, Object>, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBodyAndHeaders(Endpoint, Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncRequestBodyAndHeaders(Endpoint, Object, Map<String, Object>, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSend() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
asyncSend(String, Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSend(String, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSend(Endpoint, Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSend(Endpoint, ExchangePattern, Processor, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSend(Endpoint, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSendBody(String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSendBody(Endpoint, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSendExchange(Endpoint, ExchangePattern, Processor, Processor, Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
attach() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
await(Exchange, CountDownLatch) - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
awaitTermination(ExecutorService, long) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 

B

BacklogDebuggerAdvice(BacklogDebugger, Processor, NamedNode) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogDebuggerAdvice
 
BacklogTracer - Class in org.apache.camel.impl.debugger
A tracer used for message tracing, storing a copy of the message details in a backlog.
BacklogTracerAdvice(CamelContext, BacklogTracer, NamedNode, NamedRoute) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAdvice
 
BacklogTracerAggregateAdvice(CamelContext, NamedNode) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAggregateAdvice
 
BacklogTracerRouteAdvice(CamelContext, NamedRoute) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerRouteAdvice
 
Base64Resolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.Base64Resolver
 
BaseExecutorServiceManager - Class in org.apache.camel.impl.engine
Base ExecutorServiceManager which can be used for implementations
BaseExecutorServiceManager(CamelContext) - Constructor for class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
beanPostProcessorInjectors - Variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogDebuggerAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAggregateAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerRouteAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.DebuggerAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.DelayerAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.MessageHistoryAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.NodeHistoryAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RouteInflightRepositoryAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RouteLifecycleAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RoutePolicyAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.StreamCachingAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.TracingAdvice
 
before(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.UnitOfWorkProcessorAdvice
 
beforeProcess(Exchange, Processor, NamedNode) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
beforeProcess(Exchange, Processor, NamedNode) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
beforeProcess(Processor, Exchange, AsyncCallback) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
beforeProcess(Processor, Exchange, AsyncCallback) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
beforeRoute(Exchange, Route) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
beginTransactedBy(Object) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
beginTransactedBy(Object) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
bindDataFormats() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
bindToRegistrySupported() - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
Whether support for the annotation BindToRegistry is supported.
BootstrapConfigurerResolver - Class in org.apache.camel.impl.engine
Bootstrap configurer resolver that looks for configurer factories in META-INF/services/org/apache/camel/configurer/.
BootstrapConfigurerResolver(FactoryFinder) - Constructor for class org.apache.camel.impl.engine.BootstrapConfigurerResolver
 
BootstrapFactoryFinder - Class in org.apache.camel.impl.engine
Bootstrap factory finder.
BootstrapFactoryFinder(ClassResolver, String) - Constructor for class org.apache.camel.impl.engine.BootstrapFactoryFinder
 
browse() - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
browse() - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
browse(int, boolean) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
browse(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
browse(String, int, boolean) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 

C

cache(Object) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
cache(Exchange) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
cache(Message) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
cacheClass(Class<?>) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
camelContext - Variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
camelContext - Variable in class org.apache.camel.impl.engine.DefaultInjector
 
CamelInternalProcessor - Class in org.apache.camel.impl.engine
Internal Processor that Camel routing engine used during routing for cross cutting functionality such as: Execute UnitOfWork Keeping track which route currently is being routed Execute RoutePolicy Gather JMX performance statics Tracing Debugging Message History Stream Caching Transformer ... and more.
CamelInternalProcessor(CamelContext) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor
 
CamelInternalProcessor(CamelContext, Processor) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor
 
CamelInternalProcessor.BacklogDebuggerAdvice - Class in org.apache.camel.impl.engine
Advice to execute the BacklogDebugger if enabled.
CamelInternalProcessor.BacklogTracerAdvice - Class in org.apache.camel.impl.engine
Advice to execute the BacklogTracer if enabled.
CamelInternalProcessor.BacklogTracerAggregateAdvice - Class in org.apache.camel.impl.engine
Special advice for handling aggregate EIP for the BacklogTracer.
CamelInternalProcessor.BacklogTracerRouteAdvice - Class in org.apache.camel.impl.engine
Advice to invoke callbacks for before and after routing for BacklogTracer.
CamelInternalProcessor.DebuggerAdvice - Class in org.apache.camel.impl.engine
Advice to execute when using custom debugger.
CamelInternalProcessor.DelayerAdvice - Class in org.apache.camel.impl.engine
Advice for delaying
CamelInternalProcessor.MessageHistoryAdvice - Class in org.apache.camel.impl.engine
Advice when Message History has been enabled.
CamelInternalProcessor.NodeHistoryAdvice - Class in org.apache.camel.impl.engine
Advice that stores the node id and label of the processor that is processing the exchange.
CamelInternalProcessor.RouteInflightRepositoryAdvice - Class in org.apache.camel.impl.engine
Advice to keep the InflightRepository up to date.
CamelInternalProcessor.RouteLifecycleAdvice - Class in org.apache.camel.impl.engine
Advice to invoke callbacks for before and after routing.
CamelInternalProcessor.RoutePolicyAdvice - Class in org.apache.camel.impl.engine
Advice to execute any RoutePolicy a route may have been configured with.
CamelInternalProcessor.StreamCachingAdvice - Class in org.apache.camel.impl.engine
Advice for StreamCachingStrategy
CamelInternalProcessor.TracingAdvice - Class in org.apache.camel.impl.engine
Advice for tracing
CamelInternalProcessor.UnitOfWorkProcessorAdvice - Class in org.apache.camel.impl.engine
Advice to inject new UnitOfWork to the Exchange if needed, and as well to ensure the UnitOfWork is done and stopped.
camelPostProcessorHelper - Variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
CamelPostProcessorHelper - Class in org.apache.camel.impl.engine
A helper class for Camel based injector or bean post-processing hooks.
CamelPostProcessorHelper() - Constructor for class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
CamelPostProcessorHelper(CamelContext) - Constructor for class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
canPostProcessBean(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
canSetCamelContext(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
classesNotFound - Variable in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
classesNotFoundExceptions - Variable in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
classMap - Variable in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
ClasspathResolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.ClasspathResolver
 
classResolver - Variable in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
cleanUp() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
cleanUp() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
cleanUp() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
cleanUp() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
clear() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
clear() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
clear() - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
clear() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
clear() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
Clears information put on the MDC by this MDCUnitOfWork
clearCache() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
clearCustom(Exchange) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
Clear custom MDC values based on the configured MDC pattern
clearRouteModel() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
close() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
close() - Method in class org.apache.camel.impl.engine.BootstrapConfigurerResolver
 
close() - Method in class org.apache.camel.impl.engine.BootstrapFactoryFinder
 
close() - Method in class org.apache.camel.impl.engine.DefaultServiceBootstrapCloseable
 
commit(Consumer, Endpoint, int) - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.impl.engine.DefaultConfigurerResolver.ContextConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactoryConfigurer
 
consumerInjection(Method, Object, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
containsKey(Object) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
containsKey(Object) - Method in class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
containsSynchronization(Synchronization) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
containsValue(Object) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
context - Variable in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
ContextConfigurer(PropertyConfigurer, PropertyConfigurer) - Constructor for class org.apache.camel.impl.engine.DefaultConfigurerResolver.ContextConfigurer
 
continueProcessing(Exchange) - Method in class org.apache.camel.impl.engine.SharedCamelInternalProcessor
Strategy to determine if we should continue processing the Exchange.
convertBeanToEndpoint(String, Object) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Strategy method for attempting to convert the bean from a Registry to an endpoint using some kind of transformation or wrapper
coreSize() - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
countDown(Exchange, CountDownLatch) - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
create(boolean) - Method in class org.apache.camel.impl.engine.PooledExchangeFactory
 
create(boolean) - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
create(CamelContext, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategyFactory
 
create(Endpoint, boolean) - Method in class org.apache.camel.impl.engine.PooledExchangeFactory
 
create(Endpoint, boolean) - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
create(Endpoint, ExchangePattern) - Method in class org.apache.camel.impl.engine.PooledProcessorExchangeFactory
 
create(Endpoint, ExchangePattern) - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
createAnnotationBasedProcessorFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createAnnotationBasedProcessorFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createAsyncProcessorAwaitManager() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createAsyncProcessorAwaitManager() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createBackOffTimerFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createBackOffTimerFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createBeanIntrospection() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createBeanIntrospection() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createBeanPostProcessor() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createBeanPostProcessor() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createBeanProcessorFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createBeanProcessorFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createBeanProxyFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createBeanProxyFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createBindToRegistryFactory(String, Object, Class<?>, String, boolean, String, String) - Method in class org.apache.camel.impl.engine.DefaultDependencyInjectionAnnotationFactory
 
createBodyAndHeaderProcessor(Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
createBodyAndHeaders(Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
createBodyAndPropertyProcessor(Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
createBootstrapFactoryFinder(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createCamelContextNameStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createCamelContextNameStrategy() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createChildUnitOfWork(Exchange) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
createClassResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createClassResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createCompletionFunction(Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
createComponentNameResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createComponentNameResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createComponentResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createComponentResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createConfigurerResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createConfigurerResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createConsumerTemplate() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createConsumerTemplate(int) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createContextServiceLoaderPlugin() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createContextServiceLoaderPlugin() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createCopy(Exchange) - Method in class org.apache.camel.impl.engine.PooledProcessorExchangeFactory
 
createCopy(Exchange) - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
createCorrelatedCopy(Exchange, boolean) - Method in class org.apache.camel.impl.engine.PooledProcessorExchangeFactory
 
createCorrelatedCopy(Exchange, boolean) - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
createDataFormat(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createDataFormat(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultDataFormatResolver
 
createDataFormatResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createDataFormatResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createDebugger(CamelContext) - Static method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
Creates a new backlog debugger.
createDeferServiceFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createDeferServiceFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createDependencyInjectionAnnotationFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createDependencyInjectionAnnotationFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createDevConsoleRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createDevConsoleRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createDevConsoleResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createDevConsoleResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createDumpRoutesStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createDumpRoutesStrategy() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createEndpoint(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
A pluggable strategy to allow an endpoint to be created without requiring a component to be its factory, such as for looking up the URI inside some Registry
createEndpointRegistry(Map<NormalizedEndpointUri, Endpoint>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createEndpointRegistry(Map<NormalizedEndpointUri, Endpoint>) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createEndpointServiceRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createEndpointServiceRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createErrorHandler(Route, Processor) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createErrorHandler(Route, Processor) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createErrorHandlerExecutorService() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createExchangeFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createExchangeFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createExchangeFactoryManager() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createExchangeFactoryManager() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createExecutorServiceManager() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createExecutorServiceManager() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createFactoryFinder(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createFactoryFinderResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createFactoryFinderResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createFluentProducerTemplate() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createFluentProducerTemplate(int) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createGroovyScriptCompiler() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createGroovyScriptCompiler() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createHeadersMapFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createHeadersMapFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createHealthCheckRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createHealthCheckRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createHealthCheckResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createHealthCheckResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createId(NamedNode) - Method in class org.apache.camel.impl.engine.DefaultNodeIdFactory
 
createInflightRepository() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createInflightRepository() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createInjectionConsumerTemplate(String, String, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Factory method to create a ConsumerTemplate to be injected into a POJO
createInjectionFluentProducerTemplate(String, String, String, Object) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Factory method to create a FluentProducerTemplate to be injected into a POJO
createInjectionPollingConsumer(Endpoint, Object, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Factory method to create a started PollingConsumer to be injected into a POJO
createInjectionProducer(Endpoint, Object, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
A Factory method to create a started Producer to be injected into a POJO
createInjectionProducerTemplate(String, String, String, Object) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Factory method to create a ProducerTemplate to be injected into a POJO
createInjector() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createInjector() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createInterceptEndpointFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createInterceptEndpointFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createInterceptSendToEndpoint(CamelContext, Endpoint, boolean, Predicate, Processor, Processor) - Method in class org.apache.camel.impl.engine.DefaultInterceptEndpointFactory
 
createInternalProcessorFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createInternalProcessorFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createJmxConnector(String) - Method in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
createLanguageResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createLanguageResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createLifecycle(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategyFactory
 
createManagementNameStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createManagementNameStrategy() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createManagementObjectNameStrategy() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
createManagementObjectNameStrategy(String) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
createManagementObjectStrategy() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
createMessageHistoryFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createMessageHistoryFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createModelineFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createModelineFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createModelJAXBContextFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createModelJAXBContextFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createModelToStructureDumper() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createModelToStructureDumper() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createModelToXMLDumper() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createModelToXMLDumper() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createModelToYAMLDumper() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createModelToYAMLDumper() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createNodeIdFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createNodeIdFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createOptimisedComponentResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createOptimisedComponentResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createPackageScanClassResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createPackageScanClassResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createPackageScanResourceResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createPackageScanResourceResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createPeriodTaskResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createPeriodTaskResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createPeriodTaskScheduler() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createPeriodTaskScheduler() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createProcessorExchangeFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createProcessorExchangeFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createProcessorFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createProcessorFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createProducerTemplate() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createProducerTemplate(int) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createPropertiesComponent() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createPropertiesComponent() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createProxyInstantiationRuntimeException(Class<?>, Endpoint, Exception) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
createReactiveExecutor() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createReactiveExecutor() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultFallbackResourceResolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.Base64Resolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.ClasspathResolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.FileResolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.GzipResolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.HttpResolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.HttpsResolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.MemResolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.RefResolver
 
createResource(String, String) - Method in class org.apache.camel.impl.engine.DefaultResourceResolvers.SourceResolver
 
createResourceLoader() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createResourceLoader() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createRestBindingJacksonXmlDataFormatFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRestBindingJacksonXmlDataFormatFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createRestBindingJaxbDataFormatFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRestBindingJaxbDataFormatFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createRestConfiguration() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRestRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRestRegistryFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRestRegistryFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createRoute(CamelContext, NamedNode, String, String, String, Endpoint, Resource) - Method in class org.apache.camel.impl.engine.DefaultRouteFactory
 
createRouteController() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRouteController() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createRouteFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRouteFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createRoutePolicy(CamelContext, String, NamedNode) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
 
createRoutesLoader() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRoutesLoader() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createRuntimeCamelCatalog() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createRuntimeCamelCatalog() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createSetBodyProcessor(Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
createShutdownStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createShutdownStrategy() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createSimpleFunctionRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createSimpleFunctionRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createStartupConditionStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createStartupConditionStrategy() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createStreamCachingStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createStreamCachingStrategy() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createTaskManagerRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createTaskManagerRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createThreadFactory(Object, String, boolean) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
createTracer() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createTracer() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createTracer(CamelContext) - Static method in class org.apache.camel.impl.debugger.BacklogTracer
Creates a new backlog tracer.
createTransformerRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createTransformerRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createTypeConverter() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createTypeConverter() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createTypeConverterRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createTypeConverterRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createUnitOfWork(Exchange) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.UnitOfWorkProcessorAdvice
 
createUnitOfWork(Exchange) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWorkFactory
 
createUnitOfWorkFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createUnitOfWorkFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createUriFactoryResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createUriFactoryResolver() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createUuidGenerator() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createUuidGenerator() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createValidatorRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createValidatorRegistry() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createVariableRepositoryFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createVariableRepositoryFactory() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
customResolveManagementName(String, String) - Method in class org.apache.camel.impl.engine.DefaultManagementNameStrategy
Strategy to do any custom resolution of the name
customSize() - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 

D

DATA_TYPE_TRANSFORMER_RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultTransformerResolver
 
DATAFORMAT_RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultDataFormatResolver
 
DebuggerAdvice(Debugger, Processor, NamedNode) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.DebuggerAdvice
 
DebuggerJmxConnectorService - Class in org.apache.camel.impl.debugger
To make it possible to do Camel debugging via JMX remote
DebuggerJmxConnectorService() - Constructor for class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
DEFAULT_CONNECTION_PORT - Static variable in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
DEFAULT_HOST - Static variable in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
DEFAULT_REGISTRY_PORT - Static variable in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
DEFAULT_SERVICE_URL_PATH - Static variable in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
DefaultAsyncProcessorAwaitManager - Class in org.apache.camel.impl.engine
 
DefaultAsyncProcessorAwaitManager() - Constructor for class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
DefaultBacklogDebugger - Class in org.apache.camel.impl.debugger
 
DefaultBacklogTracerEventMessage - Class in org.apache.camel.impl.debugger
An event message holding the traced message by the BacklogTracer.
DefaultBacklogTracerEventMessage(CamelContext, boolean, boolean, long, long, String, String, String, String, String, String, String, String, String, int, String, String, boolean, boolean, JsonObject) - Constructor for class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
DefaultBackOffTimer - Class in org.apache.camel.impl.engine
Default BackOffTimer.
DefaultBackOffTimer(CamelContext, String, ScheduledExecutorService) - Constructor for class org.apache.camel.impl.engine.DefaultBackOffTimer
 
DefaultBackOffTimerFactory - Class in org.apache.camel.impl.engine
Default BackOffTimerFactory.
DefaultBackOffTimerFactory(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultBackOffTimerFactory
 
DefaultBeanIntrospection - Class in org.apache.camel.impl.engine
 
DefaultBeanIntrospection() - Constructor for class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
DefaultCamelBeanPostProcessor - Class in org.apache.camel.impl.engine
A bean post processor which implements the Bean Integration features in Camel.
DefaultCamelBeanPostProcessor() - Constructor for class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
DefaultCamelBeanPostProcessor(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
DefaultCamelContextNameStrategy - Class in org.apache.camel.impl.engine
A default name strategy which auto assigns a name using a prefix-counter pattern.
DefaultCamelContextNameStrategy() - Constructor for class org.apache.camel.impl.engine.DefaultCamelContextNameStrategy
 
DefaultCamelContextNameStrategy(String) - Constructor for class org.apache.camel.impl.engine.DefaultCamelContextNameStrategy
 
DefaultChannel - Class in org.apache.camel.impl.engine
DefaultChannel is the default Channel.
DefaultChannel(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultChannel
 
DefaultClassResolver - Class in org.apache.camel.impl.engine
Default class resolver that uses regular class loader to load classes.
DefaultClassResolver() - Constructor for class org.apache.camel.impl.engine.DefaultClassResolver
 
DefaultClassResolver(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultClassResolver
 
DefaultCompileStrategy - Class in org.apache.camel.impl.engine
Default CompileStrategy.
DefaultCompileStrategy() - Constructor for class org.apache.camel.impl.engine.DefaultCompileStrategy
 
DefaultComponentNameResolver - Class in org.apache.camel.impl.engine
 
DefaultComponentNameResolver() - Constructor for class org.apache.camel.impl.engine.DefaultComponentNameResolver
 
DefaultComponentResolver - Class in org.apache.camel.impl.engine
The default implementation of ComponentResolver which tries to find components by using the URI scheme prefix and searching for a file of the URI scheme name in the META-INF/services/org/apache/camel/component/ directory on the classpath.
DefaultComponentResolver() - Constructor for class org.apache.camel.impl.engine.DefaultComponentResolver
 
DefaultConfigurerResolver - Class in org.apache.camel.impl.engine
Default configurer resolver that looks for configurer factories in META-INF/services/org/apache/camel/configurer/.
DefaultConfigurerResolver() - Constructor for class org.apache.camel.impl.engine.DefaultConfigurerResolver
 
DefaultConfigurerResolver(FactoryFinder) - Constructor for class org.apache.camel.impl.engine.DefaultConfigurerResolver
 
DefaultConfigurerResolver.ContextConfigurer - Class in org.apache.camel.impl.engine
This is a special container for the CamelContext because, with Camel 4, we split the CamelContext and the former ExtendedCamelContext.
DefaultConsumerTemplate - Class in org.apache.camel.impl.engine
Default implementation of ConsumerTemplate.
DefaultConsumerTemplate(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
DefaultContextPluginManager - Class in org.apache.camel.impl.engine
 
DefaultContextPluginManager() - Constructor for class org.apache.camel.impl.engine.DefaultContextPluginManager
 
DefaultContextServiceLoaderPlugin - Class in org.apache.camel.impl.engine
Default implementation that automatically discovers and loads ContextServicePlugin implementations using the Java ServiceLoader mechanism.
DefaultContextServiceLoaderPlugin() - Constructor for class org.apache.camel.impl.engine.DefaultContextServiceLoaderPlugin
 
DefaultDataFormatResolver - Class in org.apache.camel.impl.engine
Default data format resolver
DefaultDataFormatResolver() - Constructor for class org.apache.camel.impl.engine.DefaultDataFormatResolver
 
DefaultDebugger - Class in org.apache.camel.impl.debugger
The default implementation of the Debugger.
DefaultDebugger() - Constructor for class org.apache.camel.impl.debugger.DefaultDebugger
 
DefaultDebugger(CamelContext) - Constructor for class org.apache.camel.impl.debugger.DefaultDebugger
 
DefaultDependencyInjectionAnnotationFactory - Class in org.apache.camel.impl.engine
Default implementation of the CamelDependencyInjectionAnnotationFactory.
DefaultDependencyInjectionAnnotationFactory(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultDependencyInjectionAnnotationFactory
 
DefaultDevConsoleResolver - Class in org.apache.camel.impl.engine
Default dev console resolver that looks for dev consoles factories in META-INF/services/org/apache/camel/dev-console/.
DefaultDevConsoleResolver() - Constructor for class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 
DefaultEndpointRegistry - Class in org.apache.camel.impl.engine
Default implementation of EndpointRegistry
DefaultEndpointRegistry(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
DefaultEndpointRegistry(CamelContext, Map<NormalizedEndpointUri, Endpoint>) - Constructor for class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
DefaultEndpointServiceRegistry - Class in org.apache.camel.impl.engine
 
DefaultEndpointServiceRegistry(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultEndpointServiceRegistry
 
DefaultExchangeFactoryManager - Class in org.apache.camel.impl.engine
 
DefaultExchangeFactoryManager() - Constructor for class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
DefaultExecutorServiceManager - Class in org.apache.camel.impl.engine
Default ExecutorServiceManager.
DefaultExecutorServiceManager(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultExecutorServiceManager
 
DefaultFactoryFinder - Class in org.apache.camel.impl.engine
Default factory finder.
DefaultFactoryFinder(ClassResolver, String) - Constructor for class org.apache.camel.impl.engine.DefaultFactoryFinder
 
DefaultFactoryFinder.ClassSupplier - Interface in org.apache.camel.impl.engine
 
DefaultFactoryFinderResolver - Class in org.apache.camel.impl.engine
Default factory finder.
DefaultFactoryFinderResolver() - Constructor for class org.apache.camel.impl.engine.DefaultFactoryFinderResolver
 
DefaultFallbackResourceResolver - Class in org.apache.camel.impl.engine
A fallback ResourceResolver to be able to load resources from both classpath and file.
DefaultFallbackResourceResolver(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultFallbackResourceResolver
 
DefaultFluentProducerTemplate - Class in org.apache.camel.impl.engine
This implementation is based on the usage pattern, that a top level DefaultFluentProducerTemplate instance is created as singleton and provided to the Camel end user (such as injected into a POJO).
DefaultFluentProducerTemplate(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
DefaultGlobalEndpointConfiguration - Class in org.apache.camel.impl.engine
 
DefaultGlobalEndpointConfiguration() - Constructor for class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
DefaultHeadersMapFactory - Class in org.apache.camel.impl.engine
Default HeadersMapFactory which uses the CaseInsensitiveMap.
DefaultHeadersMapFactory() - Constructor for class org.apache.camel.impl.engine.DefaultHeadersMapFactory
 
DefaultHealthCheckResolver - Class in org.apache.camel.impl.engine
Default health check resolver that looks for health checks factories in META-INF/services/org/apache/camel/health-check/.
DefaultHealthCheckResolver() - Constructor for class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
DefaultInflightRepository - Class in org.apache.camel.impl.engine
Default InflightRepository.
DefaultInflightRepository() - Constructor for class org.apache.camel.impl.engine.DefaultInflightRepository
 
DefaultInjector - Class in org.apache.camel.impl.engine
A default implementation of Injector which just uses reflection to instantiate new objects using their zero argument constructor, and then performing bean post processing using CamelBeanPostProcessor.
DefaultInjector(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultInjector
 
DefaultInterceptEndpointFactory - Class in org.apache.camel.impl.engine
Default InterceptEndpointFactory.
DefaultInterceptEndpointFactory() - Constructor for class org.apache.camel.impl.engine.DefaultInterceptEndpointFactory
 
DefaultLanguageResolver - Class in org.apache.camel.impl.engine
Default language resolver that looks for language factories in META-INF/services/org/apache/camel/language/ and language resolvers in META-INF/services/org/apache/camel/language/resolver/.
DefaultLanguageResolver() - Constructor for class org.apache.camel.impl.engine.DefaultLanguageResolver
 
DefaultManagementNameStrategy - Class in org.apache.camel.impl.engine
Default implementation of ManagementNameStrategy
DefaultManagementNameStrategy(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultManagementNameStrategy
 
DefaultManagementNameStrategy(CamelContext, String, String) - Constructor for class org.apache.camel.impl.engine.DefaultManagementNameStrategy
 
DefaultManagementStrategy - Class in org.apache.camel.impl.engine
A default management strategy that does not manage.
DefaultManagementStrategy() - Constructor for class org.apache.camel.impl.engine.DefaultManagementStrategy
 
DefaultManagementStrategy(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultManagementStrategy
 
DefaultManagementStrategy(CamelContext, ManagementAgent) - Constructor for class org.apache.camel.impl.engine.DefaultManagementStrategy
 
DefaultManagementStrategyFactory - Class in org.apache.camel.impl.engine
Factory for creating non JMX ManagementStrategy.
DefaultManagementStrategyFactory() - Constructor for class org.apache.camel.impl.engine.DefaultManagementStrategyFactory
 
DefaultMessageHistoryFactory - Class in org.apache.camel.impl.engine
 
DefaultMessageHistoryFactory() - Constructor for class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
DefaultNodeIdFactory - Class in org.apache.camel.impl.engine
Default id factory.
DefaultNodeIdFactory() - Constructor for class org.apache.camel.impl.engine.DefaultNodeIdFactory
 
DefaultOptimisedComponentResolver - Class in org.apache.camel.impl.engine
Default OptimisedComponentResolver.
DefaultOptimisedComponentResolver(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultOptimisedComponentResolver
 
DefaultPeriodTaskResolver - Class in org.apache.camel.impl.engine
 
DefaultPeriodTaskResolver(FactoryFinder) - Constructor for class org.apache.camel.impl.engine.DefaultPeriodTaskResolver
 
DefaultPeriodTaskScheduler - Class in org.apache.camel.impl.engine
A PeriodTaskScheduler that schedules generic tasks from custom components that are defined with the PeriodicTask annotation.
DefaultPeriodTaskScheduler() - Constructor for class org.apache.camel.impl.engine.DefaultPeriodTaskScheduler
 
DefaultProducerTemplate - Class in org.apache.camel.impl.engine
Template (named like Spring's TransactionTemplate invalid input: '&' JmsTemplate et al) for working with Camel and sending Message instances in an Exchange to an Endpoint.
DefaultProducerTemplate(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultProducerTemplate
 
DefaultProducerTemplate(CamelContext, ExecutorService) - Constructor for class org.apache.camel.impl.engine.DefaultProducerTemplate
 
DefaultProducerTemplate(CamelContext, Endpoint) - Constructor for class org.apache.camel.impl.engine.DefaultProducerTemplate
 
DefaultReactiveExecutor - Class in org.apache.camel.impl.engine
Default ReactiveExecutor.
DefaultReactiveExecutor() - Constructor for class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
DefaultResourceLoader - Class in org.apache.camel.impl.engine
Default ResourceLoader.
DefaultResourceLoader() - Constructor for class org.apache.camel.impl.engine.DefaultResourceLoader
 
DefaultResourceLoader(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultResourceLoader
 
DefaultResourceResolvers - Class in org.apache.camel.impl.engine
 
DefaultResourceResolvers.Base64Resolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from a base64 encoded string.
DefaultResourceResolvers.ClasspathResolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from the classpath.
DefaultResourceResolvers.FileResolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from a file.
DefaultResourceResolvers.GzipResolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from a gzip+base64 encoded string.
DefaultResourceResolvers.HttpResolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from http.
DefaultResourceResolvers.HttpsResolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from https.
DefaultResourceResolvers.MemResolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from a string.
DefaultResourceResolvers.RefResolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from a bean in the registry of type String.
DefaultResourceResolvers.SourceResolver - Class in org.apache.camel.impl.engine
An implementation of the ResourceResolver that resolves a Resource from file system in src/main/java.
DefaultRoute - Class in org.apache.camel.impl.engine
Default implementation of Route.
DefaultRoute(CamelContext, NamedNode, String, String, String, Endpoint, Resource) - Constructor for class org.apache.camel.impl.engine.DefaultRoute
 
DefaultRouteController - Class in org.apache.camel.impl.engine
A default RouteController that starts the routes in a fail-fast mode, which means if any of the routes fail to startup then this causes Camel to fail to startup as well.
DefaultRouteController() - Constructor for class org.apache.camel.impl.engine.DefaultRouteController
 
DefaultRouteController(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultRouteController
 
DefaultRouteError - Class in org.apache.camel.impl.engine
 
DefaultRouteError(RouteError.Phase, Throwable) - Constructor for class org.apache.camel.impl.engine.DefaultRouteError
 
DefaultRouteError(RouteError.Phase, Throwable, boolean) - Constructor for class org.apache.camel.impl.engine.DefaultRouteError
 
DefaultRouteFactory - Class in org.apache.camel.impl.engine
Default RouteFactory.
DefaultRouteFactory() - Constructor for class org.apache.camel.impl.engine.DefaultRouteFactory
 
DefaultRoutesLoader - Class in org.apache.camel.impl.engine
Default RoutesLoader.
DefaultRoutesLoader() - Constructor for class org.apache.camel.impl.engine.DefaultRoutesLoader
 
DefaultRoutesLoader(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultRoutesLoader
 
DefaultRouteStartupOrder - Class in org.apache.camel.impl.engine
Default implementation of RouteStartupOrder.
DefaultRouteStartupOrder(int, Route, RouteService) - Constructor for class org.apache.camel.impl.engine.DefaultRouteStartupOrder
 
DefaultRuntimeEndpointRegistry - Class in org.apache.camel.impl.engine
 
DefaultRuntimeEndpointRegistry() - Constructor for class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
DefaultServiceBootstrapCloseable - Class in org.apache.camel.impl.engine
Default BootstrapCloseable which will collect all registered Service which is BootstrapCloseable and run their task and remove the service from CamelContext.
DefaultServiceBootstrapCloseable(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultServiceBootstrapCloseable
 
DefaultShutdownStrategy - Class in org.apache.camel.impl.engine
Default ShutdownStrategy which uses graceful shutdown.
DefaultShutdownStrategy() - Constructor for class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
DefaultShutdownStrategy(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
DefaultSimpleFunctionRegistry - Class in org.apache.camel.impl.engine
Default SimpleFunctionRegistry.
DefaultSimpleFunctionRegistry(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
DefaultStreamCachingStrategy - Class in org.apache.camel.impl.engine
Default implementation of StreamCachingStrategy
DefaultStreamCachingStrategy() - Constructor for class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
DefaultSupervisingRouteController - Class in org.apache.camel.impl.engine
A supervising capable RouteController that delays the startup of the routes after the camel context startup and takes control of starting the routes in a safe manner.
DefaultSupervisingRouteController() - Constructor for class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
DefaultTracer - Class in org.apache.camel.impl.engine
Default Tracer implementation that will log traced messages to the logger named org.apache.camel.Tracing.
DefaultTracer() - Constructor for class org.apache.camel.impl.engine.DefaultTracer
 
DefaultTransformerRegistry - Class in org.apache.camel.impl.engine
Default implementation of TransformerRegistry.
DefaultTransformerRegistry(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
DefaultTransformerResolver - Class in org.apache.camel.impl.engine
The default implementation of TransformerResolver which tries to find components by using the URI scheme prefix and searching for a file of the URI scheme name in the META-INF/services/org/apache/camel/transformer/ directory on the classpath.
DefaultTransformerResolver() - Constructor for class org.apache.camel.impl.engine.DefaultTransformerResolver
 
DefaultUnitOfWork - Class in org.apache.camel.impl.engine
The default implementation of UnitOfWork
DefaultUnitOfWork(Exchange) - Constructor for class org.apache.camel.impl.engine.DefaultUnitOfWork
 
DefaultUnitOfWork(Exchange, InflightRepository, boolean, boolean) - Constructor for class org.apache.camel.impl.engine.DefaultUnitOfWork
 
DefaultUnitOfWork(Exchange, Logger, InflightRepository, boolean, boolean) - Constructor for class org.apache.camel.impl.engine.DefaultUnitOfWork
 
DefaultUnitOfWorkFactory - Class in org.apache.camel.impl.engine
Default UnitOfWorkFactory
DefaultUnitOfWorkFactory() - Constructor for class org.apache.camel.impl.engine.DefaultUnitOfWorkFactory
 
DefaultUriFactoryResolver - Class in org.apache.camel.impl.engine
Default assembler resolver that looks for UriFactoryResolver factories in META-INF/services/org/apache/camel/urifactory/.
DefaultUriFactoryResolver() - Constructor for class org.apache.camel.impl.engine.DefaultUriFactoryResolver
 
DefaultValidatorRegistry - Class in org.apache.camel.impl.engine
Default implementation of ValidatorRegistry.
DefaultValidatorRegistry(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultValidatorRegistry
 
DefaultVariableRepositoryFactory - Class in org.apache.camel.impl.engine
Default VariableRepositoryFactory.
DefaultVariableRepositoryFactory(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultVariableRepositoryFactory
 
DeferServiceStartupListener - Class in org.apache.camel.impl.engine
A StartupListener that defers starting Services, until as late as possible during the startup process of CamelContext.
DeferServiceStartupListener() - Constructor for class org.apache.camel.impl.engine.DeferServiceStartupListener
 
deferStartService(Object, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
DelayerAdvice(long) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.DelayerAdvice
 
destroyMethodCandidate(Object) - Static method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Find the best destroy method to use for the given bean
detach() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
DEV_CONSOLE_RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 
devConsoleFactory - Variable in class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 
disableBreakpoint(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
disableDebugger() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
disableJMX() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
disposeModel() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Deprecated.
disposeModel() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
doBuild() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doBuild() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
doBuild() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
doBuild() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
doBuild() - Method in class org.apache.camel.impl.engine.DefaultVariableRepositoryFactory
 
doBuild() - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
doBuild() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
doDumpRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doFail(Exception) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doGetEndpoint(String, Map<String, Object>, boolean, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doGetRouteServices(List<Service>) - Method in class org.apache.camel.impl.engine.RouteService
Gather all other kind of route services from the given route, except error handler
doInit() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
doInit() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doInit() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
doInit() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
doInit() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
doInit() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
doInit() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
doInit() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
doInit() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
doInit() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
doInit() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
doLifecycleChange() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
done(Exchange) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
done(Exchange) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
doneProcessing() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
Callback when the message has been processed at the given node
doneUoW(Exchange) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
doResume() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doResume() - Method in class org.apache.camel.impl.engine.RouteService
 
doSetup() - Method in class org.apache.camel.impl.engine.RouteService
 
doShutdown() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
doShutdown() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
doShutdown() - Method in class org.apache.camel.impl.engine.RouteService
 
doShutdown() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
doShutdown(CamelContext, List<RouteStartupOrder>, long, TimeUnit, boolean, boolean, boolean) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
doShutdownRoute(String, long, TimeUnit, boolean, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doShutdownRouteGroup(String, long, TimeUnit, boolean, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStart() - Method in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
doStart() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
doStart() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
doStart() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStart() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultBackOffTimer
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultContextServiceLoaderPlugin
Discovers and loads all ContextServicePlugin implementations found on the classpath.
doStart() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultResourceLoader
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultVariableRepositoryFactory
 
doStart() - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
doStart() - Method in class org.apache.camel.impl.engine.RouteService
 
doStart() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
doStart(Set<Service>, CamelContext, boolean) - Method in class org.apache.camel.impl.engine.DeferServiceStartupListener
 
doStartCamel() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStartContext() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStartStandardServices() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStop() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
doStop() - Method in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
doStop() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
doStop() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
doStop() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultBackOffTimer
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultContextServiceLoaderPlugin
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultResourceLoader
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
doStop() - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
doStop() - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
 
doStop() - Method in class org.apache.camel.impl.engine.PooledExchangeFactory
 
doStop() - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
doStop() - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
doStop() - Method in class org.apache.camel.impl.engine.RouteService
 
doStop() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
doSuspend() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doSuspend() - Method in class org.apache.camel.impl.engine.RouteService
 
doWarmUp() - Method in class org.apache.camel.impl.engine.RouteService
 
dumpAllTracedMessages() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpAllTracedMessagesAsJSon() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpAllTracedMessagesAsXml() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpLatestMessageHistory() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpLatestMessageHistoryAsJSon() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpLatestMessageHistoryAsXml() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpTrace(String, Object) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
dumpTracedMessages(String) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpTracedMessagesAsJSon(String) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpTracedMessagesAsJSon(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
dumpTracedMessagesAsXml(String) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpTracedMessagesAsXml(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
DurationRoutePolicy - Class in org.apache.camel.impl.engine
RoutePolicy which executes for a duration and then triggers an action.
DurationRoutePolicy() - Constructor for class org.apache.camel.impl.engine.DurationRoutePolicy
 
DurationRoutePolicy(CamelContext, String) - Constructor for class org.apache.camel.impl.engine.DurationRoutePolicy
 
DurationRoutePolicy.Action - Enum Class in org.apache.camel.impl.engine
 
DurationRoutePolicyConfigurer - Class in org.apache.camel.impl.engine
Generated by camel build tools - do NOT edit this file!
DurationRoutePolicyConfigurer() - Constructor for class org.apache.camel.impl.engine.DurationRoutePolicyConfigurer
 
DurationRoutePolicyFactory - Class in org.apache.camel.impl.engine
RoutePolicyFactory which executes for a duration and then triggers an action.
DurationRoutePolicyFactory() - Constructor for class org.apache.camel.impl.engine.DurationRoutePolicyFactory
 
DurationRoutePolicyFactoryConfigurer - Class in org.apache.camel.impl.engine
Generated by camel build tools - do NOT edit this file!
DurationRoutePolicyFactoryConfigurer() - Constructor for class org.apache.camel.impl.engine.DurationRoutePolicyFactoryConfigurer
 
dynamicMap - Variable in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
dynamicSize() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 

E

eagerCreateTypeConverter() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Whether to eager create TypeConverter during initialization of CamelContext.
enableBreakpoint(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
enabled - Variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
enableDebugger() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
endTransactedBy(Object) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
endTransactedBy(Object) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
entrySet() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
executeFromQueue() - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
ExplicitCamelContextNameStrategy - Class in org.apache.camel.impl.engine
Strategy to used an explicit (fixed) name for CamelContext.
ExplicitCamelContextNameStrategy(String) - Constructor for class org.apache.camel.impl.engine.ExplicitCamelContextNameStrategy
 
extractFutureBody(Future<?>, long, TimeUnit, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
extractFutureBody(Future<?>, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
extractResultBody(Exchange) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
Extracts the body from the given result.
extractResultBody(Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
extractResultBody(Exchange, ExchangePattern) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 

F

factoryFinder - Variable in class org.apache.camel.impl.engine.DefaultConfigurerResolver
 
failOnStartup(Exception) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
FileResolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.FileResolver
 
filter(String) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
findClass(String) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
findDevConsole(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 
findHealthCheck(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
findHealthCheckRepository(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
findLanguage(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
findLanguageResolver(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
findOptionalClass(String) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
findRoutesBuilders(Collection<Resource>) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
findRoutesBuilders(Collection<Resource>, boolean) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
findSetterMethods(Class<?>, String, boolean, boolean, boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
forceId(Object) - Method in class org.apache.camel.impl.engine.DefaultExecutorServiceManager
 
forceLazyInitialization() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Force some lazy initialization to occur upfront before we start any components and create routes
forceStopLazyInitialization() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Force clear lazy initialization so they can be re-created on restart

G

gatherEndpoints() - Method in class org.apache.camel.impl.engine.RouteService
Gather all the endpoints this route service uses
gatherServices(List<Service>) - Method in class org.apache.camel.impl.engine.DefaultRoute
Factory method to lazily create the complete list of services required for this route such as adding the processor or consumer
get() - Method in interface org.apache.camel.impl.engine.DefaultFactoryFinder.ClassSupplier
 
get(Object) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
getAction() - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
getAction() - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
 
getAdvice(Class<T>) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
getAllEndpoints(boolean) - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
getAllowClasses() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getAllTracedMessages() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getApplicationContextClassLoader() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getApplicationContextClassLoader() - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
getAutoStartupExcludePattern() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBacklogDebugger(CamelContext) - Static method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
A helper method to return the BacklogDebugger instance if one is enabled
getBacklogSize() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getBackOff(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getBackOffDelay() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getBackOffMaxAttempts() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getBackOffMaxDelay() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getBackOffMaxElapsedTime() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getBackOffMultiplier() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getBodyMaxChars() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getBodyMaxChars() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getBreakpoints() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getBreakpoints() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
getBufferSize() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getCachedClassesCounter() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getCamelContext() - Method in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
getCamelContext() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
getCamelContext() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
getCamelContext() - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultContextServiceLoaderPlugin
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultDependencyInjectionAnnotationFactory
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultResourceLoader
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultUriFactoryResolver
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
getCamelContext() - Method in class org.apache.camel.impl.engine.RouteService
 
getCamelContextExtension() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getCamelContextReference() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getCapacity() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
getClassLoader(String) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
getClassLoaders() - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
getClassResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getClock() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getComponent(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getComponent(String, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getComponent(String, boolean, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getComponent(String, Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getComponentNames() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getComponentParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getConfigurationId() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getConsumer() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getConsumer() - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
getConsumerCounter() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
getConsumerProcessor(Endpoint) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getContextPlugin(Class<T>) - Method in class org.apache.camel.impl.engine.DefaultContextPluginManager
 
getControlledRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
getControlledRoutes() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getCoreFunctionNames() - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
getCorrelationExchangeId() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getCreatedWorkers() - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
getCurrentCacheSize() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
getCurrentCacheSize() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
getCurrentCacheSize() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
getCurrentShutdownTaskFuture() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
Future for the current shutdown task, when a task is in progress.
getCustomFunctionNames() - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
getDataFormatNames() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDataFormatParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDate() - Method in class org.apache.camel.impl.engine.DefaultRouteError
 
getDebugCounter() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getDebugger() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDebuggingBreakpoints() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDefaultEndpoint() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
getDefaultEndpoint() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
getDefaultThreadPoolProfile() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
getDelayer() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDelayer() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getDenyClasses() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getDescription() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDescription() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getDevConsoleParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDumpRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEipParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getElapsed() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getEndpoint() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getEndpoint() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
getEndpoint(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoint(String, Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoint(String, Map<String, Object>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpointInjection(Object, String, String, String, boolean) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getEndpointKey(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Gets the endpoint key to use for lookup or whe adding endpoints to the DefaultEndpointRegistry
getEndpointKey(String, Endpoint) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Gets the endpoint key to use for lookup or whe adding endpoints to the DefaultEndpointRegistry
getEndpointRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoints() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpointServiceMetadata() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getEndpointServiceProtocol() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getEndpointServiceUrl() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getEndpointsPerRoute(String, boolean) - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
getEndpointStatistics() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
getEndpointUri() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getErrorHandler() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
getErrorHandlerFactory() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getErrorHandlers(ErrorHandlerFactory) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getEventDrivenProcessors() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getEventFactory() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
getEventNotifiers() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
getException() - Method in class org.apache.camel.impl.engine.DefaultRouteError
 
getExceptionAsJSon() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getExceptionAsXml() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getExceptionAsXml(int) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getExchangeFactories() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
getExchangeFormatter() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
getExchangeId() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getExcludeRoutes() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getExecutorServiceManager() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getExhaustedRoutes() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getFallbackResolver() - Method in class org.apache.camel.impl.engine.DefaultResourceLoader
 
getFallbackTimeout() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getFromRouteId() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getFromRouteId() - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
 
getFunction(String) - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
getGlobalEndpointConfiguration() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getGlobalOption(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getGlobalOptions() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getGroup() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getId() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getId() - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
getId() - Method in class org.apache.camel.impl.engine.RouteService
 
getIncludeRoutes() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getInflightRepository() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getInitialBreakpoints() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getInitialDelay() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getInjectionBeanConfigValue(Class<?>, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getInjectionBeanMethodValue(CamelContext, Method, Object, String, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getInjectionBeanValue(Class<?>, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getInjectionPropertyValue(Class<?>, Type, String, String, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getInjectionValue(Class<?>, String, String, String, Object, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Creates the object to be injected for an EndpointInject or Produce injection point
getInjectionValue(Class<?>, String, String, String, Object, String, boolean) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Creates the object to be injected for an EndpointInject or Produce injection point
getInjector() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getInput() - Method in class org.apache.camel.impl.engine.DefaultRouteStartupOrder
 
getInput() - Method in class org.apache.camel.impl.engine.RouteService
 
getInterceptStrategies() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getInternalRouteController() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
getInvokedCounter() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getLanguageNames() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getLanguageParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getLastError() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getLatestMessageHistory() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getLazyBeanStrategy() - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
getLifecycleStrategies() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getLimit() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
getLimit() - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
 
getLocation() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getLocation() - Method in class org.apache.camel.impl.engine.RouteService
 
getLock() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getLog() - Method in class org.apache.camel.impl.engine.DefaultComponentResolver
 
getLog() - Method in class org.apache.camel.impl.engine.DefaultConfigurerResolver
 
getLog() - Method in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
getLoggingLevel() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getLoggingLevel() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getLoggingLevel() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
getLoggingLevel() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
getManagementAgent() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
getManagementInterceptStrategy() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getManagementName() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getManagementNameStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getManagementObjectNameStrategy() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
getManagementObjectStrategy() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
getManagementStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getMandatoryDefaultEndpoint() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
getMaximumCacheSize() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
getMaximumCacheSize() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
getMaximumCacheSize() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
getMaximumCacheSize() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
getMaxMessages() - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
getMaxMessages() - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
 
getMaxSeconds() - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
getMaxSeconds() - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
 
getMDCLoggingKeysPattern() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getMessageAsJSon() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getMessageAsXml() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getMessageAsXml(int) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getMessageHistoryFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getName() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getName() - Method in class org.apache.camel.impl.engine.DefaultBackOffTimer
 
getName() - Method in class org.apache.camel.impl.engine.DefaultCamelContextNameStrategy
 
getName() - Method in class org.apache.camel.impl.engine.DefaultManagementNameStrategy
 
getName() - Method in class org.apache.camel.impl.engine.ExplicitCamelContextNameStrategy
 
getNamePattern() - Method in class org.apache.camel.impl.engine.DefaultManagementNameStrategy
 
getNameStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getNextCounter() - Static method in class org.apache.camel.impl.engine.DefaultCamelContextNameStrategy
 
getNextName() - Method in class org.apache.camel.impl.engine.DefaultCamelContextNameStrategy
 
getNextName() - Method in class org.apache.camel.impl.engine.DefaultManagementNameStrategy
 
getNextName() - Method in class org.apache.camel.impl.engine.ExplicitCamelContextNameStrategy
 
getNextProcessor() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
getNodeCounter(String) - Static method in class org.apache.camel.impl.engine.DefaultNodeIdFactory
Returns the counter for the given node key, lazily creating one if necessary
getNodePattern() - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
getNodePrefixId() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getNonControlledRouteIds() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getNote() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getOnCompletions() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getOnException(String) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getOnExceptions() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getOptionType(String, boolean) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactoryConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactoryConfigurer
 
getOrder() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.StreamCachingAdvice
 
getOrder() - Method in class org.apache.camel.impl.engine.DeferServiceStartupListener
 
getOrElseProperty(Object, String, Object, boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getOriginalInMessage() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
getOrLookupCamelContext() - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
Strategy to get the CamelContext to use.
getOutput() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
getPendingInflightExchanges(RouteStartupOrder) - Static method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
Calculates the total number of inflight exchanges for the given route
getPendingTasks() - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
getPhase() - Method in class org.apache.camel.impl.engine.DefaultRouteError
 
getPojoBeanParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getPooledCounter() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
getPostProcessorHelper() - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
Strategy to get the CamelPostProcessorHelper
getProcessingThreadName() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getProcessor() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getProcessor() - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
getProcessor(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getProcessor(String, Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getProperties() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getProperties(Object, Map<String, Object>, String) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getProperties(Object, Map<String, Object>, String, boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getPropertiesComponent() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getPropertyGetter(Class<?>, String, boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getPropertySetter(Class<?>, String) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getQueueSize() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getReadOnlyMap() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
getReadOnlyValues() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
getRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRegistry(Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getResourcePath() - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
getRestartException(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getRestartingRoutes() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getRestartingRouteState(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getRestConfiguration() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRestRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRoute() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
getRoute() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getRoute() - Method in class org.apache.camel.impl.engine.DefaultRouteStartupOrder
 
getRoute() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
getRoute() - Method in class org.apache.camel.impl.engine.RouteService
 
getRoute(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRouteController() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRouteController() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getRouteDescription() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getRouteGroupIds() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRouteId() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getRouteId() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getRouteId() - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
getRouteId() - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
getRouteIds() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRouteNote() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getRoutePolicyFactories() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRoutePolicyList() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRoutes(Predicate<Route>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRoutesByGroup(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRouteService() - Method in class org.apache.camel.impl.engine.DefaultRouteStartupOrder
 
getRouteServices() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRoutesLoader(String) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
getRoutesSize() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRouteStatus(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRouteStatus(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
getRunningWorkers() - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
getRuntimeEndpointRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getServices() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getServices() - Method in class org.apache.camel.impl.engine.DefaultRouteStartupOrder
 
getShutdownAwaitTermination() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
getShutdownRoute() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getShutdownRoute() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getShutdownRunningTask() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getShutdownRunningTask() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getShutdownStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getSourceLocation() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getSourceLocationShort() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getSourceResource() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getSpoolCipher() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getSpoolDirectory() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getSpoolThreshold() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getSpoolUsedHeapMemoryLimit() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getSpoolUsedHeapMemoryThreshold() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getSSLContextParameters() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getStartedEventNotifiers() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
getStartupListeners() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getStartupOrder() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getStartupOrder() - Method in class org.apache.camel.impl.engine.DefaultRouteStartupOrder
 
getStartupSummaryLevel() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getStatistics() - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
getStatistics() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
getStatistics() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getStreamCachingStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getSuspendedBreakpointMessage(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getSuspendedBreakpointNodeIds() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getSuspendedExchange(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getSuspendedExchangeIds() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
getTaskByType(Class<T>) - Method in class org.apache.camel.impl.engine.DefaultPeriodTaskScheduler
 
getTasks() - Method in class org.apache.camel.impl.engine.DefaultBackOffTimer
 
getTestExcludeRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getTestExcludeRoutes() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
getThreadNamePattern() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
getThreadPoolFactory() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
getThreadPoolProfile(String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
getThreadPoolSize() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getTimeout() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
getTimestamp() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getTimeUnit() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
getToNode() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getToNodeLabel() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getToNodeLevel() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getToNodeParentId() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getToNodeParentWhenId() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getToNodeParentWhenLabel() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getToNodeShortName() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getTraceCounter() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getTraceCounter() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
getTraceFilter() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getTracePattern() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getTracePattern() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
getTracer() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getTracingLoggingFormat() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getTracingPattern() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getTracingPattern() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getTransformerParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getTransformerRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getTypeConverter() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getTypeConverterRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getUid() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getUptime() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getUptime() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getUptimeMillis() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getUuidGenerator() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getValidatorRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getVariable(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getVariable(String, Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getVariableRepository(String) - Method in class org.apache.camel.impl.engine.DefaultVariableRepositoryFactory
 
getVaultConfiguration() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getVersion() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getWorkDir() - Method in class org.apache.camel.impl.engine.DefaultCompileStrategy
 
GzipResolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.GzipResolver
 

H

handoverSynchronization(Exchange) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
handoverSynchronization(Exchange, Predicate<Synchronization>) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
hasBreakpoint(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
hasComponent(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasEndpoint(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasException() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
HashMapHeadersMapFactory - Class in org.apache.camel.impl.engine
HashMap HeadersMapFactory which uses a plain HashMap.
HashMapHeadersMapFactory() - Constructor for class org.apache.camel.impl.engine.HashMapHeadersMapFactory
 
hasNext() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
hasNext() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
hasResourceResolver(String) - Method in class org.apache.camel.impl.engine.DefaultResourceLoader
Is there an existing resource resolver that can load from the given scheme
hasService(Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasService(Object) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasService(Predicate<Service>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasServices(Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasState() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.DelayerAdvice
 
hasState() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.NodeHistoryAdvice
 
hasState() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RouteInflightRepositoryAdvice
 
hasState() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RouteLifecycleAdvice
 
hasState() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RoutePolicyAdvice
 
hasState() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.StreamCachingAdvice
 
hasTimeoutOccurred() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
hasUnhealthyRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
hasUnhealthyRoutes() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
HEALTH_CHECK_RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
healthCheckFactory - Variable in class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
HttpResolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.HttpResolver
 
HttpsResolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.HttpsResolver
 

I

incrementTraceCounter() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
init() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
init() - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
initChannel(Route, NamedNode, NamedNode, List<InterceptStrategy>, Processor, NamedRoute, boolean) - Method in class org.apache.camel.impl.engine.DefaultChannel
 
initChildServices(List<Service>) - Method in class org.apache.camel.impl.engine.RouteService
 
initEagerMandatoryServices() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Initializes eager some mandatory services which needs to warmup and be ready as this helps optimize Camel at runtime.
initializeServices() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
initMethodCandidate(Object) - Static method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Find the best init method to use for the given bean
initPlugins() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Called during object construction to initialize context plugins
injectBindToRegistryFields(Object, String, Function<Class<?>, Boolean>) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectBindToRegistryMethods(Object, String, Function<Class<?>, Boolean>) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectCamelContextPass(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectClass(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectEndpointFields(Object, String, Function<Class<?>, Boolean>) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectField(Field, String, String, Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectField(Field, String, String, Object, String, boolean) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectFieldBean(Field, String, Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectFieldBeanConfig(Field, String, Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectFieldProperty(Field, String, String, String, Object) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectFields(Object, String, Function<Class<?>, Boolean>) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectFirstPass(Object, String, Function<Class<?>, Boolean>) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectMethods(Object, String, Function<Class<?>, Boolean>) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectNestedClasses(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
injectSecondPass(Object, String, Function<Class<?>, Boolean>) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
interrupt(String) - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
interrupt(Exchange) - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
isAllowUseOriginalMessage() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isAllowUseOriginalMessage() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isAnySpoolRules() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
isAssignableFrom(Class<?>, Collection<Class<?>>) - Static method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
isAutoStartup() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isAutoStartup() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isAutoStartup() - Method in class org.apache.camel.impl.engine.RouteService
 
isAutowiredEnabled() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isAutowiredEnabled() - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
isAutowiredEnabled() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isBacklogTracing() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isBacklogTracing() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isBacklogTracingRests() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isBacklogTracingStandby() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isBacklogTracingTemplates() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isBeforeAfterProcess() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
isBeforeAfterProcess() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
isBodyIncludeFiles() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isBodyIncludeFiles() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isBodyIncludeStreams() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isBodyIncludeStreams() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isBridgeErrorHandler() - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
isCaseInsensitive() - Method in class org.apache.camel.impl.engine.DefaultHeadersMapFactory
 
isCaseInsensitive() - Method in class org.apache.camel.impl.engine.HashMapHeadersMapFactory
 
isCaseInsensitiveHeaders() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isCaseInsensitiveHeaders() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isContextPluginInUse(Class<?>) - Method in class org.apache.camel.impl.engine.DefaultContextPluginManager
 
isCopyMessage() - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
isCreateConnector() - Method in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
isCreatedByKamelet() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isCreatedByRestDsl() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isCreatedByRouteTemplate() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isCustomId() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isDebugging() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isDebugging() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isDebugStandby() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isDevConsole() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isDisabled() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
isDone() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
isDynamic(String) - Method in class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
isDynamic(String) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
isDynamic(K) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
isDynamic(DataType) - Method in class org.apache.camel.impl.engine.DefaultValidatorRegistry
 
isDynamic(DataType, DataType) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
isEmpty() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
isEnabled() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isEnabled() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isEnabled() - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
isEnabled() - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
isEnabled() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
isEnabled() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
isEnabled() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
isEnabled(CamelEvent) - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
isEventNotifierEnabled() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
isEventNotifierEnabled() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
isExtendedStatistics() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
isFailed() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
isFirst() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
isFixedName() - Method in class org.apache.camel.impl.engine.DefaultCamelContextNameStrategy
 
isFixedName() - Method in class org.apache.camel.impl.engine.DefaultManagementNameStrategy
 
isFixedName() - Method in class org.apache.camel.impl.engine.ExplicitCamelContextNameStrategy
 
isForceShutdown() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
isIgnoreLoadingError() - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
isIncludeException() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isIncludeException() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isIncludeExchangeProperties() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isIncludeExchangeProperties() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isIncludeExchangeVariables() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isIncludeExchangeVariables() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isInflightBrowseEnabled() - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
isInstanceOf(Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultHeadersMapFactory
 
isInstanceOf(Map<String, Object>) - Method in class org.apache.camel.impl.engine.HashMapHeadersMapFactory
 
isInterruptThreadsWhileStopping() - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
isJMXDisabled() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isLast() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
isLazyBean(BindToRegistry) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
isLazyStartProducer() - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
isLoadHealthChecks() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isLoadTypeConverters() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isLockModel() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isLogExhaustedMessageBody() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isLogExhaustedMessageBody() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isLogInflightExchangesOnTimeout() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
isLogMask() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isLogMask() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isManaged(Object) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
isManagedName(Object) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
isMessageHistory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isMessageHistory() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isModeline() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isPooled() - Method in class org.apache.camel.impl.engine.PooledExchangeFactory
 
isPooled() - Method in class org.apache.camel.impl.engine.PooledProcessorExchangeFactory
 
isPooled() - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
isPooled() - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
isReloadingRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
isRemoteEndpoint() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
isRemoveOnDump() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isRemoveSpoolDirectoryWhenStopping() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
isRemovingRoutes() - Method in class org.apache.camel.impl.engine.RouteService
 
isRest() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
isShutdownNowOnTimeout() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
isShutdownRoutesInReverseOrder() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
isSingleStepIncludeStartEnd() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isSingleStepMode() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isSingleton(Object, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Implementations can override this method to determine if the bean is singleton.
isSourceLocationEnabled() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isSpoolEnabled() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
isStandby() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isStandby() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isStandby() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
isStartingRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isStartingRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
isStartingRoutes() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
isStatic(String) - Method in class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
isStatic(String) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
isStatic(K) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
isStatic(DataType) - Method in class org.apache.camel.impl.engine.DefaultValidatorRegistry
 
isStatic(DataType, DataType) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
isStatisticsEnabled() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
isStatisticsEnabled() - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
isStreamCaching() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isStreamCaching() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isStreamCachingInUse() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isSupervising() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
isSuppressLoggingOnTimeout() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
isSuspendMode() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
isTemplate() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
isThreadedAsyncMode() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
isTimeoutOccurred() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
isTraceBeforeAndAfterRoute() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
isTraceRests() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isTraceRests() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
isTraceTemplates() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isTraceTemplates() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
isTracing() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isTracing() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isTracingRests() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isTracingStandby() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isTracingTemplates() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isTransacted() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
isTransactedBy(Object) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
isTypeConverterStatisticsEnabled() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isUnbindEnabled() - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
isUnhealthy() - Method in class org.apache.camel.impl.engine.DefaultRouteError
 
isUnhealthyOnExhausted() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
isUnhealthyOnRestarting() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
isUseBreadcrumb() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isUseDataType() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isUseMDCLogging() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isVetoStarted() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 

L

LANGUAGE_RESOLVER_RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
LANGUAGE_RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
languageFactory - Variable in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
languageResolver - Variable in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
lazyAddContextPlugin(Class<T>, Supplier<T>) - Method in class org.apache.camel.impl.engine.DefaultContextPluginManager
 
lazyBeanStrategy - Variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
LimitedPollingConsumerPollStrategy - Class in org.apache.camel.impl.engine
A PollingConsumerPollStrategy which supports suspending consumers if they failed for X number of times in a row.
LimitedPollingConsumerPollStrategy() - Constructor for class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
 
listAllEndpointServices() - Method in class org.apache.camel.impl.engine.DefaultEndpointServiceRegistry
 
loadAllResourcesAsURL(String) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
loadClass(String, ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
loadResourceAsStream(String) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
loadResourceAsURL(String) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
loadResourcesAsURL(String) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
LOG - Static variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
logDuplicateComponents() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
logInflightExchanges(CamelContext, List<RouteStartupOrder>, boolean) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
Logs information about the inflight exchanges
logRouteStartSummary(LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
logRouteState(Route, String, LoggingLevel, int) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
logRouteStopSummary(LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
logStartSummary() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
lookup(CamelContext, String, Class<T>) - Static method in class org.apache.camel.impl.engine.AbstractCamelContext
 
lookupDevConsole(String) - Method in class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 

M

manageObject(Object) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
manageProcessor(NamedNode) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
MAX_BACKLOG_SIZE - Static variable in class org.apache.camel.impl.debugger.BacklogTracer
 
maxCacheSize - Variable in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
MDCThreadFactoryListener - Class in org.apache.camel.impl.engine
MDC ExecutorServiceManager.ThreadFactoryListener which will include the MDC information for route id which allows MDC logging to pin-point to the route that logs.
MDCThreadFactoryListener() - Constructor for class org.apache.camel.impl.engine.MDCThreadFactoryListener
 
MDCUnitOfWork - Class in org.apache.camel.impl.engine
This unit of work supports MDC.
MDCUnitOfWork(Exchange, InflightRepository, String, boolean, boolean) - Constructor for class org.apache.camel.impl.engine.MDCUnitOfWork
 
MemResolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.MemResolver
 
MessageHistoryAdvice(MessageHistoryFactory, NamedNode) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.MessageHistoryAdvice
 

N

navigate() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
newBackOffTimer(String) - Method in class org.apache.camel.impl.engine.DefaultBackOffTimerFactory
 
newBackOffTimer(String, ScheduledExecutorService) - Method in class org.apache.camel.impl.engine.DefaultBackOffTimerFactory
 
newCachedThreadPool(Object, String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newCachedThreadPool(Object, String) - Method in class org.apache.camel.impl.engine.DefaultExecutorServiceManager
 
newDefaultScheduledThreadPool(Object, String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newDefaultThreadPool(Object, String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newExchangeFactory(Consumer) - Method in class org.apache.camel.impl.engine.PooledExchangeFactory
 
newExchangeFactory(Consumer) - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
newFixedThreadPool(Object, String, int) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newInstance(Class<T>) - Method in class org.apache.camel.impl.engine.DefaultInjector
 
newInstance(Class<T>, boolean) - Method in class org.apache.camel.impl.engine.DefaultInjector
 
newInstance(Class<T>, Class<?>, String) - Method in class org.apache.camel.impl.engine.DefaultInjector
 
newInstance(Class<T>, String) - Method in class org.apache.camel.impl.engine.DefaultInjector
 
newInstance(String) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
newInstance(String) - Method in class org.apache.camel.impl.engine.DefaultPeriodTaskResolver
 
newInstance(String, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
newInstance(String, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultPeriodTaskResolver
 
newInstance(CamelContext, String) - Static method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
newInstance(Exchange) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
newMap() - Method in class org.apache.camel.impl.engine.DefaultHeadersMapFactory
 
newMap() - Method in class org.apache.camel.impl.engine.HashMapHeadersMapFactory
 
newMap(Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultHeadersMapFactory
 
newMap(Map<String, Object>) - Method in class org.apache.camel.impl.engine.HashMapHeadersMapFactory
 
newMessageHistory(String, NamedNode, Exchange) - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
newProcessorExchangeFactory(Processor) - Method in class org.apache.camel.impl.engine.PooledProcessorExchangeFactory
 
newProcessorExchangeFactory(Processor) - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
newScheduledThreadPool(Object, String, int) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newScheduledThreadPool(Object, String, String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newScheduledThreadPool(Object, String, ThreadPoolProfile) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newScheduledThreadPool(Object, String, ThreadPoolProfile) - Method in class org.apache.camel.impl.engine.DefaultExecutorServiceManager
 
newSingleThreadExecutor(Object, String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newSingleThreadScheduledExecutor(Object, String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newThread(String, Runnable) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newThreadPool(Object, String, int, int) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newThreadPool(Object, String, String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newThreadPool(Object, String, ThreadPoolProfile) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newThreadPool(Object, String, ThreadPoolProfile) - Method in class org.apache.camel.impl.engine.DefaultExecutorServiceManager
 
next() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
next() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
NODE_COUNTERS - Static variable in class org.apache.camel.impl.engine.DefaultNodeIdFactory
 
NodeHistoryAdvice(NamedNode) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.NodeHistoryAdvice
 
noSpecificLanguageFound(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
notify(CamelEvent) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
notify(CamelEvent) - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 

O

oldest(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
on(CamelContext) - Static method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
Create the FluentProducerTemplate by setting the camel context
on(CamelContext, String) - Static method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
Create the FluentProducerTemplate by setting the camel context and default endpoint
on(CamelContext, Endpoint) - Static method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
Create the FluentProducerTemplate by setting the camel context and default endpoint
on(CamelContext, EndpointProducerResolver) - Static method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
Create the FluentProducerTemplate by setting the camel context and default endpoint
onAfterProcess(Exchange, Processor, NamedNode, long, Breakpoint) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
onBeforeProcess(Exchange, Processor, NamedNode, Breakpoint) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
onCamelContextStarted(CamelContext, boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
onCamelContextStarted(CamelContext, boolean) - Method in class org.apache.camel.impl.engine.DeferServiceStartupListener
 
onCamelContextStarting(CamelContext, boolean) - Method in class org.apache.camel.impl.engine.DeferServiceStartupListener
 
onDone() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
onDone() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
onEvent(Exchange, CamelEvent.ExchangeEvent) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
onEvent(Exchange, CamelEvent.ExchangeEvent, Breakpoint) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
onExchangeDone(Route, Exchange) - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
onInit(Route) - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
onNewExecutorService(ExecutorService) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
Strategy callback when a new ExecutorService have been created.
onNewThreadFactory(Object, ThreadFactory) - Method in class org.apache.camel.impl.engine.MDCThreadFactoryListener
 
onPrepare(Exchange) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
onReload() - Method in class org.apache.camel.impl.engine.DefaultContextServiceLoaderPlugin
 
onRollback(Consumer, Endpoint) - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
Rollback occurred.
onSuspend(Consumer, Endpoint) - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
The consumer is to be suspended because it exceeded the limit
org.apache.camel.impl.debugger - package org.apache.camel.impl.debugger
Helper classes for debugger.
org.apache.camel.impl.engine - package org.apache.camel.impl.engine
 

P

performMaxDurationAction() - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
performMaxMessagesAction() - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
PooledExchangeFactory - Class in org.apache.camel.impl.engine
Pooled ExchangeFactory that reuses Exchange instance from a pool.
PooledExchangeFactory() - Constructor for class org.apache.camel.impl.engine.PooledExchangeFactory
 
PooledExchangeFactory(Consumer) - Constructor for class org.apache.camel.impl.engine.PooledExchangeFactory
 
PooledProcessorExchangeFactory - Class in org.apache.camel.impl.engine
Pooled ProcessorExchangeFactory that reuses Exchange instance from a pool.
PooledProcessorExchangeFactory() - Constructor for class org.apache.camel.impl.engine.PooledProcessorExchangeFactory
 
PooledProcessorExchangeFactory(Processor) - Constructor for class org.apache.camel.impl.engine.PooledProcessorExchangeFactory
 
popRoute() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
popRoute() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
postInitChannel() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
postProcessAfterInitialization(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
postProcessor - Variable in class org.apache.camel.impl.engine.DefaultInjector
 
prepareMDC(Exchange) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
prepareShutdown(boolean, boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
preParseRoute(Resource, boolean) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
process(AsyncProcessor, Exchange) - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
Calls the async version of the processor's process method and waits for it to complete before returning.
process(Exchange, AsyncCallback) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
process(Exchange, AsyncCallback, AsyncProcessor, Processor) - Method in class org.apache.camel.impl.engine.SharedCamelInternalProcessor
Asynchronous API
process(Exchange, AsyncProcessor, Processor) - Method in class org.apache.camel.impl.engine.SharedCamelInternalProcessor
Synchronous API
PrototypeExchangeFactory - Class in org.apache.camel.impl.engine
ExchangeFactory that creates a new Exchange instance.
PrototypeExchangeFactory() - Constructor for class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
PrototypeExchangeFactory(Consumer) - Constructor for class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
PrototypeProcessorExchangeFactory - Class in org.apache.camel.impl.engine
ProcessorExchangeFactory that creates a new Exchange instance.
PrototypeProcessorExchangeFactory() - Constructor for class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
PrototypeProcessorExchangeFactory(Processor) - Constructor for class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
purge() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
purge() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
pushRoute(Route) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
pushRoute(Route) - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
put(K, V) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
put(TransformerKey, Transformer) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
put(ValidatorKey, Validator) - Method in class org.apache.camel.impl.engine.DefaultValidatorRegistry
 

R

receive(String) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receive(String, long) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receive(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receive(Endpoint, long) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(String) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(String, long) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(String, long, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(String, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(Endpoint, long) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(Endpoint, long, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(Endpoint, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBodyNoWait(String) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBodyNoWait(String, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBodyNoWait(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBodyNoWait(Endpoint, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveNoWait(String) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveNoWait(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
RefResolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.RefResolver
 
registerThreadPoolProfile(ThreadPoolProfile) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
release(Exchange) - Method in class org.apache.camel.impl.engine.PooledExchangeFactory
 
release(Exchange) - Method in class org.apache.camel.impl.engine.PooledProcessorExchangeFactory
 
release(Exchange) - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
release(Exchange) - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
reloadAllRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
remove(Object) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
remove(Exchange) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
remove(Exchange, String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
remove(BackOffTimer.Task) - Method in class org.apache.camel.impl.engine.DefaultBackOffTimer
 
removeAdvice(CamelInternalProcessorAdvice<?>) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
removeAllBreakpoints() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
removeAllRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeAllRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
removeBreakpoint(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
removeBreakpoint(Breakpoint) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
removeComponent(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeEndpoint(Endpoint) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeEndpoints(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeEventNotifier(EventNotifier) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
removeExchangeFactory(ExchangeFactory) - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
removeExchangePropertyOnBreakpoint(String, String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
removeExchangeVariableOnBreakpoint(String, String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
removeFunction(String) - Method in class org.apache.camel.impl.engine.DefaultSimpleFunctionRegistry
 
removeMessageBodyOnBreakpoint(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
removeMessageHeaderOnBreakpoint(String, String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
removeRoute(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeRoute(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
removeRoute(String, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeRoute(Route) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeRouteDefinitionsFromTemplate() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeRouteTemplates(String) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
removeService(Object) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeSynchronization(Synchronization) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
request() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
request(Class<T>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
request(String, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
request(Endpoint, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(String, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(Endpoint, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(Endpoint, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeader(Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeader(String, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeader(String, Object, String, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeader(Endpoint, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeader(Endpoint, Object, String, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeaders(Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeaders(String, Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeaders(String, Object, Map<String, Object>, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeaders(Endpoint, Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBodyAndHeaders(Endpoint, Object, Map<String, Object>, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
reset() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
reset() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
reset() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
reset(CamelContext, String) - Static method in class org.apache.camel.impl.engine.DefaultRouteError
 
resetAllCounters() - Static method in class org.apache.camel.impl.engine.DefaultNodeIdFactory
Helper method for test purposes that allows tests to start clean (made protected to ensure that it is not called accidentally)
resetBuildTime() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Internal API to reset build time.
resetCounters() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
resetDebugCounter() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
resetStatistics() - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
resetTraceCounter() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
resetTraceCounter() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
resolve(String) - Method in class org.apache.camel.impl.engine.DefaultFallbackResourceResolver
 
resolve(TransformerKey, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultTransformerResolver
 
resolveBootstrapFactoryFinder(ClassResolver, String) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinderResolver
 
resolveClass(String) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveClass(String, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveClass(String, Class<T>, ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveClass(String, ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveComponent(String) - Method in class org.apache.camel.impl.engine.DefaultOptimisedComponentResolver
 
resolveComponent(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultComponentResolver
 
resolveDataFormat(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resolveDevConsole(String) - Method in class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 
resolveFactory(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultUriFactoryResolver
 
resolveFactoryFinder(ClassResolver, String) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinderResolver
 
resolveHealthCheck(String) - Method in class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
resolveHealthCheckRepository(String) - Method in class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
resolveLanguage(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resolveLanguage(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultLanguageResolver
 
resolveManagementName(String, String, boolean) - Method in class org.apache.camel.impl.engine.DefaultManagementNameStrategy
Creates a new management name with the given pattern
resolveMandatoryClass(String) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveMandatoryClass(String, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveMandatoryClass(String, Class<T>, ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveMandatoryClass(String, ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveMandatoryEndpoint(String) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
resolveMandatoryEndpoint(String) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
resolveNames(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultComponentNameResolver
 
resolvePropertyConfigurer(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultConfigurerResolver
 
resolvePropertyPlaceholders(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resolveResource(String) - Method in class org.apache.camel.impl.engine.DefaultResourceLoader
 
resolveRoutesBuilderLoader(Resource, boolean) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
resolveService(String) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
Looks up a RoutesBuilderLoader for the given extension with factory finder.
resolveThreadName(String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
resolveTransformer(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resolveTransformer(DataType, DataType) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resolveTransformer(TransformerKey) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
resolveValidator(DataType) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resolveValidator(ValidatorKey) - Method in class org.apache.camel.impl.engine.DefaultValidatorRegistry
 
RESOURCE_LOADER_KEY_PREFIX - Static variable in class org.apache.camel.impl.engine.DefaultResourceLoader
Prefix to use for looking up existing ResourceLoader from the Registry.
RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultComponentNameResolver
 
RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultComponentResolver
 
RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultUriFactoryResolver
 
RESOURCE_PATH - Static variable in class org.apache.camel.impl.engine.DefaultVariableRepositoryFactory
 
resumeAll() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
resumeBreakpoint(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
resumeBreakpoint(String, boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
resumeRoute(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resumeRoute(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
resumeRoute(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
resumeRoute(String, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resumeRouteService(RouteService) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Resumes the given route service
rollback(Consumer, Endpoint, int, Exception) - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
 
routeController - Variable in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
RouteInflightRepositoryAdvice(InflightRepository, String) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.RouteInflightRepositoryAdvice
 
RouteLifecycleAdvice() - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.RouteLifecycleAdvice
 
RoutePolicyAdvice(List<RoutePolicy>) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.RoutePolicyAdvice
 
ROUTES_LOADER_KEY_PREFIX - Static variable in class org.apache.camel.impl.engine.DefaultRoutesLoader
Prefix to use for looking up existing RoutesLoader from the Registry.
RouteService - Class in org.apache.camel.impl.engine
Represents the runtime objects for a given route so that it can be stopped independently of other routes
RouteService(Route) - Constructor for class org.apache.camel.impl.engine.RouteService
 
routeStackLevel() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
routeStackLevel(boolean, boolean) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
routeSupportsSuspension(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 

S

schedule(Runnable) - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
schedule(BackOff, ThrowingFunction<BackOffTimer.Task, Boolean, Exception>) - Method in class org.apache.camel.impl.engine.DefaultBackOffTimer
 
scheduledTask(Runnable) - Method in class org.apache.camel.impl.engine.DefaultPeriodTaskScheduler
 
scheduleMain(Runnable) - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
schedulePeriodTask(Runnable, long) - Method in class org.apache.camel.impl.engine.DefaultPeriodTaskScheduler
 
scheduleQueue(Runnable) - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
scheduleSync(Runnable) - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.Base64Resolver
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.ClasspathResolver
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.FileResolver
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.GzipResolver
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.HttpResolver
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.HttpsResolver
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.MemResolver
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.RefResolver
 
SCHEME - Static variable in class org.apache.camel.impl.engine.DefaultResourceResolvers.SourceResolver
 
send() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
send(String, Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(String, ExchangePattern, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(String, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Endpoint, Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Endpoint, ExchangePattern, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Endpoint, ExchangePattern, Processor, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Endpoint, Exchange, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Endpoint, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBody(Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBody(String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBody(String, ExchangePattern, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBody(Endpoint, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBody(Endpoint, ExchangePattern, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeader(Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeader(String, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeader(String, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeader(Endpoint, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeader(Endpoint, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeaders(Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeaders(String, Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeaders(String, ExchangePattern, Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeaders(Endpoint, Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeaders(Endpoint, ExchangePattern, Object, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndProperty(Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndProperty(String, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndProperty(String, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndProperty(Endpoint, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndProperty(Endpoint, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
set(CamelContext, String, RouteError.Phase, Throwable) - Static method in class org.apache.camel.impl.engine.DefaultRouteError
 
set(CamelContext, String, RouteError.Phase, Throwable, boolean) - Static method in class org.apache.camel.impl.engine.DefaultRouteError
 
setAction(DurationRoutePolicy.Action) - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
What action to perform when maximum is triggered.
setAction(DurationRoutePolicy.Action) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
What action to perform when maximum is triggered.
setAllowClasses(Class<?>...) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setAllowClasses(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setAllowUseOriginalMessage(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAllowUseOriginalMessage(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setAnySpoolRules(boolean) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setApplicationContextClassLoader(ClassLoader) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAutoCreateComponents(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAutoStartup(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAutoStartup(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setAutoStartupExcludePattern(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAutowiredEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
setAutowiredEnabled(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAutowiredEnabled(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setBacklogSize(int) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setBacklogTracing(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBacklogTracing(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setBacklogTracingRests(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBacklogTracingStandby(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBacklogTracingTemplates(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBackOffDelay(long) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setBackOffMaxAttempts(long) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setBackOffMaxDelay(long) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setBackOffMaxElapsedTime(long) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setBackOffMultiplier(double) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setBodyIncludeFiles(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setBodyIncludeFiles(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setBodyIncludeStreams(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setBodyIncludeStreams(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setBodyMaxChars(int) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setBodyMaxChars(int) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setBridgeErrorHandler(boolean) - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
setBufferSize(int) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultContextServiceLoaderPlugin
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultDependencyInjectionAnnotationFactory
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultDevConsoleResolver
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultHealthCheckResolver
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultResourceLoader
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultUriFactoryResolver
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
setCaseInsensitiveHeaders(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setCaseInsensitiveHeaders(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setClassResolver(ClassResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setConsumerListener(ConsumerListener<?, ?>) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setCopyMessage(boolean) - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
setCounter(int) - Static method in class org.apache.camel.impl.engine.DefaultCamelContextNameStrategy
To reset the counter, should only be used for testing purposes.
setCounter(int) - Static method in class org.apache.camel.impl.engine.DefaultManagementNameStrategy
To reset the counter, should only be used for testing purposes.
setCreateConnector(boolean) - Method in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
setDebugger(Debugger) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDebugging(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDebugging(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setDebuggingBreakpoints(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDebugStandby(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDefaultEndpoint(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
setDefaultEndpoint(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
setDefaultEndpointUri(String) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
setDefaultEndpointUri(String) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
Sets the default endpoint to use if none is specified
setDefaultThreadPoolProfile(ThreadPoolProfile) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
setDelayer(Long) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDelayer(Long) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setDenyClasses(Class<?>...) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setDenyClasses(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setDevConsole(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDumpRoutes(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setElapsed(long) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
setEnabled(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setEnabled(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
setEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
setEndpointServiceMetadata(Map<String, String>) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
setEndpointServiceProtocol(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
setEndpointServiceUrl(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
setEndpointUri(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
setErrorHandler(Processor) - Method in class org.apache.camel.impl.engine.DefaultChannel
 
setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setEventFactory(EventFactory) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
setEventNotifierEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
setEventNotifierEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
setException(Throwable) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
setExchangeFormatter(ExchangeFormatter) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
setExchangePropertyOnBreakpoint(String, String, Object) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setExchangePropertyOnBreakpoint(String, String, Object, Class<?>) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setExchangeVariableOnBreakpoint(String, String, Object) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setExchangeVariableOnBreakpoint(String, String, Object, Class<?>) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setExcludeRoutes(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setExecutorService(ExecutorService) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
setExecutorServiceManager(ExecutorServiceManager) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setExtendedStatistics(boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
setFallbackResolver(ResourceResolver) - Method in class org.apache.camel.impl.engine.DefaultResourceLoader
 
setFallbackTimeout(long) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setFromRouteId(String) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
Limit the route policy to the route which matches this pattern
setGlobalOptions(Map<String, String>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setId(String) - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
setIgnoreLoadingError(boolean) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
setIncludeException(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setIncludeException(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setIncludeExchangeProperties(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setIncludeExchangeProperties(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setIncludeExchangeVariables(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setIncludeExchangeVariables(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setIncludeRoutes(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setInflightBrowseEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
setInflightRepository(InflightRepository) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setInitialBreakpoints(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setInitialDelay(long) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setInjector(Injector) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setInterruptThreadsWhileStopping(boolean) - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
setLastError(RouteError) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setLazyBeanStrategy(Predicate<BindToRegistry>) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setLazyStartProducer(boolean) - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
setLimit(int) - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
setLimit(int) - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
Sets the limit for how many straight rollbacks causes this strategy to suspend the fault consumer.
setLoadHealthChecks(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setLoadTypeConverters(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setLockModel(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setLogExhaustedMessageBody(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setLogExhaustedMessageBody(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setLoggingLevel(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
setLoggingLevel(LoggingLevel) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
setLogInflightExchangesOnTimeout(boolean) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
setLogMask(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setLogMask(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setManagementAgent(ManagementAgent) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
setManagementInterceptStrategy(ManagementInterceptStrategy) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setManagementName(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setManagementNameStrategy(ManagementNameStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setManagementObjectNameStrategy(ManagementObjectNameStrategy) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
setManagementObjectStrategy(ManagementObjectStrategy) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
setManagementStrategy(ManagementStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setMaximumCacheSize(int) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
setMaximumCacheSize(int) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
setMaximumCacheSize(int) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
setMaxMessages(int) - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
Maximum number of messages to process before the action is triggered
setMaxMessages(int) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
Maximum number of messages to process before the action is triggered
setMaxSeconds(int) - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
Maximum seconds Camel is running before the action is triggered
setMaxSeconds(int) - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
Maximum seconds Camel is running before the action is triggered
setMDCLoggingKeysPattern(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setMessageBodyOnBreakpoint(String, Object) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setMessageBodyOnBreakpoint(String, Object, Class<?>) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setMessageHeaderOnBreakpoint(String, String, Object) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setMessageHeaderOnBreakpoint(String, String, Object, Class<?>) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setMessageHistory(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setMessageHistory(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setMessageHistoryFactory(MessageHistoryFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setModeline(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setNamePattern(String) - Method in class org.apache.camel.impl.engine.DefaultManagementNameStrategy
 
setNameStrategy(CamelContextNameStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setNodePattern(String) - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
setOnCompletion(String, Processor) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setOnException(String, Processor) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setOutput(Processor) - Method in class org.apache.camel.impl.engine.DefaultChannel
 
setParentUnitOfWork(UnitOfWork) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
setProcessor(Processor) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setPropertiesComponent(PropertiesComponent) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setProperty(CamelContext, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
setProperty(CamelContext, TypeConverter, Object, String, Object, String, boolean, boolean, boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
setRegistryPort(int) - Method in class org.apache.camel.impl.debugger.DebuggerJmxConnectorService
 
setRemoteEndpoint(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
setRemoveOnDump(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setRemoveSpoolDirectoryWhenStopping(boolean) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setRemovingRoutes(boolean) - Method in class org.apache.camel.impl.engine.RouteService
 
setRestConfiguration(RestConfiguration) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRestRegistry(RestRegistry) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setResumeStrategy(ResumeStrategy) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setRoute(Route) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerRouteAdvice
 
setRoute(Route) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RouteLifecycleAdvice
 
setRoute(Route) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.RoutePolicyAdvice
 
setRouteController(RouteController) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRouteController(RouteController) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setRouteId(String) - Method in class org.apache.camel.impl.engine.PrototypeExchangeFactory
 
setRouteId(String) - Method in class org.apache.camel.impl.engine.PrototypeProcessorExchangeFactory
 
setRouteOnAdvices(Route) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
setRuntimeEndpointRegistry(RuntimeEndpointRegistry) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setShutdownAwaitTermination(long) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
setShutdownNowOnTimeout(boolean) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setShutdownRoutesInReverseOrder(boolean) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setShutdownStrategy(ShutdownStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setSingleStepIncludeStartEnd(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setSourceLocationEnabled(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setSpoolCipher(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSpoolDirectory(File) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSpoolDirectory(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSpoolEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSpoolThreshold(long) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSpoolUsedHeapMemoryLimit(StreamCachingStrategy.SpoolUsedHeapMemoryLimit) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSpoolUsedHeapMemoryThreshold(int) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSSLContextParameters(SSLContextParameters) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setStandby(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setStandby(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setStandby(boolean) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
setStartingRoutes(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setStartupOrder(Integer) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setStartupSummaryLevel(StartupSummaryLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setStatisticsEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultExchangeFactoryManager
 
setStatisticsEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
setStreamCaching(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setStreamCaching(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setStreamCachingStrategy(StreamCachingStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setSuppressLoggingOnTimeout(boolean) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
setSuspendMode(boolean) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
setterBeanConfigInjection(Method, String, Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setterBeanInjection(Method, String, Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setterInjection(Method, Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setterInjection(Method, Object, String, String, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setterPropertyInjection(Method, String, String, String, Object) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setThreadedAsyncMode(boolean) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
setThreadNamePattern(String) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
setThreadPoolFactory(ThreadPoolFactory) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
setThreadPoolSize(int) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setTimeout(long) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
setTimeUnit(TimeUnit) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
setTraceBeforeAndAfterRoute(boolean) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
setTraceFilter(String) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setTracePattern(String) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setTracePattern(String) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
setTracer(Tracer) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTraceRests(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setTraceRests(boolean) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
setTraceTemplates(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setTraceTemplates(boolean) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
setTracing(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTracing(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setTracingLoggingFormat(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTracingPattern(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTracingPattern(String) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setTracingRests(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTracingStandby(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTracingTemplates(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTypeConverterRegistry(TypeConverterRegistry) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTypeConverterStatisticsEnabled(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setUnbindEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
setUnhealthyOnExhausted(boolean) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setUnhealthyOnRestarting(boolean) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setUp() - Method in class org.apache.camel.impl.engine.RouteService
 
setupManagement(CamelContext, ManagementStrategy, LifecycleStrategy) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategyFactory
 
setUseBreadcrumb(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setUseDataType(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setUseMDCLogging(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setUuidGenerator(UuidGenerator) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setVariable(String, Object) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setVaultConfiguration(VaultConfiguration) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setWorkDir(String) - Method in class org.apache.camel.impl.engine.DefaultCompileStrategy
 
SharedCamelInternalProcessor - Class in org.apache.camel.impl.engine
A Shared (thread safe) internal Processor that Camel routing engine used during routing for cross cutting functionality such as: Execute UnitOfWork Keeping track which route currently is being routed Execute RoutePolicy Gather JMX performance statics Tracing Debugging Message History Stream Caching Transformer ... and more.
SharedCamelInternalProcessor(CamelContext, CamelInternalProcessorAdvice<?>) - Constructor for class org.apache.camel.impl.engine.SharedCamelInternalProcessor
 
shouldSpoolCache(long) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
shouldStartRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Should we start newly added routes?
shouldTrace(NamedNode) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
shouldTrace(NamedNode, Exchange) - Method in class org.apache.camel.impl.debugger.BacklogTracer
Whether or not to trace the given processor definition.
shouldTracePattern(NamedNode) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
shutdown(ExecutorService) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
shutdown(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
shutdown(CamelContext, List<RouteStartupOrder>, long, TimeUnit) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
shutdown(CamelContext, RouteStartupOrder, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
shutdownForced(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
shutdownGraceful(ExecutorService) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
shutdownGraceful(ExecutorService, long) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
shutdownNow(String, List<Consumer>) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
Shutdown all the consumers immediately.
shutdownNow(String, Consumer) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
Shutdown the consumer immediately.
shutdownNow(ExecutorService) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
shutdownRouteService(RouteService) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
shutdownRouteService(RouteService, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
shutdownRoutesNow(List<RouteStartupOrder>) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
Shutdown all the consumers immediately.
SimpleCamelContext - Class in org.apache.camel.impl.engine
Represents the context used to configure routes and the policies to use.
SimpleCamelContext() - Constructor for class org.apache.camel.impl.engine.SimpleCamelContext
Creates the CamelContext using DefaultRegistry as registry.
SimpleCamelContext(boolean) - Constructor for class org.apache.camel.impl.engine.SimpleCamelContext
Creates the CamelContext and allows to control whether the context should automatic initialize or not.
size() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
size() - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
size() - Method in class org.apache.camel.impl.engine.DefaultBackOffTimer
 
size() - Method in class org.apache.camel.impl.engine.DefaultEndpointServiceRegistry
 
size() - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
size() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
size(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
skipOver() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
SourceResolver() - Constructor for class org.apache.camel.impl.engine.DefaultResourceResolvers.SourceResolver
 
start() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
start() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
start() - Method in class org.apache.camel.impl.engine.DefaultRoute
Do not invoke this method directly, use RouteController.startRoute(String) to start a route.
start() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
startAllRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
startAllRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
startChildServices(Route, List<Service>) - Method in class org.apache.camel.impl.engine.RouteService
 
startRoute(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
startRoute(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
startRoute(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
startRoute(String, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
startRouteDefinitions() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
startRouteGroup(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
startRouteGroup(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
startRoutes(boolean) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
startRouteService(RouteService, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Starts the given route service
startService(Service, CamelContext, Object, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Stats the given service
startSingleStepExchange(String, Breakpoint) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
staticMap - Variable in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
staticSize() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
step() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
stepBreakpoint() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
stepBreakpoint(String) - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
stepOver() - Method in class org.apache.camel.impl.debugger.DefaultBacklogDebugger
 
stop() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stop() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
stop() - Method in class org.apache.camel.impl.engine.DefaultRoute
Do not invoke this method directly, use RouteController.stopRoute(String) to stop a route.
stop() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
STOP_CAMEL_CONTEXT - Enum constant in enum class org.apache.camel.impl.engine.DurationRoutePolicy.Action
 
STOP_ROUTE - Enum constant in enum class org.apache.camel.impl.engine.DurationRoutePolicy.Action
 
stopAllRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopAllRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
stopChildServices(Route, Set<Service>, boolean) - Method in class org.apache.camel.impl.engine.RouteService
 
stopRoute(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRoute(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
stopRoute(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
stopRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
stopRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
stopRoute(String, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
stopRoute(String, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
stopRoute(String, long, TimeUnit, boolean, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRoute(String, Throwable) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
stopRoute(String, Throwable) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
stopRoute(String, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRouteGroup(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRouteGroup(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
stopRouteService(RouteService, boolean, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRouteService(RouteService, LoggingLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopSingleStepExchange(String) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
StreamCachingAdvice(StreamCachingStrategy) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.StreamCachingAdvice
 
subscribeMethod(Method, Object, String, String, String, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
SubscribeMethodProcessor - Class in org.apache.camel.impl.engine
A Processor which is used for POJO @Consume where you can have multiple @Consume on the same endpoint/consumer and via predicate's can filter and call different methods.
SubscribeMethodProcessor(Endpoint) - Constructor for class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
supervising() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
supportsAutoWiring() - Method in class org.apache.camel.impl.engine.DefaultInjector
 
supportsSuspension() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
suspend(CamelContext, List<RouteStartupOrder>) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
suspend(CamelContext, List<RouteStartupOrder>, long, TimeUnit) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
SUSPEND_ALL_ROUTES - Enum constant in enum class org.apache.camel.impl.engine.DurationRoutePolicy.Action
 
SUSPEND_ROUTE - Enum constant in enum class org.apache.camel.impl.engine.DurationRoutePolicy.Action
 
suspendAllBreakpoints() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
suspendNow(String, Consumer) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
Suspends/stops the consumer immediately.
suspendRoute(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
suspendRoute(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
suspendRoute(String) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
suspendRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
suspendRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
suspendRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
suspendRouteService(RouteService) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 

T

to(String) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
to(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
toJSon(int) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
toString() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
toString() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
toString() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
toString() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
toString() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
toString() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
toString() - Method in class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
toString() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
toString() - Method in class org.apache.camel.impl.engine.DefaultRouteStartupOrder
 
toString() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
toString() - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
toString() - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
toString() - Method in class org.apache.camel.impl.engine.DefaultValidatorRegistry
 
toString() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
toString() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
toXml(int) - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
Dumps the event message as XML using the BacklogTracerEventMessage.ROOT_TAG as root tag.
traceAfterNode(NamedNode, Exchange) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
traceAfterRoute(NamedRoute, Exchange) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
traceBeforeNode(NamedNode, Exchange) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
traceBeforeRoute(NamedRoute, Exchange) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
traceEvent(DefaultBacklogTracerEventMessage) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
traceSentNode(NamedNode, Exchange, Endpoint, long) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
TracingAdvice(CamelContext, Tracer, NamedNode, NamedRoute, boolean) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.TracingAdvice
 

U

unbindEnabled - Variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
UnitOfWorkProcessorAdvice(Route, CamelContext) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.UnitOfWorkProcessorAdvice
 
unmanageObject(Object) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
unwrap(CamelInternalProcessorAdvice<?>) - Static method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
updateRoutes(Collection<Resource>) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 

V

valueOf(String) - Static method in enum class org.apache.camel.impl.engine.DurationRoutePolicy.Action
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.camel.impl.engine.DurationRoutePolicy.Action
Returns an array containing the constants of this enum class, in the order they are declared.

W

warmUp() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
warmUp() - Method in class org.apache.camel.impl.engine.RouteService
 
withBody(Object) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withBodyAs(Object, Class<?>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withDefaultEndpoint(String) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withDefaultEndpoint(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withDefaultEndpoint(EndpointProducerResolver) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withExchange(Supplier<Exchange>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withExchange(Exchange) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withExchangeProperties(Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withExchangeProperty(String, Object) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withHeader(String, Object) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withHeaders(Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withProcessor(Supplier<Processor>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withProcessor(Processor) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withTemplateCustomizer(Consumer<ProducerTemplate>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withVariable(String, Object) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withVariables(Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
wrap(ManagementInterceptStrategy.InstrumentationProcessor<T>) - Static method in class org.apache.camel.impl.engine.CamelInternalProcessor
Wrap an InstrumentationProcessor into a CamelInternalProcessorAdvice
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values