- 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
-
- CamelInternalProcessor.BacklogTracerAdvice - Class in org.apache.camel.impl.engine
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-