Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

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(Registry) - Constructor for class org.apache.camel.impl.engine.AbstractCamelContext
Creates the CamelContext using the given registry
AbstractCamelContext(boolean) - Constructor for class org.apache.camel.impl.engine.AbstractCamelContext
 
AbstractCamelContext.Initialization - Enum in org.apache.camel.impl.engine
Deprecated.
AbstractDynamicRegistry<K,V> - Class in org.apache.camel.impl.engine
Base implementation for TransformerRegistry, ValidatorRegistry and EndpointRegistry.
AbstractDynamicRegistry(CamelContext, int) - Constructor for class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
acceptableSchemes - Variable in class org.apache.camel.impl.engine.BasePackageScanResolver
 
activateAllBreakpoints() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
adapt(Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
addBootstrap(BootstrapCloseable) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addBreakpoint(String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
addBreakpoint(Breakpoint) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
addBreakpoint(Breakpoint, Condition...) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
addClassLoader(ClassLoader) - Method in class org.apache.camel.impl.engine.BasePackageScanResolver
 
addComponent(String, Component) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addConditionalBreakpoint(String, String, String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
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
 
addFilter(PackageScanFilter) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
addIfMatching(PackageScanFilter, String, Set<Class<?>>) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.
addInterceptStrategy(InterceptStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addLifecycleStrategy(LifecycleStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addLogListener(LogListener) - 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(Route) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
addRoute(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
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() - 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
 
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.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
 
addToClassMap(String, DefaultFactoryFinder.ClassSupplier) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
after(Exchange, StopWatch) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogDebuggerAdvice
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAdvice
 
after(Exchange, StopWatch) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.DebuggerAdvice
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.DelayerAdvice
 
after(Exchange, MessageHistory) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.MessageHistoryAdvice
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.NodeHistoryAdvice
 
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, StreamCache) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.StreamCachingAdvice
 
after(Exchange, Object) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.TracingAdvice
 
after(Exchange, UnitOfWork) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.UnitOfWorkProcessorAdvice
 
afterProcess(Exchange, Processor, NamedNode, long) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
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
 
asyncCallback(String, Exchange, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncCallback(String, Processor, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncCallback(Endpoint, Exchange, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncCallback(Endpoint, Processor, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncCallback(Endpoint, ExchangePattern, Object, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncCallbackRequestBody(String, Object, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncCallbackRequestBody(Endpoint, Object, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncCallbackSendBody(String, Object, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncCallbackSendBody(Endpoint, Object, Synchronization) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
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, 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, 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, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
asyncSend(Endpoint, ExchangePattern, Processor, 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
 
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

BacklogDebugger - Class in org.apache.camel.impl.debugger
A Debugger that has easy debugging functionality which can be used from JMX with ManagedBacklogDebuggerMBean.
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(BacklogTracer, NamedNode, NamedRoute, boolean) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAdvice
 
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
 
BasePackageScanResolver - Class in org.apache.camel.impl.engine
Base class for package scan resolvers.
BasePackageScanResolver() - Constructor for class org.apache.camel.impl.engine.BasePackageScanResolver
 
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.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.BacklogDebugger
 
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(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
browse(int, boolean) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
browse(String, int, boolean) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 

C

cache(Exchange) - 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
 
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 ...
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.ChildUnitOfWorkProcessorAdvice - Class in org.apache.camel.impl.engine
Advice when an EIP uses the shareUnitOfWork functionality.
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 - Class in org.apache.camel.impl.engine
A helper class for Camel based injector or post processing hooks which can be reused by both the Spring and Blueprint support.
CamelPostProcessorHelper() - Constructor for class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
CamelPostProcessorHelper(CamelContext) - Constructor for class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
camelPostProcessorHelper - Variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
canPostProcessBean(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
canSetCamelContext(Object, String) - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
ChildUnitOfWorkProcessorAdvice(Route, CamelContext, UnitOfWork) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.ChildUnitOfWorkProcessorAdvice
 
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
 
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.DefaultRuntimeEndpointRegistry
 
clear() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
Clears information put on the MDC by this MDCUnitOfWork
clearAll() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
clearBody() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
clearCache() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
clearCache() - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
clearHeaders() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
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
 
consumerInjection(Method, Object, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
containsKey(Object) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
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
 
continueProcessing(Exchange, AsyncProcessor) - 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
countDown(Exchange, CountDownLatch) - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
create(CamelContext, Map<String, Object>) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategyFactory
 
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
 
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
 
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
 
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.BacklogDebugger
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
 
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<EndpointKey, Endpoint>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createEndpointRegistry(Map<EndpointKey, Endpoint>) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createErrorHandler(Route, Processor) - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createErrorHandlerExecutorService() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
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
 
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, 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
 
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(String) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
createManagementObjectNameStrategy() - 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
 
createModelJAXBContextFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createModelJAXBContextFactory() - 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
 
createNodeIdFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createNodeIdFactory() - 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
 
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
 
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, Endpoint) - 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
 
createStreamCachingStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createStreamCachingStrategy() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
createThreadFactory(String, boolean) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
createTracer(CamelContext) - Static method in class org.apache.camel.impl.debugger.BacklogTracer
Creates a new backlog tracer.
createTracer() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createTracer() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
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.ChildUnitOfWorkProcessorAdvice
 
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
 
createXMLRoutesDefinitionLoader() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
createXMLRoutesDefinitionLoader() - 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
customResolveManagementName(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
customResourceLocator(URL) - Method in class org.apache.camel.impl.engine.BasePackageScanResolver
 

D

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
 
DefaultAsyncProcessorAwaitManager - Class in org.apache.camel.impl.engine
 
DefaultAsyncProcessorAwaitManager() - Constructor for class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
DefaultBacklogTracerEventMessage - Class in org.apache.camel.impl.debugger
An event message holding the traced message by the BacklogTracer.
DefaultBacklogTracerEventMessage(long, long, String, String, String, String) - Constructor for class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
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
 
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
 
DefaultConsumerTemplate - Class in org.apache.camel.impl.engine
Default implementation of ConsumerTemplate.
DefaultConsumerTemplate(CamelContext) - Constructor for class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
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
 
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<EndpointKey, Endpoint>) - Constructor for class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
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
 
DefaultFluentProducerTemplate - Class in org.apache.camel.impl.engine
 
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
 
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
 
defaultManagementName(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
DefaultManagementNameStrategy - Class in org.apache.camel.impl.engine
Default implementation of ManagementNameStrategy

This implementation will by default use a name pattern as #name# and in case of a clash, then the pattern will fallback to be using the counter as #name#-#counter#.

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
 
DefaultPackageScanClassResolver - Class in org.apache.camel.impl.engine
Default implement of PackageScanClassResolver
DefaultPackageScanClassResolver() - Constructor for class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
DefaultPackageScanResourceResolver - Class in org.apache.camel.impl.engine
Default implement of PackageScanResourceResolver
DefaultPackageScanResourceResolver() - Constructor for class org.apache.camel.impl.engine.DefaultPackageScanResourceResolver
 
DefaultProducerTemplate - Class in org.apache.camel.impl.engine
Template (named like Spring's TransactionTemplate & 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
 
DefaultResource - Class in org.apache.camel.impl.engine
 
DefaultResource(String, ThrowingSupplier<InputStream, IOException>) - Constructor for class org.apache.camel.impl.engine.DefaultResource
 
DefaultRoute - Class in org.apache.camel.impl.engine
Default implementation of Route.
DefaultRoute(CamelContext, NamedNode, String, String, Endpoint) - 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
 
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
 
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, Logger, InflightRepository, boolean, boolean) - Constructor for class org.apache.camel.impl.engine.DefaultUnitOfWork
 
DefaultUnitOfWork(Exchange, 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
 
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
 
deferStartService(Object, boolean, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
DelayerAdvice(long) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.DelayerAdvice
 
disableBreakpoint(String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
disableDebugger() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
disableJMX() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
disposeModel() - Method in class org.apache.camel.impl.engine.SimpleCamelContext
 
doAddService(T) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doAddService(T, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doAddService(T, boolean, boolean, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doBuild() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doFail(Exception) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doFind(String, ClassLoader, Set<Resource>, String) - Method in class org.apache.camel.impl.engine.DefaultPackageScanResourceResolver
 
doFindResources(String, Set<Resource>) - Method in class org.apache.camel.impl.engine.DefaultPackageScanResourceResolver
 
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.DefaultPackageScanResourceResolver
 
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
 
doLoadJarClassEntries(InputStream, String) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
Loads all the class entries from the JAR.
done(Exchange) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
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.DefaultChannel
 
doShutdown() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
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.DefaultRoute
 
doShutdown(CamelContext, List<RouteStartupOrder>, long, TimeUnit, boolean, boolean, boolean) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
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
 
doShutdownRoute(String, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStart() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
doStart() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
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.DefaultChannel
 
doStart() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
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.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(Set<Service>, CamelContext, boolean) - Method in class org.apache.camel.impl.engine.DeferServiceStartupListener
 
doStart() - Method in class org.apache.camel.impl.engine.FileStateRepository
 
doStart() - Method in class org.apache.camel.impl.engine.MemoryStateRepository
 
doStart() - Method in class org.apache.camel.impl.engine.RouteService
 
doStart() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
doStartCamel() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStartContext() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
doStartEagerServices() - 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.BacklogDebugger
 
doStop() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
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.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.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.DefaultPackageScanClassResolver
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultPackageScanResourceResolver
 
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.DefaultRoute
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
doStop() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
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.DefaultTracer
 
doStop() - Method in class org.apache.camel.impl.engine.DurationRoutePolicy
 
doStop() - Method in class org.apache.camel.impl.engine.FileStateRepository
 
doStop() - Method in class org.apache.camel.impl.engine.MemoryStateRepository
 
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
 
dumpAllTracedMessagesAsXml() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpTrace(String) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
dumpTracedMessages(String) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
dumpTracedMessagesAsXml(String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
dumpTracedMessagesAsXml(String) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
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
 
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
 
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.BacklogDebugger
 
enabled - Variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
enableDebugger() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
EndpointKey - Class in org.apache.camel.impl.engine
Key used in DefaultEndpointRegistry in AbstractCamelContext, to ensure a consistent lookup.
EndpointKey(String) - Constructor for class org.apache.camel.impl.engine.EndpointKey
 
EndpointKey(String, boolean) - Constructor for class org.apache.camel.impl.engine.EndpointKey
Optimized when the uri is already normalized.
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
 
equals(Object) - Method in class org.apache.camel.impl.engine.DefaultResource
 
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<?>, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
extractFutureBody(Future<?>, long, TimeUnit, 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
 
FileStateRepository - Class in org.apache.camel.impl.engine
This FileStateRepository class is a file-based implementation of a StateRepository.
FileStateRepository() - Constructor for class org.apache.camel.impl.engine.FileStateRepository
 
FileStateRepository(File, Map<String, String>) - Constructor for class org.apache.camel.impl.engine.FileStateRepository
 
fileStateRepository(File) - Static method in class org.apache.camel.impl.engine.FileStateRepository
Creates a new file based repository using as 1st level cache
fileStateRepository(File, long) - Static method in class org.apache.camel.impl.engine.FileStateRepository
Creates a new file based repository using a HashMap as 1st level cache.
fileStateRepository(File, Map<String, String>) - Static method in class org.apache.camel.impl.engine.FileStateRepository
Creates a new file based repository using the given Map as 1st level cache.
filter(String) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
find(PackageScanFilter, String, Set<Class<?>>) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
find(PackageScanFilter, String, ClassLoader, Set<Class<?>>) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
findAnnotated(Class<? extends Annotation>, String...) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
findAnnotated(Set<Class<? extends Annotation>>, String...) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
findByFilter(PackageScanFilter, String...) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
findClass(String) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
findImplementations(Class<?>, String...) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
findInClasspath(String, Set<Resource>, String) - Method in class org.apache.camel.impl.engine.DefaultPackageScanResourceResolver
 
findInFileSystem(File, Set<Resource>, String) - Method in class org.apache.camel.impl.engine.DefaultPackageScanResourceResolver
 
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
 
findResources(String) - Method in class org.apache.camel.impl.engine.DefaultPackageScanResourceResolver
 
findRoutesBuilders(Collection<Resource>) - 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
forceShutdown(Service) - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
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

This implementation finds the endpoints by searching all the child services for EndpointAware processors which uses an endpoint.

gatherRootServices(List<Service>) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
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(Object) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
get() - Method in interface org.apache.camel.impl.engine.DefaultFactoryFinder.ClassSupplier
 
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
 
getAnnotationBasedProcessorFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getApplicationContextClassLoader() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getApplicationContextClassLoader() - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
getAsyncProcessorAwaitManager() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBacklogDebugger(CamelContext) - Static method in class org.apache.camel.impl.debugger.BacklogDebugger
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
 
getBeanIntrospection() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBeanPostProcessor() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBeanProcessorFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBeanProxyFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBodyMaxChars() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
getBodyMaxChars() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
getBootstrapConfigurerResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBootstrapFactoryFinder() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBootstrapFactoryFinder(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getBreakpoints() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
getBreakpoints() - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
getBufferSize() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getCache() - Method in class org.apache.camel.impl.engine.FileStateRepository
 
getCachedClassesCounter() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
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.BasePackageScanResolver
 
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.DefaultClassResolver
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
getCamelContext() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
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.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.DefaultRuntimeEndpointRegistry
 
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
 
getCamelContextReference() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getClassLoaders() - Method in class org.apache.camel.impl.engine.BasePackageScanResolver
 
getClassResolver() - 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
 
getComponentNameResolver() - 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
 
getComponentResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getConfigurerResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getConsumer() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getConsumerProcessor(Endpoint) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getControlledRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
getControlledRoutes() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
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
 
getDataFormatParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDataFormatResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDebugCounter() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
getDebugger() - 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
 
getDefaultFactoryFinder() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDefaultThreadPoolProfile() - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
getDeferServiceFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDelayer() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getDelayer() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getDescription() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getEipParameterJsonSchema(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoint(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoint(NormalizedEndpointUri) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoint(String, Map<String, Object>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoint(NormalizedEndpointUri, Map<String, Object>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoint(String, Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoint() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getEndpoint() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
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
getEndpointKeyPreNormalized(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
getEndpointMap() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpointRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpoints() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getEndpointsPerRoute(String, boolean) - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
getEndpointStatistics() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
getEndpointUriFactory(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getErrorHandler() - Method in class org.apache.camel.impl.engine.DefaultChannel
 
getErrorHandlerExecutorService() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getErrorHandlerFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
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
 
getExtension(Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getFactoryFinder(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getFactoryFinderResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getFallbackTimeout() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
getFilePath() - Method in class org.apache.camel.impl.engine.FileStateRepository
 
getFileStore() - Method in class org.apache.camel.impl.engine.FileStateRepository
 
getFrom() - Method in class org.apache.camel.impl.engine.TransformerKey
 
getFromRouteId() - Method in class org.apache.camel.impl.engine.DurationRoutePolicyFactory
 
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
 
getHeadersMapFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getId() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
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
 
getInitialDelay() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
getInitialization() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Deprecated.
getInjectionBeanConfigValue(Class<?>, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getInjectionBeanValue(Class<?>, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
 
getInjectionPropertyValue(Class<?>, String, String, String, Object, 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
 
getInputStream() - Method in class org.apache.camel.impl.engine.DefaultResource
 
getInterceptEndpointFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getInterceptStrategies() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getInterceptStrategies() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getInternalProcessorFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getInternalRouteController() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
getLanguageResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getLastError() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
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.engine.DefaultResource
 
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.BacklogDebugger
 
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
 
getLogListeners() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getManagementAgent() - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
getManagementInterceptStrategy() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getManagementMBeanAssembler() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
getMaxFileStoreSize() - Method in class org.apache.camel.impl.engine.FileStateRepository
 
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
 
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
 
getMessageAsXml() - Method in class org.apache.camel.impl.debugger.DefaultBacklogTracerEventMessage
 
getMessageHistoryFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getModelJAXBContextFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getModelToXMLDumper() - 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.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
getNodeIdFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getNodePattern() - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
getNonControlledRouteIds() - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
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
 
getOrCreateTypeConverter() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getOrder() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogDebuggerAdvice
 
getOrder() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.BacklogTracerAdvice
 
getOrder() - Method in class org.apache.camel.impl.engine.CamelInternalProcessor.DebuggerAdvice
 
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
 
getPackageScanClassResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getPackageScanResourceResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
getPostProcessorHelper() - Method in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
Strategy to get the CamelPostProcessorHelper
getProcessor(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getProcessor(String, Class<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getProcessor() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getProcessorFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
getProperties() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getPropertiesComponent() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getPropertyGetter(Class<?>, String, boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
getPrototypeEndpoint(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getPrototypeEndpoint(NormalizedEndpointUri) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getReactiveExecutor() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
getResources(ClassLoader, String) - Method in class org.apache.camel.impl.engine.BasePackageScanResolver
Strategy to get the resources by the given classloader.
getResources(ClassLoader, String) - Method in class org.apache.camel.impl.engine.WebSpherePackageScanClassResolver
Overloaded to handle specific problem with getting resources on the IBM WebSphere platform.
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
 
getRestBindingJaxbDataFormatFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRestConfiguration() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRestRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRestRegistryFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRoute(String) - 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
 
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
 
getRouteFactory() - 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
 
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
 
getRouteService() - Method in class org.apache.camel.impl.engine.DefaultRouteStartupOrder
 
getRouteServices() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRoutesLoader() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRoutesSize() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRouteStartupOrder() - 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
 
getRuntimeCamelCatalog() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getRuntimeEndpointRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getScheme() - Method in class org.apache.camel.impl.engine.TransformerKey
 
getServices() - 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
 
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
 
getStartDate() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
getStartupStepRecorder() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getStartupSummaryLevel() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getState(String) - Method in class org.apache.camel.impl.engine.FileStateRepository
 
getState(String) - Method in class org.apache.camel.impl.engine.MemoryStateRepository
 
getStatistics() - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
getStatistics() - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
getStreamCachingStrategy() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getSuspendedBreakpointNodeIds() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
getSuspendedExchange(String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
Gets the exchanged suspended at the given breakpoint id or null if there is none at that id.
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
 
getTo() - Method in class org.apache.camel.impl.engine.TransformerKey
 
getToNode() - 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
 
getTracingPattern() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getTracingPattern() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getTransformerRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getType() - Method in class org.apache.camel.impl.engine.ValidatorKey
 
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
 
getUnitOfWorkFactory() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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.AbstractCamelContext
 
getUptimeMillis() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
getUri() - Method in class org.apache.camel.impl.engine.EndpointKey
 
getUriFactoryResolver() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getUuidGenerator() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getValidatorRegistry() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getVersion() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
getXMLRoutesDefinitionLoader() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 

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.BacklogDebugger
 
hasComponent(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasEndpoint(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasEndpoint(NormalizedEndpointUri) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hashCode() - Method in class org.apache.camel.impl.engine.DefaultResource
 
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
 
hasService(Object) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
hasService(Class<T>) - 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.BacklogTracerAdvice
 
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.TracingAdvice
 
hasTimeoutOccurred() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 

I

incrementTraceCounter() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
init() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
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
 
injectClass(Object, String) - 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, Object, String) - 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
 
isAcceptableScheme(String) - Method in class org.apache.camel.impl.engine.BasePackageScanResolver
 
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
 
isAutoCreateComponents() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
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.BacklogDebugger
 
isBodyIncludeFiles() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
isBodyIncludeStreams() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
isBodyIncludeStreams() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
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
 
isCopyMessage() - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
isDebugging() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isDebugging() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
isDisabled() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
isDynamic(K) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
isDynamic(String) - Method in class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
isDynamic(String) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
isDynamic(DataType, DataType) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
isDynamic(DataType) - Method in class org.apache.camel.impl.engine.DefaultValidatorRegistry
 
isEmpty() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
isEnabled() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
isEnabled() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
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(CamelEvent) - 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
 
isEventNotificationApplicable() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
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
 
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
 
isLazyStartProducer() - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
isLightweight() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isLoadTypeConverters() - 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
 
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
 
isSetupRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isShutdownNowOnTimeout() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
isShutdownRoutesInReverseOrder() - Method in class org.apache.camel.impl.engine.DefaultShutdownStrategy
 
isSingleStepMode() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
isSingleton(Object, String) - Method in class org.apache.camel.impl.engine.CamelPostProcessorHelper
Implementations can override this method to determine if the bean is singleton.
isStartingRoutes() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
isStartingRoutes() - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
isStatic(K) - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
 
isStatic(String) - Method in class org.apache.camel.impl.engine.DefaultEndpointRegistry
 
isStatic(String) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
isStatic(DataType, DataType) - Method in class org.apache.camel.impl.engine.DefaultTransformerRegistry
 
isStatic(DataType) - Method in class org.apache.camel.impl.engine.DefaultValidatorRegistry
 
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
 
isThreadedAsyncMode() - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
isTraceBeforeAndAfterRoute() - 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
 
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
 
isUnhealthy() - Method in class org.apache.camel.impl.engine.DefaultRouteError
 
isUnhealthyOnExhausted() - 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
 
isWebSphereClassLoader(ClassLoader) - Static method in class org.apache.camel.impl.engine.WebSpherePackageScanClassResolver
Is the classloader from IBM and thus the WebSphere platform?

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
 
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
 
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
 
loadStore() - Method in class org.apache.camel.impl.engine.FileStateRepository
Loads the given file store into the 1st level cache
log - Variable in class org.apache.camel.impl.engine.BasePackageScanResolver
 
LOG - Static variable in class org.apache.camel.impl.engine.DefaultCamelBeanPostProcessor
 
logClassicStartSummary() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
logRouteState(Route, String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
logRouteStopSummary() - 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
 

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
 
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
 
MemoryStateRepository - Class in org.apache.camel.impl.engine
This MemoryStateRepository class is a memory-based implementation of a StateRepository.
MemoryStateRepository() - Constructor for class org.apache.camel.impl.engine.MemoryStateRepository
 
MessageHistoryAdvice(MessageHistoryFactory, NamedNode) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.MessageHistoryAdvice
 

N

navigate() - Method in class org.apache.camel.impl.engine.DefaultRoute
 
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
 
newFixedThreadPool(Object, String, int) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
newInstance(String) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
newInstance(String, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinder
 
newInstance(Class<T>) - Method in class org.apache.camel.impl.engine.DefaultInjector
 
newInstance(Class<T>, String) - Method in class org.apache.camel.impl.engine.DefaultInjector
 
newInstance(Class<T>, boolean) - Method in class org.apache.camel.impl.engine.DefaultInjector
 
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(Map<String, Object>) - 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.HashMapHeadersMapFactory
 
newMessageHistory(String, NamedNode, long, Exchange) - Method in class org.apache.camel.impl.engine.DefaultMessageHistoryFactory
 
newScheduledThreadPool(Object, String, ThreadPoolProfile) - 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, int) - 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, 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, int, int) - 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
 
nodeCounters - Static variable in class org.apache.camel.impl.engine.DefaultNodeIdFactory
 
NodeHistoryAdvice(NamedNode) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.NodeHistoryAdvice
 
normalizeUri(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
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
 
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.
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
 
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
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
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, AsyncProcessor, Processor) - Method in class org.apache.camel.impl.engine.SharedCamelInternalProcessor
Synchronous API
process(Exchange, AsyncCallback, AsyncProcessor, Processor) - Method in class org.apache.camel.impl.engine.SharedCamelInternalProcessor
Asynchronous API
process(Exchange, AsyncCallback) - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
purge() - Method in class org.apache.camel.impl.engine.AbstractDynamicRegistry
Purges the cache
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(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receive(String, long) - 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(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(String, long) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(Endpoint, long) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(String, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(Endpoint, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(String, long, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBody(Endpoint, long, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBodyNoWait(String) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBodyNoWait(Endpoint) - Method in class org.apache.camel.impl.engine.DefaultConsumerTemplate
 
receiveBodyNoWait(String, Class<T>) - 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
 
registerEndpointCallback(EndpointStrategy) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
registerThreadPoolProfile(ThreadPoolProfile) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
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
 
removeAllBreakpoints() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
removeBreakpoint(String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
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
 
removeFilter(PackageScanFilter) - Method in class org.apache.camel.impl.engine.DefaultPackageScanClassResolver
 
removeMessageBodyOnBreakpoint(String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
removeMessageHeaderOnBreakpoint(String, String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
removeRoute(Route) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeRoute(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
removeRoute(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
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(Endpoint, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
request(String, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(Endpoint, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(Endpoint, Object, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
requestBody(String, 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(Endpoint, 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(Endpoint, Object, String, Object, Class<T>) - 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
 
requestBodyAndHeaders(String, Object, Map<String, Object>) - 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(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>, Class<T>) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
reset(CamelContext, String) - Static method in class org.apache.camel.impl.engine.DefaultRouteError
 
reset() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
reset() - Method in class org.apache.camel.impl.engine.FileStateRepository
Resets and clears the store to force it to reload from file
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
 
resetCounters() - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
resetDebugCounter() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
resetTraceCounter() - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
resetTraceCounter() - Method in class org.apache.camel.impl.engine.DefaultTracer
 
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, ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveClass(String, Class<T>, ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveComponent(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultComponentResolver
 
resolveDataFormat(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
resolveFactory(String, CamelContext) - Method in class org.apache.camel.impl.engine.DefaultUriFactoryResolver
 
resolveFactoryFinder(ClassResolver, String) - Method in class org.apache.camel.impl.engine.DefaultFactoryFinderResolver
 
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, ClassLoader) - Method in class org.apache.camel.impl.engine.DefaultClassResolver
 
resolveMandatoryClass(String, Class<T>, 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
 
resolveSpoolDirectory(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
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_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
 
resumeAll() - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
resumeBreakpoint(String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
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
 
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
 
routeSupportsSuspension(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 

S

schedule(Runnable) - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
scheduleMain(Runnable) - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
scheduleSync(Runnable) - Method in class org.apache.camel.impl.engine.DefaultReactiveExecutor
 
send() - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
send(String, Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(String, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(String, ExchangePattern, Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Endpoint, Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Endpoint, Processor) - 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(Exchange) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
send(Processor) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBody(Endpoint, ExchangePattern, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBody(Endpoint, 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(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(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
 
sendBodyAndHeader(String, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndHeader(Object, 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(Endpoint, 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, ExchangePattern, Object, Map<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
 
sendBodyAndProperty(String, 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
 
sendBodyAndProperty(String, ExchangePattern, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
sendBodyAndProperty(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
 
setAcceptableSchemes(String) - Method in class org.apache.camel.impl.engine.BasePackageScanResolver
To specify a set of accepted schemas to use for loading resources as URL connections (besides http and https schemas)
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.
setAllowUseOriginalMessage(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAllowUseOriginalMessage(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setAnnotationBasedProcessorFactory(AnnotationBasedProcessorFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAnySpoolRules(boolean) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setApplicationContextClassLoader(ClassLoader) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setAsyncProcessorAwaitManager(AsyncProcessorAwaitManager) - 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
 
setAutowiredEnabled(Boolean) - 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.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
 
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
 
setBeanIntrospection(BeanIntrospection) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBeanPostProcessor(CamelBeanPostProcessor) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBeanProcessorFactory(BeanProcessorFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBeanProxyFactory(BeanProxyFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBodyIncludeFiles(boolean) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
setBodyIncludeFiles(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setBodyIncludeStreams(boolean) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
setBodyIncludeStreams(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setBodyMaxChars(int) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
setBodyMaxChars(int) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
setBootstrapConfigurerResolver(ConfigurerResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBootstrapFactoryFinder(FactoryFinder) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setBridgeErrorHandler(boolean) - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
setBufferSize(int) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setCache(Map<String, String>) - Method in class org.apache.camel.impl.engine.FileStateRepository
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.debugger.DefaultDebugger
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.BasePackageScanResolver
 
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.DefaultClassResolver
 
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.DefaultRouteController
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultRoutesLoader
 
setCamelContext(CamelContext) - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
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
 
setComponentNameResolver(ComponentNameResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setComponentResolver(ComponentResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setConfigurerResolver(ConfigurerResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setContextCounter(int) - Static method in class org.apache.camel.impl.engine.AbstractCamelContext
Reset context counter to a preset value.
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.
setDataFormatResolver(DataFormatResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
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
setDefaultExtension(Class<T>, Supplier<T>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDefaultThreadPoolProfile(ThreadPoolProfile) - Method in class org.apache.camel.impl.engine.BaseExecutorServiceManager
 
setDeferServiceFactory(DeferServiceFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDelayer(Long) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setDelayer(Long) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setEnabled(boolean) - Method in class org.apache.camel.impl.debugger.BacklogTracer
 
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
 
setErrorHandler(Processor) - Method in class org.apache.camel.impl.engine.DefaultChannel
 
setErrorHandlerExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setEventFactory(EventFactory) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategy
 
setEventNotificationApplicable(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setEventNotifierEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
setEventNotifierEnabled(boolean) - Method in class org.apache.camel.impl.engine.DefaultProducerTemplate
 
setExchangeFormatter(ExchangeFormatter) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
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
 
setExtension(Class<T>, T) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setFactoryFinderResolver(FactoryFinderResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setFallbackTimeout(long) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
setFileStore(File) - Method in class org.apache.camel.impl.engine.FileStateRepository
 
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
 
setHeadersMapFactory(HeadersMapFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
setInitialDelay(long) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setInitialization(AbstractCamelContext.Initialization) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
Deprecated.
setInjector(Injector) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setInterceptEndpointFactory(InterceptEndpointFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setInterceptStrategies(List<InterceptStrategy>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setInternalProcessorFactory(InternalProcessorFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setInterruptThreadsWhileStopping(boolean) - Method in class org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager
 
setLanguageResolver(LanguageResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setLastError(RouteError) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setLazyStartProducer(boolean) - Method in class org.apache.camel.impl.engine.DefaultGlobalEndpointConfiguration
 
setLightweight(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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.
setLoadTypeConverters(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.BacklogDebugger
 
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
 
setManagementMBeanAssembler(ManagementMBeanAssembler) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
setMaxFileStoreSize(long) - Method in class org.apache.camel.impl.engine.FileStateRepository
Sets the maximum file size for the file store in bytes.
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.BacklogDebugger
 
setMessageBodyOnBreakpoint(String, Object, Class<?>) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
setMessageHeaderOnBreakpoint(String, String, Object) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
setMessageHeaderOnBreakpoint(String, String, Object, Class<?>) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
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
 
setModelJAXBContextFactory(ModelJAXBContextFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setModelToXMLDumper(ModelToXMLDumper) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setName(String) - 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
 
setNodeIdFactory(NodeIdFactory) - 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
 
setPackageScanClassResolver(PackageScanClassResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setPackageScanResourceResolver(PackageScanResourceResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setParentUnitOfWork(UnitOfWork) - Method in class org.apache.camel.impl.engine.DefaultUnitOfWork
 
setProcessor(Processor) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setProcessorFactory(ProcessorFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setPropertiesComponent(PropertiesComponent) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setProperty(CamelContext, TypeConverter, Object, String, Object, String, boolean, boolean, boolean) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
setProperty(CamelContext, Object, String, Object) - Method in class org.apache.camel.impl.engine.DefaultBeanIntrospection
 
setReactiveExecutor(ReactiveExecutor) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRegistry(Registry) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
setRestBindingJaxbDataFormatFactory(RestBindingJaxbDataFormatFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRestConfiguration(RestConfiguration) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRestRegistry(RestRegistry) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRestRegistryFactory(RestRegistryFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
setRouteFactory(RouteFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRouteOnAdvices(Route) - Method in class org.apache.camel.impl.engine.CamelInternalProcessor
 
setRoutePolicyFactories(List<RoutePolicyFactory>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRoutesLoader(RoutesLoader) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setRuntimeCamelCatalog(RuntimeCamelCatalog) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
setSpoolCipher(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSpoolDirectory(String) - Method in class org.apache.camel.impl.engine.DefaultStreamCachingStrategy
 
setSpoolDirectory(File) - 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
 
setStartingRoutes(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setStartupOrder(Integer) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setStartupStepRecorder(StartupStepRecorder) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setStartupSummaryLevel(StartupSummaryLevel) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setState(String, String) - Method in class org.apache.camel.impl.engine.FileStateRepository
 
setState(String, String) - Method in class org.apache.camel.impl.engine.MemoryStateRepository
 
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
 
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, Object, String) - 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
 
setTracing(Boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTracing(Boolean) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setTracingPattern(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTracingPattern(String) - Method in class org.apache.camel.impl.engine.DefaultRoute
 
setTransformerRegistry(TransformerRegistry) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setTypeConverter(TypeConverter) - 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
 
setUnhealthyOnExhausted(boolean) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
setUnitOfWorkFactory(UnitOfWorkFactory) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setUp() - Method in class org.apache.camel.impl.engine.RouteService
 
setupManagement(Map<String, Object>) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setupManagement(CamelContext, ManagementStrategy, LifecycleStrategy) - Method in class org.apache.camel.impl.engine.DefaultManagementStrategyFactory
 
setupRoutes(boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setUriFactoryResolver(UriFactoryResolver) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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
 
setValidatorRegistry(ValidatorRegistry) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
setXMLRoutesDefinitionLoader(XMLRoutesDefinitionLoader) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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 ...
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, Exchange) - Method in class org.apache.camel.impl.debugger.BacklogTracer
Whether or not to trace the given processor definition.
shouldTrace(NamedNode) - Method in class org.apache.camel.impl.engine.DefaultTracer
 
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(ExecutorService) - 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.
shutdownRouteService(RouteService) - 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.DefaultInflightRepository
 
size(String) - Method in class org.apache.camel.impl.engine.DefaultInflightRepository
 
size() - Method in class org.apache.camel.impl.engine.DefaultRuntimeEndpointRegistry
 
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.DefaultUnitOfWork
 
start() - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
 
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
 
startRouteDefinitions() - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
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.BacklogDebugger
 
stepBreakpoint(String) - Method in class org.apache.camel.impl.debugger.BacklogDebugger
 
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.DefaultUnitOfWork
 
stop() - Method in class org.apache.camel.impl.engine.LimitedPollingConsumerPollStrategy
 
stop() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
stopChildServices(Route, Set<Service>, boolean) - Method in class org.apache.camel.impl.engine.RouteService
 
stopRoute(String, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRoute(String) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRoute(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
stopRoute(String, long, TimeUnit) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
stopRoute(String, long, TimeUnit, boolean) - 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.DefaultSupervisingRouteController
 
stopRoute(String, long, TimeUnit, boolean) - Method in class org.apache.camel.impl.engine.DefaultSupervisingRouteController
 
stopRouteService(RouteService, boolean) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
stopRouteService(RouteService) - 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
 
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, long, TimeUnit) - Method in class org.apache.camel.impl.engine.AbstractCamelContext
 
suspendRoute(String) - Method in class org.apache.camel.impl.engine.DefaultRouteController
 
suspendRoute(String, long, TimeUnit) - 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.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
 
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.DefaultResource
 
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.EndpointKey
 
toString() - Method in class org.apache.camel.impl.engine.MDCUnitOfWork
 
toString() - Method in class org.apache.camel.impl.engine.SubscribeMethodProcessor
 
toString() - Method in class org.apache.camel.impl.engine.TransformerKey
 
toString() - Method in class org.apache.camel.impl.engine.ValidatorKey
 
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(Route, 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
 
TracingAdvice(Tracer, NamedNode, NamedRoute, boolean) - Constructor for class org.apache.camel.impl.engine.CamelInternalProcessor.TracingAdvice
 
TransformerKey - Class in org.apache.camel.impl.engine
Key used in TransformerRegistry in AbstractCamelContext, to ensure a consistent lookup.
TransformerKey(String) - Constructor for class org.apache.camel.impl.engine.TransformerKey
 
TransformerKey(DataType, DataType) - Constructor for class org.apache.camel.impl.engine.TransformerKey
 
trunkStore() - Method in class org.apache.camel.impl.engine.FileStateRepository
Trunks the file store when the max store size is hit by rewriting the 1st level cache to the file store.

U

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
 

V

ValidatorKey - Class in org.apache.camel.impl.engine
Key used in ValidatorRegistry in CamelContext, to ensure a consistent lookup.
ValidatorKey(DataType) - Constructor for class org.apache.camel.impl.engine.ValidatorKey
 
valueOf(String) - Static method in enum org.apache.camel.impl.engine.AbstractCamelContext.Initialization
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.impl.engine.AbstractCamelContext.Initialization
Deprecated.
Returns an array containing the constants of this enum type, 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
 
WebSpherePackageScanClassResolver - Class in org.apache.camel.impl.engine
WebSphere specific resolver to handle loading annotated resources in JAR files.
WebSpherePackageScanClassResolver(String) - Constructor for class org.apache.camel.impl.engine.WebSpherePackageScanClassResolver
Constructor.
withBody(Object) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withBodyAs(Object, Class<?>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withExchange(Exchange) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withExchange(Supplier<Exchange>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withHeader(String, Object) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withProcessor(Processor) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withProcessor(Supplier<Processor>) - Method in class org.apache.camel.impl.engine.DefaultFluentProducerTemplate
 
withTemplateCustomizer(Consumer<ProducerTemplate>) - 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 
Skip navigation links

Apache Camel