- CamelBeanPostProcessor - Class in org.apache.camel.spring
-
Spring specific DefaultCamelBeanPostProcessor
which uses Spring BeanPostProcessor
to post process beans.
- CamelBeanPostProcessor() - Constructor for class org.apache.camel.spring.CamelBeanPostProcessor
-
- CamelConsumerTemplateFactoryBean - Class in org.apache.camel.spring
-
Configures a ConsumerTemplate
- CamelConsumerTemplateFactoryBean() - Constructor for class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
-
- CamelContextBeanDefinitionParser(Class<?>) - Constructor for class org.apache.camel.spring.handler.CamelNamespaceHandler.CamelContextBeanDefinitionParser
-
- CamelContextFactoryBean - Class in org.apache.camel.spring
-
CamelContext using XML configuration.
- CamelContextFactoryBean() - Constructor for class org.apache.camel.spring.CamelContextFactoryBean
-
- CamelContextResolverHelper - Class in org.apache.camel.spring.util
-
Helper to resolve CamelContext
from the Spring ApplicationContext
.
- CamelEndpointFactoryBean - Class in org.apache.camel.spring
-
Camel endpoint configuration
- CamelEndpointFactoryBean() - Constructor for class org.apache.camel.spring.CamelEndpointFactoryBean
-
- CamelEvent - Class in org.apache.camel.component.event
-
Represents a Spring ApplicationEvent
which contains a Camel Exchange
- CamelEvent(EventEndpoint, Exchange) - Constructor for class org.apache.camel.component.event.CamelEvent
-
- CamelFluentProducerTemplateFactoryBean - Class in org.apache.camel.spring
-
Configures a FluentProducerTemplate
- CamelFluentProducerTemplateFactoryBean() - Constructor for class org.apache.camel.spring.CamelFluentProducerTemplateFactoryBean
-
- CamelNamespaceHandler - Class in org.apache.camel.spring.handler
-
Camel namespace for the spring XML configuration file.
- CamelNamespaceHandler() - Constructor for class org.apache.camel.spring.handler.CamelNamespaceHandler
-
- CamelNamespaceHandler.CamelContextBeanDefinitionParser - Class in org.apache.camel.spring.handler
-
- CamelNamespaceHandler.EndpointDefinitionParser - Class in org.apache.camel.spring.handler
-
- CamelNamespaceHandler.RestContextDefinitionParser - Class in org.apache.camel.spring.handler
-
- CamelNamespaceHandler.RouteContextDefinitionParser - Class in org.apache.camel.spring.handler
-
- CamelNamespaceHandler.SSLContextParametersFactoryBeanBeanDefinitionParser - Class in org.apache.camel.spring.handler
-
- CamelProducerTemplateFactoryBean - Class in org.apache.camel.spring
-
Configures a ProducerTemplate
- CamelProducerTemplateFactoryBean() - Constructor for class org.apache.camel.spring.CamelProducerTemplateFactoryBean
-
- CamelProxyFactoryBean - Class in org.apache.camel.spring.remoting
-
A FactoryBean
to create a Proxy to a a Camel Pojo Endpoint.
- CamelProxyFactoryBean() - Constructor for class org.apache.camel.spring.remoting.CamelProxyFactoryBean
-
- CamelRedeliveryPolicyFactoryBean - Class in org.apache.camel.spring
-
Configuration of redelivery policy.
- CamelRedeliveryPolicyFactoryBean() - Constructor for class org.apache.camel.spring.CamelRedeliveryPolicyFactoryBean
-
- CamelRestContextFactoryBean - Class in org.apache.camel.spring
-
Configuration of REST services using rest-dsl using XML
- CamelRestContextFactoryBean() - Constructor for class org.apache.camel.spring.CamelRestContextFactoryBean
-
- CamelRouteContextFactoryBean - Class in org.apache.camel.spring
-
Configuration of routes using XML
- CamelRouteContextFactoryBean() - Constructor for class org.apache.camel.spring.CamelRouteContextFactoryBean
-
- CamelServiceExporter - Class in org.apache.camel.spring.remoting
-
A FactoryBean
to create a proxy to a service exposing a given RemoteExporter.getServiceInterface()
- CamelServiceExporter() - Constructor for class org.apache.camel.spring.remoting.CamelServiceExporter
-
- CamelThreadPoolFactoryBean - Class in org.apache.camel.spring
-
Configuration of thread pools
- CamelThreadPoolFactoryBean() - Constructor for class org.apache.camel.spring.CamelThreadPoolFactoryBean
-
- CamelThreadPoolTaskScheduler - Class in org.apache.camel.spring.util
-
A Camel extension of Spring's ThreadPoolTaskScheduler
which uses the
ExecutorServiceManager
to create and destroy the
thread pool, which ensures the thread pool is also managed and consistent with
other usages of thread pools in Camel.
- CamelThreadPoolTaskScheduler(CamelContext, Object, String) - Constructor for class org.apache.camel.spring.util.CamelThreadPoolTaskScheduler
-
- clear() - Method in class org.apache.camel.spring.processor.idempotent.SpringCacheIdempotentRepository
-
- confirm(Object) - Method in class org.apache.camel.spring.processor.idempotent.SpringCacheIdempotentRepository
-
- consumerStarted(EventEndpoint) - Method in class org.apache.camel.component.event.EventComponent
-
- consumerStarted(EventConsumer) - Method in class org.apache.camel.component.event.EventEndpoint
-
- consumerStopped(EventEndpoint) - Method in class org.apache.camel.component.event.EventComponent
-
- consumerStopped(EventConsumer) - Method in class org.apache.camel.component.event.EventEndpoint
-
- contains(Object) - Method in class org.apache.camel.spring.processor.idempotent.SpringCacheIdempotentRepository
-
- ContextScanRouteBuilderFinder - Class in org.apache.camel.spring
-
A helper class which will find all RouteBuilder
instances on the
Spring ApplicationContext
.
- ContextScanRouteBuilderFinder(SpringCamelContext, PackageScanFilter, boolean) - Constructor for class org.apache.camel.spring.ContextScanRouteBuilderFinder
-
- convertBeanToEndpoint(String, Object) - Method in class org.apache.camel.spring.SpringCamelContext
-
- convertToInputStream(Resource) - Static method in class org.apache.camel.spring.converter.ResourceConverter
-
- createAdditionalLocationsFromClasspath() - Method in class org.apache.camel.spring.Main
-
- createConsumer(Processor) - Method in class org.apache.camel.component.event.EventEndpoint
-
- createContext() - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Create the context
- createDefaultApplicationContext() - Method in class org.apache.camel.spring.Main
-
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.event.EventComponent
-
- createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
-
- createEventEndpoint() - Method in class org.apache.camel.spring.SpringCamelContext
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.apache.camel.spring.util.CamelThreadPoolTaskScheduler
-
- createExpression(String) - Method in class org.apache.camel.language.spel.SpelLanguage
-
- createInjector() - Method in class org.apache.camel.spring.SpringCamelContext
-
- createLoadBalancer() - Method in class org.apache.camel.component.event.EventEndpoint
-
- createLogger() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
-
- createManagementMBeanAssembler() - Method in class org.apache.camel.spring.SpringCamelContext
-
- createModelJAXBContextFactory() - Method in class org.apache.camel.spring.SpringCamelContext
-
- createPredicate(String) - Method in class org.apache.camel.language.spel.SpelLanguage
-
- createProducer() - Method in class org.apache.camel.component.event.EventEndpoint
-
- createRegistry() - Method in class org.apache.camel.spring.SpringCamelContext
-
- createTransactionErrorHandler(RouteContext, Processor, ErrorHandlerBuilder) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
-
- scheduleTask(Runnable) - Method in class org.apache.camel.spring.pollingconsumer.SpringScheduledPollConsumerScheduler
-
- SecureRandomParametersFactoryBean - Class in org.apache.camel.util.spring
-
- SecureRandomParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.SecureRandomParametersFactoryBean
-
- setAllowUseOriginalMessage(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether to allow access to the original message from Camel's error handler,
or from UnitOfWork.getOriginalInMessage()
.
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.event.EventComponent
-
The Spring ApplicationContext
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.event.EventEndpoint
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelFluentProducerTemplateFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelRedeliveryPolicyFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelThreadPoolFactoryBean
-
- setApplicationContext(AbstractApplicationContext) - Method in class org.apache.camel.spring.Main
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.SpringCamelContext
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.SpringRouteBuilder
-
Sets the application context to use to lookup beans
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.util.spring.KeyManagersParametersFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.util.spring.KeyStoreParametersFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.util.spring.SecureRandomParametersFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.util.spring.SSLContextClientParametersFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.util.spring.SSLContextServerParametersFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.camel.util.spring.TrustManagersParametersFactoryBean
-
- setApplicationContextUri(String) - Method in class org.apache.camel.spring.Main
-
- setArgs(String[]) - Method in class org.apache.camel.spring.util.MainRunner
-
- setAsyncRun(boolean) - Method in class org.apache.camel.spring.util.MainRunner
-
- setAutoStartup(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether the object should automatically start when Camel starts.
- setAutowireMode(int) - Method in class org.apache.camel.spring.spi.SpringInjector
-
- setBeanName(String) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setBeanPostProcessor(BeanPostProcessor) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
- setBeans(List<?>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Miscellaneous configurations
- setBinding(Boolean) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
-
- setBuilderRefs(List<RouteBuilderDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Refers to Java RouteBuilder
instances to include as routes in this CamelContext.
- setCamelContext(CamelContext) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.spring.pollingconsumer.SpringScheduledPollConsumerScheduler
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
-
- setCamelContext(CamelContext) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
-
- setCamelContextId(String) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
-
- setCamelContextId(String) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
-
- setCamelId(String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
-
- setCamelJMXAgent(CamelJMXAgentDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of JMX.
- setCamelPropertyPlaceholder(CamelPropertyPlaceholderDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of property placeholder
- setCamelStreamCachingStrategy(CamelStreamCachingStrategyDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of stream caching.
- setClientParameters(SSLContextClientParametersFactoryBean) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
-
- setContext(SpringCamelContext) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
- setContextScan(ContextScanDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets the context scanning (eg Spring's ApplicationContext) information.
- setCron(String) - Method in class org.apache.camel.spring.pollingconsumer.SpringScheduledPollConsumerScheduler
-
- setDataFormats(DataFormatsDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of data formats.
- setDeadLetterHandleNewException(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Whether the dead letter channel should handle (and ignore) any new exception that may been thrown during sending the
message to the dead letter endpoint.
- setDeadLetterUri(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
The dead letter endpoint uri for the Dead Letter error handler.
- setDelay(long) - Method in class org.apache.camel.spring.util.MainRunner
-
- setDelayer(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets a delay value in millis that a message is delayed at every step it takes in the route path,
slowing the process down to better observe what is occurring
- setDependencyCheck(boolean) - Method in class org.apache.camel.spring.spi.SpringInjector
-
- setDependsOn(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
List of other bean id's this CamelContext depends up.
- setEndpoint(Endpoint) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
-
- setEndpoints(List<CamelEndpointFactoryBean>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of endpoints
- setErrorHandlerRef(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets the name of the error handler object used to default the error handling strategy
- setEventEndpoint(EventEndpoint) - Method in class org.apache.camel.spring.SpringCamelContext
-
Deprecated.
- setExecutorServiceRef(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Sets a reference to a thread pool to be used by the error handler
- setField(Field, Object, Object) - Static method in class org.apache.camel.spring.util.ReflectionUtils
-
- setFileApplicationContextUri(String) - Method in class org.apache.camel.spring.Main
-
- setHandleFault(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether fault handling is enabled or not (default is disabled).
- setIgnoreResourceNotFound(boolean) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setIgnoreUnresolvablePlaceholders(boolean) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setImplicitId(boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
- setInterceptFroms(List<InterceptFromDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of interceptors that triggers from the beginning of routes.
- setIntercepts(List<InterceptDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of interceptors.
- setInterceptSendToEndpoints(List<InterceptSendToEndpointDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of interceptors that triggers sending messages to endpoints.
- setKeyManagers(KeyManagersParametersFactoryBean) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
-
- setKeyStore(KeyStoreParametersFactoryBean) - Method in class org.apache.camel.util.spring.KeyManagersParametersFactoryBean
-
- setKeyStore(KeyStoreParametersFactoryBean) - Method in class org.apache.camel.util.spring.TrustManagersParametersFactoryBean
-
- setLazyLoadTypeConverters(Boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Deprecated.
- setLevel(LoggingLevel) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Logging level to use when using the logging error handler type.
- setLoadBalancer(LoadBalancer) - Method in class org.apache.camel.component.event.EventEndpoint
-
- setLogExhaustedMessageBody(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether to log exhausted message body with message history.
- setLogName(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Name of the logger to use for the logging error handler
- setMain(Class<?>) - Method in class org.apache.camel.spring.util.MainRunner
-
- setManagementNamePattern(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
The naming pattern for creating the CamelContext management name.
- setMessageHistory(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether message history is enabled or not.
- setName(String) - Method in class org.apache.camel.component.event.EventEndpoint
-
- setNoStart(boolean) - Static method in class org.apache.camel.spring.SpringCamelContext
-
- setOnCompletions(List<OnCompletionDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of sub routes to run at the completion of routing.
- setOnExceptionOccurredRef(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Sets a reference to a processor that should be processed just after an exception occurred.
- setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of error handlers that triggers on exceptions thrown.
- setOnPrepareFailureRef(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Sets a reference to a processor to prepare the Exchange
before
handled by the failure processor / dead letter channel.
- setOnRedeliveryRef(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Sets a reference to a processor that should be processed before a redelivery attempt.
- setPackages(String[]) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets the package names to be recursively searched for Java classes which
extend RouteBuilder
to be auto-wired up to the
CamelContext
as a route.
- setPackageScan(PackageScanDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets the package scanning information.
- setParentApplicationContext(AbstractApplicationContext) - Method in class org.apache.camel.spring.Main
-
- setParentApplicationContextUri(String) - Method in class org.apache.camel.spring.Main
-
- setParser(PropertiesParser) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setPlaceholderPrefix(String) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setPlaceholderSuffix(String) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setPropagationBehaviorName(String) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
-
- setProperties(PropertiesDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of CamelContext properties such as limit of debug logging and other general options.
- setRedeliveryPolicies(List<CamelRedeliveryPolicyFactoryBean>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of redelivery settings.
- setRedeliveryPolicy(CamelRedeliveryPolicyFactoryBean) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Sets the redelivery settings
- setRedeliveryPolicyRef(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Sets a reference to a RedeliveryPolicy
to be used for redelivery settings.
- setRef(String) - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
-
- setResolver(PropertiesResolver) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setRestConfiguration(RestConfigurationDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration for rest-dsl
- setRestRefs(List<RestContextRefDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Refers to XML rest-dsl to include as REST services in this CamelContext.
- setRests(List<RestDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Contains the rest services defined using the rest-dsl
- setRests(List<RestDefinition>) - Method in class org.apache.camel.spring.CamelRestContextFactoryBean
-
- setRetryWhileRef(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Sets a reference to an retry while expression.
- setRollbackLoggingLevel(LoggingLevel) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Sets the logging level to use for logging transactional rollback.
- setRollbackLoggingLevel(LoggingLevel) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
-
Sets the logging level to use for logging transactional rollback.
- setRouteRefs(List<RouteContextRefDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Refers to XML routes to include as routes in this CamelContext.
- setRoutes(List<RouteDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Contains the Camel routes
- setRoutes(List<RouteDefinition>) - Method in class org.apache.camel.spring.CamelRouteContextFactoryBean
-
- setRuntimeEndpointRegistryEnabled(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether RuntimeEndpointRegistry
is enabled.
- setSecureRandom(SecureRandomParametersFactoryBean) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
-
- setServerParameters(SSLContextServerParametersFactoryBean) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
-
- setServiceRef(String) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
-
- setServiceRef(String) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
-
- setShutdownEager(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Whether to shutdown CamelContext eager when Spring is shutting down.
- setShutdownEager(boolean) - Method in class org.apache.camel.spring.SpringCamelContext
-
- setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets the ShutdownRoute option for routes.
- setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets the ShutdownRunningTask option to use when shutting down a route.
- setSpringTransactionPolicy(SpringTransactionPolicy) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
-
- setStreamCache(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether stream caching is enabled or not.
- setSystemPropertiesMode(int) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setSystemPropertiesModeName(String) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- setTaskScheduler(ThreadPoolTaskScheduler) - Method in class org.apache.camel.spring.pollingconsumer.SpringScheduledPollConsumerScheduler
-
- setThreadNamePattern(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets the thread name pattern used for creating the full thread name.
- setThreadPoolProfiles(List<ThreadPoolProfileDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of thread pool profiles.
- setThreadPools(List<CamelThreadPoolFactoryBean>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Configuration of thread pool
- setTimeZone(TimeZone) - Method in class org.apache.camel.spring.pollingconsumer.SpringScheduledPollConsumerScheduler
-
- setTrace(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether tracing is enabled or not.
- setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
-
- setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
-
- setTransactionManagerRef(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
References to the PlatformTransactionManager
to use with the transaction error handler.
- setTransactionTemplate(TransactionTemplate) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
-
- setTransactionTemplate(TransactionTemplate) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
-
- setTransactionTemplateRef(String) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
References to the TransactionTemplate
to use with the transaction error handler.
- setTrustManagers(TrustManagersParametersFactoryBean) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
-
- setType(ErrorHandlerType) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
The type of the error handler
- setTypeConverterExists(TypeConverterExists) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
What should happen when attempting to add a duplicate type converter.
- setTypeConverterExistsLoggingLevel(LoggingLevel) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
The logging level to use when logging that a type converter already exists when attempting to add a duplicate type converter.
- setTypeConverterStatisticsEnabled(Boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Sets whether or not type converter statistics is enabled.
- setUri(String) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
-
- setUseBreadcrumb(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Set whether breadcrumb is enabled.
- setUseMDCLogging(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
-
Set whether
MDC is enabled.
- setUseOriginalMessage(Boolean) - Method in class org.apache.camel.spring.ErrorHandlerDefinition
-
Will use the original input message when an Exchange
is moved to the dead letter queue.
- setValueSeparator(String) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
- shouldGenerateId() - Method in class org.apache.camel.spring.handler.ErrorHandlerDefinitionParser.RedeliveryPolicyDefinitionParser
-
- shouldIgnoreBean(Object) - Method in class org.apache.camel.spring.ContextScanRouteBuilderFinder
-
- shouldIgnoreBean(Class<?>) - Method in class org.apache.camel.spring.PackageScanRouteBuilderFinder
-
Lets ignore beans that are explicitly configured in the Spring XML files
- shutdown() - Method in class org.apache.camel.spring.util.CamelThreadPoolTaskScheduler
-
- spel(String) - Static method in class org.apache.camel.language.spel.SpelExpression
-
- SpelExpression - Class in org.apache.camel.language.spel
-
- SpelExpression(String, Class<?>) - Constructor for class org.apache.camel.language.spel.SpelExpression
-
- SpelLanguage - Class in org.apache.camel.language.spel
-
A Spring Expression Language
plugin
- SpelLanguage() - Constructor for class org.apache.camel.language.spel.SpelLanguage
-
- SpringCacheIdempotentRepository - Class in org.apache.camel.spring.processor.idempotent
-
- SpringCacheIdempotentRepository(CacheManager, String) - Constructor for class org.apache.camel.spring.processor.idempotent.SpringCacheIdempotentRepository
-
- SpringCamelContext - Class in org.apache.camel.spring
-
A Spring aware implementation of
CamelContext
which
will automatically register itself with Springs lifecycle methods plus allows
spring to be used to customize a any
Type Converters
as well as supporting accessing components and beans via the Spring
ApplicationContext
- SpringCamelContext() - Constructor for class org.apache.camel.spring.SpringCamelContext
-
- SpringCamelContext(ApplicationContext) - Constructor for class org.apache.camel.spring.SpringCamelContext
-
- springCamelContext(ApplicationContext) - Static method in class org.apache.camel.spring.SpringCamelContext
-
- springCamelContext(ApplicationContext, boolean) - Static method in class org.apache.camel.spring.SpringCamelContext
-
- springCamelContext(String) - Static method in class org.apache.camel.spring.SpringCamelContext
-
- SpringInjector - Class in org.apache.camel.spring.spi
-
A Spring implementation of Injector
allowing Spring to be used to dependency inject newly created POJOs
- SpringInjector(ConfigurableApplicationContext) - Constructor for class org.apache.camel.spring.spi.SpringInjector
-
- SpringManagementMBeanAssembler - Class in org.apache.camel.spring.spi
-
An springAssembler to assemble a
ModelMBean
which can be used
to register the object in JMX.
- SpringManagementMBeanAssembler(CamelContext) - Constructor for class org.apache.camel.spring.spi.SpringManagementMBeanAssembler
-
- SpringModelJAXBContextFactory - Class in org.apache.camel.spring
-
- SpringModelJAXBContextFactory() - Constructor for class org.apache.camel.spring.SpringModelJAXBContextFactory
-
- springResolvePlaceholders(String, Properties) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
-
Resolves the placeholders using Spring's property placeholder functionality.
- SpringRouteBuilder - Class in org.apache.camel.spring
-
An extension of the RouteBuilder
to provide some additional helper
methods
- SpringRouteBuilder() - Constructor for class org.apache.camel.spring.SpringRouteBuilder
-
- SpringScheduledPollConsumerScheduler - Class in org.apache.camel.spring.pollingconsumer
-
A Spring based ScheduledPollConsumerScheduler
which uses a CronTrigger
to define when the
poll should be triggered.
- SpringScheduledPollConsumerScheduler() - Constructor for class org.apache.camel.spring.pollingconsumer.SpringScheduledPollConsumerScheduler
-
- SpringTransactionPolicy - Class in org.apache.camel.spring.spi
-
Wraps the processor in a Spring transaction
- SpringTransactionPolicy() - Constructor for class org.apache.camel.spring.spi.SpringTransactionPolicy
-
Default constructor for easy spring configuration.
- SpringTransactionPolicy(TransactionTemplate) - Constructor for class org.apache.camel.spring.spi.SpringTransactionPolicy
-
- SpringTransactionPolicy(PlatformTransactionManager) - Constructor for class org.apache.camel.spring.spi.SpringTransactionPolicy
-
- SSLContextClientParametersFactoryBean - Class in org.apache.camel.util.spring
-
- SSLContextClientParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.SSLContextClientParametersFactoryBean
-
- SSLContextParametersFactoryBean - Class in org.apache.camel.util.spring
-
- SSLContextParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.SSLContextParametersFactoryBean
-
- SSLContextParametersFactoryBeanBeanDefinitionParser() - Constructor for class org.apache.camel.spring.handler.CamelNamespaceHandler.SSLContextParametersFactoryBeanBeanDefinitionParser
-
- SSLContextServerParametersFactoryBean - Class in org.apache.camel.util.spring
-
- SSLContextServerParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.SSLContextServerParametersFactoryBean
-
- startScheduler() - Method in class org.apache.camel.spring.pollingconsumer.SpringScheduledPollConsumerScheduler
-
- supportTransacted() - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
-
- supportTransacted() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
-