A B C D E F G I K L M N O P R S T V W

A

Activator - Class in org.apache.camel.osgi
 
Activator() - Constructor for class org.apache.camel.osgi.Activator
 
addBeanDefinitionParser(String, Class<?>, boolean, boolean) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
addDependsOn(CamelContextFactoryBean, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
afterPropertiesSet() - Method in class org.apache.camel.osgi.CamelContextFactoryBean
 
afterPropertiesSet() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
afterPropertiesSet() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
afterPropertiesSet() - Method in class org.apache.camel.spring.SpringCamelContext
 
afterPropertiesSet() - Method in class org.apache.camel.spring.util.MainRunner
 
appendBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.spring.ContextScanRouteBuilderFinder
Appends all the RouteBuilder instances that can be found in the context
appendBuilders(List<RoutesBuilder>) - Method in class org.apache.camel.spring.PackageScanRouteBuilderFinder
Appends all the RouteBuilder instances that can be found on the classpath
ApplicationContextRegistry - Class in org.apache.camel.spring.spi
A Registry implementation which looks up the objects in the Spring ApplicationContext
ApplicationContextRegistry(ApplicationContext) - Constructor for class org.apache.camel.spring.spi.ApplicationContextRegistry
 
assemble(MBeanServer, Object, ObjectName) - Method in class org.apache.camel.spring.spi.SpringManagementMBeanAssembler
 
assertionFailureMessage(Exchange) - Method in class org.apache.camel.language.spel.SpelExpression
 

B

BeanDefinitionParser - Class in org.apache.camel.spring.handler
A base class for a parser for a bean.
BeanDefinitionParser(Class<?>, boolean) - Constructor for class org.apache.camel.spring.handler.BeanDefinitionParser
Bean definition parser
beanPostProcessorParser - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
beforeWrap(RouteContext, ProcessorDefinition<?>) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
BridgePropertyPlaceholderConfigurer - Class in org.apache.camel.spring.spi
A PropertyPlaceholderConfigurer that bridges Camel's property placeholder with the Spring property placeholder mechanism.
BridgePropertyPlaceholderConfigurer() - Constructor for class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 

C

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
 
CamelClassPathResource - Class in org.apache.camel.component
Deprecated. use ResourceEndpoint. Will be removed in Camel 3.0.
CamelClassPathResource(ClassResolver, String, ClassLoader) - Constructor for class org.apache.camel.component.CamelClassPathResource
Deprecated.  
CamelConsumerTemplateFactoryBean - Class in org.apache.camel.spring
A Spring FactoryBean for creating a new ConsumerTemplate instance with a minimum of XML
CamelConsumerTemplateFactoryBean() - Constructor for class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
 
CamelContextFactory - Class in org.apache.camel.osgi
This factory just create a DefaultContext in OSGi without any spring application context involved.
CamelContextFactory() - Constructor for class org.apache.camel.osgi.CamelContextFactory
 
CamelContextFactoryBean - Class in org.apache.camel.osgi
 
CamelContextFactoryBean() - Constructor for class org.apache.camel.osgi.CamelContextFactoryBean
 
CamelContextFactoryBean - Class in org.apache.camel.spring
A Spring FactoryBean to create and initialize a SpringCamelContext and install routes either explicitly configured in Spring XML or found by searching the classpath for Java classes which extend RouteBuilder using the nested CamelContextFactoryBean.setPackages(String[]).
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
A FactoryBean which instantiates Endpoint objects
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
 
CamelNamespaceHandler - Class in org.apache.camel.osgi
 
CamelNamespaceHandler() - Constructor for class org.apache.camel.osgi.CamelNamespaceHandler
 
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.CamelContextBeanDefinitionParser(Class<?>) - Constructor for class org.apache.camel.spring.handler.CamelNamespaceHandler.CamelContextBeanDefinitionParser
 
CamelNamespaceHandler.RouteContextDefinitionParser - Class in org.apache.camel.spring.handler
 
CamelNamespaceHandler.RouteContextDefinitionParser() - Constructor for class org.apache.camel.spring.handler.CamelNamespaceHandler.RouteContextDefinitionParser
 
CamelNamespaceHandler.SSLContextParametersFactoryBeanBeanDefinitionParser - Class in org.apache.camel.spring.handler
 
CamelNamespaceHandler.SSLContextParametersFactoryBeanBeanDefinitionParser() - Constructor for class org.apache.camel.spring.handler.CamelNamespaceHandler.SSLContextParametersFactoryBeanBeanDefinitionParser
 
CamelProducerTemplateFactoryBean - Class in org.apache.camel.spring
A Spring FactoryBean for creating a new ProducerTemplate instance with a minimum of XML
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
A FactoryBean which instantiates RedeliveryPolicy objects
CamelRedeliveryPolicyFactoryBean() - Constructor for class org.apache.camel.spring.CamelRedeliveryPolicyFactoryBean
 
CamelResourceLoader - Class in org.apache.camel.component
Deprecated. use ResourceEndpoint. Will be removed in Camel 3.0.
CamelResourceLoader(CamelContext) - Constructor for class org.apache.camel.component.CamelResourceLoader
Deprecated.  
CamelRouteContextFactoryBean - Class in org.apache.camel.spring
 
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
A FactoryBean which instantiates ExecutorService objects
CamelThreadPoolFactoryBean() - Constructor for class org.apache.camel.spring.CamelThreadPoolFactoryBean
 
consumerStarted(EventConsumer) - Method in class org.apache.camel.component.event.EventEndpoint
 
consumerStopped(EventConsumer) - Method in class org.apache.camel.component.event.EventEndpoint
 
ContextScanRouteBuilderFinder - Class in org.apache.camel.spring
A helper class which will find all RouteBuilder instances on the Spring ApplicationContext.
ContextScanRouteBuilderFinder(SpringCamelContext, PackageScanFilter) - Constructor for class org.apache.camel.spring.ContextScanRouteBuilderFinder
 
convertBeanToEndpoint(String, Object) - Method in class org.apache.camel.spring.SpringCamelContext
 
createConsumer(Processor) - Method in class org.apache.camel.component.event.EventEndpoint
 
createContext() - Method in class org.apache.camel.osgi.CamelContextFactory
 
createContext() - Method in class org.apache.camel.osgi.CamelContextFactoryBean
 
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
 
createExpression(String) - Method in class org.apache.camel.language.spel.SpelLanguage
 
createInjector() - Method in class org.apache.camel.spring.SpringCamelContext
 
createJaxbContext() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
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
 
createModelFileGenerator() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
createModelFileGenerator() - Method in class org.apache.camel.spring.Main
 
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.osgi.OsgiSpringCamelContext
 
createRegistry() - Method in class org.apache.camel.spring.SpringCamelContext
 
createTransactionErrorHandler(RouteContext, Processor, ErrorHandlerBuilder) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
createTypeConverter() - Method in class org.apache.camel.osgi.OsgiSpringCamelContext
 

D

destroy() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
destroy() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
destroy() - Method in class org.apache.camel.spring.SpringCamelContext
 
doInTransactionTemplate(Exchange) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler.CamelContextBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler.RouteContextDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler.SSLContextParametersFactoryBeanBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.ErrorHandlerDefinitionParser
 
doStart() - Method in class org.apache.camel.component.event.EventConsumer
 
doStart() - Method in class org.apache.camel.spring.Main
 
doStart() - Method in class org.apache.camel.spring.SpringCamelContext
 
doStop() - Method in class org.apache.camel.component.event.EventConsumer
 
doStop() - Method in class org.apache.camel.spring.Main
 

E

endpointParser - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
ErrorHandlerDefinition - Class in org.apache.camel.spring
The <errorHandler> tag element.
ErrorHandlerDefinition() - Constructor for class org.apache.camel.spring.ErrorHandlerDefinition
 
ErrorHandlerDefinitionParser - Class in org.apache.camel.spring.handler
The DefinitionParser to deal with the ErrorHandler
ErrorHandlerDefinitionParser() - Constructor for class org.apache.camel.spring.handler.ErrorHandlerDefinitionParser
 
ErrorHandlerDefinitionParser.RedeliveryPolicyDefinitionParser - Class in org.apache.camel.spring.handler
 
ErrorHandlerDefinitionParser.RedeliveryPolicyDefinitionParser(Class<?>) - Constructor for class org.apache.camel.spring.handler.ErrorHandlerDefinitionParser.RedeliveryPolicyDefinitionParser
 
ErrorHandlerType - Enum in org.apache.camel.spring
Used to configure the errorHandler type
evaluate(Exchange, Class<T>) - Method in class org.apache.camel.language.spel.SpelExpression
 
EventComponent - Class in org.apache.camel.component.event
An Event Component for working with Spring ApplicationEvents
EventComponent() - Constructor for class org.apache.camel.component.event.EventComponent
 
EventComponent(ApplicationContext) - Constructor for class org.apache.camel.component.event.EventComponent
 
EventConsumer - Class in org.apache.camel.component.event
An Event Consumer for working with Spring ApplicationEvents
EventConsumer(EventEndpoint, Processor) - Constructor for class org.apache.camel.component.event.EventConsumer
 
EventEndpoint - Class in org.apache.camel.component.event
An Event Endpoint for working with Spring ApplicationEvents
EventEndpoint(String, EventComponent) - Constructor for class org.apache.camel.component.event.EventEndpoint
 
EventEndpoint(String) - Constructor for class org.apache.camel.component.event.EventEndpoint
Deprecated. 
extractPropertyName(String) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
Extract a JavaBean property name from the supplied attribute name.

F

findOrCreateCamelTemplate() - Method in class org.apache.camel.spring.Main
 
findRouteBuildersByContextScan(PackageScanFilter, List<RoutesBuilder>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
findRouteBuildersByPackageScan(String[], PackageScanFilter, List<RoutesBuilder>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 

G

GenericBeansException - Exception in org.apache.camel.spring
A generic BeansException.
GenericBeansException(String) - Constructor for exception org.apache.camel.spring.GenericBeansException
 
GenericBeansException(String, Throwable) - Constructor for exception org.apache.camel.spring.GenericBeansException
 
getApplicationContext() - Method in class org.apache.camel.component.event.EventComponent
 
getApplicationContext() - Method in class org.apache.camel.component.event.EventEndpoint
 
getApplicationContext() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getApplicationContext() - Method in class org.apache.camel.spring.Main
 
getApplicationContext() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getApplicationContext() - Method in class org.apache.camel.spring.spi.SpringInjector
 
getApplicationContext() - Method in class org.apache.camel.spring.SpringCamelContext
 
getApplicationContext() - Method in class org.apache.camel.spring.SpringRouteBuilder
Returns the application context which has been configured via the SpringRouteBuilder.setApplicationContext(ApplicationContext) method or from the underlying SpringCamelContext
getApplicationContextUri() - Method in class org.apache.camel.spring.Main
 
getArgs() - Method in class org.apache.camel.spring.util.MainRunner
 
getAutoStartup() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getAutowireMode() - Method in class org.apache.camel.spring.spi.SpringInjector
 
getBeanClass(Element) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
getBeanClass(Element) - Method in class org.apache.camel.spring.handler.ErrorHandlerDefinitionParser
 
getBeanForType(Class<S>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getBeanPostProcessor() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getBuilderRefs() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getBundle() - Static method in class org.apache.camel.osgi.Activator
 
getBundleContext() - Static method in class org.apache.camel.osgi.Activator
 
getBundleContext() - Method in class org.apache.camel.osgi.CamelContextFactory
 
getBundleContext() - Method in class org.apache.camel.osgi.CamelContextFactoryBean
 
getCamelContext() - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
getCamelContext() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getCamelContext() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getCamelContextMap() - Method in class org.apache.camel.spring.Main
 
getCamelContextWithId(String) - Method in class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.spring.CamelRedeliveryPolicyFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.spring.CamelThreadPoolFactoryBean
 
getCamelContextWithId(ApplicationContext, String) - Static method in class org.apache.camel.spring.util.CamelContextResolverHelper
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.spring.KeyManagersParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.spring.KeyStoreParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.spring.SecureRandomParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.spring.SSLContextClientParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.spring.SSLContextServerParametersFactoryBean
 
getCamelContextWithId(String) - Method in class org.apache.camel.util.spring.TrustManagersParametersFactoryBean
 
getCamelId() - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
getCamelJMXAgent() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getCamelPropertyPlaceholder() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getClientParameters() - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
 
getConfigurableApplicationContext() - Method in class org.apache.camel.component.event.EventComponent
 
getContext() - Method in class org.apache.camel.language.spel.RootObject
 
getContext(boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getContextScan() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getDataFormats() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getDelay() - Method in class org.apache.camel.spring.util.MainRunner
 
getDelayer() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getDependsOn() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getEndpoint() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getEndpoints() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getErrorHandlerRef() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getEventEndpoint() - Method in class org.apache.camel.spring.SpringCamelContext
 
getException() - Method in class org.apache.camel.language.spel.RootObject
 
getExchange() - Method in class org.apache.camel.component.event.CamelEvent
Returns the message exchange
getExchange() - Method in class org.apache.camel.language.spel.RootObject
 
getExchangeId() - Method in class org.apache.camel.language.spel.RootObject
 
getFileApplicationContextUri() - Method in class org.apache.camel.spring.Main
 
getHandleFault() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getInputStream() - Method in class org.apache.camel.component.CamelClassPathResource
Deprecated.  
getInstance() - Static method in class org.apache.camel.spring.Main
Returns the currently executing main
getInterceptFroms() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getIntercepts() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getInterceptSendToEndpoints() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getJaxbContext() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
getJaxbPackages() - Method in class org.apache.camel.osgi.CamelNamespaceHandler
 
getJaxbPackages() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
getKeyManagers() - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
 
getKeyStore() - Method in class org.apache.camel.util.spring.KeyManagersParametersFactoryBean
 
getKeyStore() - Method in class org.apache.camel.util.spring.TrustManagersParametersFactoryBean
 
getLazyLoadTypeConverters() - Method in class org.apache.camel.spring.CamelContextFactoryBean
Deprecated. 
getLoadBalancer() - Method in class org.apache.camel.component.event.EventEndpoint
 
getMain() - Method in class org.apache.camel.spring.util.MainRunner
 
getManagementNamePattern() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getMessage() - Method in exception org.apache.camel.spring.spi.TransactionRollbackException
 
getObject() - Method in class org.apache.camel.spring.CamelRouteContextFactoryBean
 
getObject() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.CamelRouteContextFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getOnCompletions() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getOnExceptions() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getPackages() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getPackageScan() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getParentApplicationContext() - Method in class org.apache.camel.spring.Main
 
getParentApplicationContextUri() - Method in class org.apache.camel.spring.Main
 
getPropagationBehaviorName() - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
getProperties() - Method in class org.apache.camel.language.spel.RootObject
 
getProperties() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getProperty(String) - Method in class org.apache.camel.language.spel.RootObject
 
getProperty(String, Class<T>) - Method in class org.apache.camel.language.spel.RootObject
 
getRedeliveryPolicies() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getRegistry() - Method in class org.apache.camel.osgi.CamelContextFactory
 
getRequest() - Method in class org.apache.camel.language.spel.RootObject
 
getResource(String) - Method in class org.apache.camel.component.CamelResourceLoader
Deprecated.  
getResource() - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
getResourceAsInputStream() - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated. Gets the resource as an input stream considering the cache flag as well.
getResourceAsInputStreamWithoutCache() - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
getResourceByPath(String) - Method in class org.apache.camel.component.CamelResourceLoader
Deprecated.  
getResourceLoader() - Method in class org.apache.camel.component.ResourceBasedComponent
Deprecated.  
getResourceLoader() - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
getResourceUri() - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
getResponse() - Method in class org.apache.camel.language.spel.RootObject
 
getRollbackLoggingLevel() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
getRouteRefs() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getRoutes() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getRoutes() - Method in class org.apache.camel.spring.CamelRouteContextFactoryBean
 
getSecureRandom() - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
 
getServerParameters() - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
 
getServiceInterface() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getServiceRef() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getServiceRef() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getServiceUrl() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getShutdownRoute() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getShutdownRunningTask() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getSource() - Method in class org.apache.camel.component.event.CamelEvent
 
getStreamCache() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getThreadPoolProfiles() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getTrace() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getTransactionManager() - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
getTransactionTemplate() - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
getTransactionTemplate() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
getTrustManagers() - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
 
getType() - Method in class org.apache.camel.language.spel.SpelExpression
 
getTypeAsClass() - Method in enum org.apache.camel.spring.ErrorHandlerType
Get the type as class.
getTypeConverterStatisticsEnabled() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getUri() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getURL() - Method in class org.apache.camel.component.CamelClassPathResource
Deprecated.  
getUseBreadcrumb() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getUseMDCLogging() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 

I

init() - Method in class org.apache.camel.osgi.CamelNamespaceHandler
 
init() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
initBeanPostProcessor(SpringCamelContext) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
initCustomRegistry(SpringCamelContext) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
initPropertyPlaceholder() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
injectBeanPostProcessor(Element, ParserContext, String, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
injectNamespaces(Element, Binder<Node>) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
instance - Static variable in class org.apache.camel.spring.Main
 
instantiateBuilder(Class<? extends RoutesBuilder>) - Method in class org.apache.camel.spring.PackageScanRouteBuilderFinder
 
isAssignId() - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
isAsyncRun() - Method in class org.apache.camel.spring.util.MainRunner
 
isContentCache() - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
isDependencyCheck() - Method in class org.apache.camel.spring.spi.SpringInjector
 
isEligibleAttribute(String) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
isEligibleAttribute(String) - Method in class org.apache.camel.spring.handler.ErrorHandlerDefinitionParser
 
isFilteredClass(Object) - Method in class org.apache.camel.spring.ContextScanRouteBuilderFinder
 
isImplicitId() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
isSingleton() - Method in class org.apache.camel.component.event.EventEndpoint
 
isSingleton() - Method in class org.apache.camel.language.spel.SpelLanguage
 
isSingleton() - Method in class org.apache.camel.spring.CamelRouteContextFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
isValidClass(Class<?>) - Method in class org.apache.camel.spring.PackageScanRouteBuilderFinder
Returns trueif the class is a public, non-abstract class

K

KeyManagersParametersFactoryBean - Class in org.apache.camel.util.spring
 
KeyManagersParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.KeyManagersParametersFactoryBean
 
KeyStoreParametersFactoryBean - Class in org.apache.camel.util.spring
 
KeyStoreParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.KeyStoreParametersFactoryBean
 

L

log - Variable in class org.apache.camel.component.ResourceBasedComponent
Deprecated.  
log - Variable in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
lookup(String, Class<T>) - Method in class org.apache.camel.spring.spi.ApplicationContextRegistry
 
lookup(String) - Method in class org.apache.camel.spring.spi.ApplicationContextRegistry
 
lookup(String, Class<T>) - Method in class org.apache.camel.spring.SpringRouteBuilder
Looks up the bean with the given name in the application context and returns it, or throws an exception if the bean is not present or is not of the given type
lookup(Class<T>) - Method in class org.apache.camel.spring.SpringRouteBuilder
Looks up the bean with the given type in the application context and returns it, or throws an exception if the bean is not present or there are multiple possible beans to choose from for the given type
lookupByType(Class<T>) - Method in class org.apache.camel.spring.spi.ApplicationContextRegistry
 

M

Main - Class in org.apache.camel.spring
A command line tool for booting up a CamelContext using an optional Spring ApplicationContext
Main() - Constructor for class org.apache.camel.spring.Main
 
main(String...) - Static method in class org.apache.camel.spring.Main
 
MainRunner - Class in org.apache.camel.spring.util
A simple helper bean for running main classes from within the spring.xml usually asynchronous in a background thread; which is useful for demos such as running Swing programs in the same JVM.
MainRunner() - Constructor for class org.apache.camel.spring.util.MainRunner
 

N

newCamelContext() - Method in class org.apache.camel.osgi.CamelContextFactory
 
newCamelContext() - Method in class org.apache.camel.osgi.CamelContextFactoryBean
 
newCamelContext() - Method in class org.apache.camel.osgi.SpringCamelContextFactory
 
newCamelContext() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
newInstance(Class<T>) - Method in class org.apache.camel.spring.spi.SpringInjector
 
newInstance(Class<T>, Object) - Method in class org.apache.camel.spring.spi.SpringInjector
 

O

onApplicationEvent(ApplicationEvent) - Method in class org.apache.camel.component.event.EventEndpoint
 
onApplicationEvent(ApplicationEvent) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
onApplicationEvent(ApplicationEvent) - Method in class org.apache.camel.spring.SpringCamelContext
 
org.apache.camel.component - package org.apache.camel.component
Base classes for Spring based Components
org.apache.camel.component.event - package org.apache.camel.component.event
An Event Endpoint for working with Spring ApplicationEvents
org.apache.camel.language.spel - package org.apache.camel.language.spel
 
org.apache.camel.osgi - package org.apache.camel.osgi
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.camel.spring - package org.apache.camel.spring
The classes for working with Camel and Spring along with the primary factory beans.
org.apache.camel.spring.handler - package org.apache.camel.spring.handler
Spring 2.x custom XML handling to allow namespace based XML to be parsed from inside any Spring XML
org.apache.camel.spring.remoting - package org.apache.camel.spring.remoting
Camel services for POJO based Spring Remoting
org.apache.camel.spring.spi - package org.apache.camel.spring.spi
Plugins to the CamleContext when running in Spring
org.apache.camel.spring.util - package org.apache.camel.spring.util
Utility classes
org.apache.camel.util.spring - package org.apache.camel.util.spring
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
OsgiSpringCamelContext - Class in org.apache.camel.osgi
 
OsgiSpringCamelContext(ApplicationContext, BundleContext) - Constructor for class org.apache.camel.osgi.OsgiSpringCamelContext
 

P

PackageScanRouteBuilderFinder - Class in org.apache.camel.spring
A helper class which will find all RouteBuilder instances on the classpath
PackageScanRouteBuilderFinder(SpringCamelContext, String[], ClassLoader, BeanPostProcessor, PackageScanClassResolver) - Constructor for class org.apache.camel.spring.PackageScanRouteBuilderFinder
 
parseProperty(String, String, Properties) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 
parserElementNames - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
parserMap - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
parseUri(String, Properties, String, String, String, String, boolean) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 
parseUri(String, Properties, String, String) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 
parseUsingJaxb(Element, ParserContext, Binder<Node>) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
Hook method that derived classes can implement to inspect/change a bean definition after parsing is complete.
postProcessAfterInitialization(Object, String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
postProcessBeforeInit(RouteBuilder) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
process(Exchange) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
processByErrorHandler(Exchange) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
Processes the Exchange using the error handler.
processInTransaction(Exchange) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
processProperties(ConfigurableListableBeanFactory, Properties) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 

R

redeliveryPolicyParser - Variable in class org.apache.camel.spring.handler.ErrorHandlerDefinitionParser
 
ReflectionUtils - Class in org.apache.camel.spring.util
Reflection utilities, extending Spring ReflectionUtils.
ReflectionUtils() - Constructor for class org.apache.camel.spring.util.ReflectionUtils
 
registerEndpointsWithIdsDefinedInFromOrToTypes(Element, ParserContext, String, Binder<Node>) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
Used for auto registering endpoints from the from or to DSL if they have an id attribute set
registerParser(String, BeanDefinitionParser) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
registerTemplates(Element, ParserContext, String) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
Used for auto registering producer and consumer templates if not already defined in XML.
renameNamespaceRecursive(Node) - Static method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
resolveMandatoryResource(String) - Method in class org.apache.camel.component.ResourceBasedComponent
Deprecated.  
resolveProperties(CamelContext, boolean, String...) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 
ResourceBasedComponent - Class in org.apache.camel.component
Deprecated. use DefaultComponent. Will be removed in Camel 3.0.
ResourceBasedComponent() - Constructor for class org.apache.camel.component.ResourceBasedComponent
Deprecated.  
ResourceBasedEndpoint - Class in org.apache.camel.component
Deprecated. use ResourceEndpoint. Will be removed in Camel 3.0.
ResourceBasedEndpoint() - Constructor for class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
ResourceBasedEndpoint(String, Component, String, Processor) - Constructor for class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
ResourceBasedEndpoint(String, Processor, String) - Constructor for class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
rollbackLoggingLevel(LoggingLevel) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
Sets the logging level to use for logging transactional rollback.
RootObject - Class in org.apache.camel.language.spel
 
RootObject(Exchange) - Constructor for class org.apache.camel.language.spel.RootObject
 
run() - Method in class org.apache.camel.spring.util.MainRunner
 
runMethodWithoutCatchingExceptions() - Method in class org.apache.camel.spring.util.MainRunner
 

S

SecureRandomParametersFactoryBean - Class in org.apache.camel.util.spring
 
SecureRandomParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.SecureRandomParametersFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.event.EventComponent
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.event.EventEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.osgi.SpringCamelContextFactory
 
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.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
 
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
 
setBuilderRefs(List<RouteBuilderDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setBundleContext(BundleContext) - Method in class org.apache.camel.osgi.CamelContextFactory
 
setBundleContext(BundleContext) - Method in class org.apache.camel.osgi.CamelContextFactoryBean
 
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
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
 
setCamelPropertyPlaceholder(CamelPropertyPlaceholderDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setClientParameters(SSLContextClientParametersFactoryBean) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
 
setContentCache(boolean) - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated. Sets whether to use resource content cache or not - default is false.
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.
setDataFormats(DataFormatsDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setDelay(long) - Method in class org.apache.camel.spring.util.MainRunner
 
setDelayer(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setDependencyCheck(boolean) - Method in class org.apache.camel.spring.spi.SpringInjector
 
setDependsOn(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setEndpoint(Endpoint) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
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
 
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
 
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
 
setIntercepts(List<InterceptDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setInterceptSendToEndpoints(List<InterceptSendToEndpointDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
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. 
setLoadBalancer(LoadBalancer) - Method in class org.apache.camel.component.event.EventEndpoint
 
setMain(Class<?>) - Method in class org.apache.camel.spring.util.MainRunner
 
setManagementNamePattern(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setName(String) - Method in class org.apache.camel.osgi.OsgiSpringCamelContext
 
setNoStart(boolean) - Static method in class org.apache.camel.spring.SpringCamelContext
 
setOnCompletions(List<OnCompletionDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
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
 
setRegistry(Registry) - Method in class org.apache.camel.osgi.CamelContextFactory
 
setResolver(PropertiesResolver) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 
setResourceLoader(ResourceLoader) - Method in class org.apache.camel.component.ResourceBasedComponent
Deprecated.  
setResourceLoader(ResourceLoader) - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
setResourceUri(String) - Method in class org.apache.camel.component.ResourceBasedEndpoint
Deprecated.  
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
 
setRoutes(List<RouteDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setRoutes(List<RouteDefinition>) - Method in class org.apache.camel.spring.CamelRouteContextFactoryBean
 
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
 
setShutdownRoute(ShutdownRoute) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setShutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setSpringTransactionPolicy(SpringTransactionPolicy) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
setStreamCache(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setSystemPropertiesMode(int) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 
setSystemPropertiesModeName(String) - Method in class org.apache.camel.spring.spi.BridgePropertyPlaceholderConfigurer
 
setThreadPoolProfiles(List<ThreadPoolProfileDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setTrace(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
setTransactionTemplate(TransactionTemplate) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
setTransactionTemplate(TransactionTemplate) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
setTrustManagers(TrustManagersParametersFactoryBean) - Method in class org.apache.camel.util.spring.SSLContextParametersFactoryBean
 
setTypeConverterStatisticsEnabled(Boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setUri(String) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
setUseBreadcrumb(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setUseMDCLogging(String) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
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
spel(String) - Static method in class org.apache.camel.language.spel.SpelExpression
 
SpelExpression - Class in org.apache.camel.language.spel
Class responsible for evaluating Spring Expression Language in the context of Camel.
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
 
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
 
SpringCamelContextFactory - Class in org.apache.camel.osgi
 
SpringCamelContextFactory() - Constructor for class org.apache.camel.osgi.SpringCamelContextFactory
 
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 assembler to assemble a ModelMBean which can be used to register the object in JMX.
SpringManagementMBeanAssembler() - Constructor for class org.apache.camel.spring.spi.SpringManagementMBeanAssembler
 
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
 
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
 
SSLContextServerParametersFactoryBean - Class in org.apache.camel.util.spring
 
SSLContextServerParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.SSLContextServerParametersFactoryBean
 
start(BundleContext) - Method in class org.apache.camel.osgi.Activator
 
stop(BundleContext) - Method in class org.apache.camel.osgi.Activator
 
supportTransacted() - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
supportTransacted() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 

T

toApplicationEvent(Exchange) - Method in class org.apache.camel.component.event.EventEndpoint
 
toString() - Method in class org.apache.camel.language.spel.SpelExpression
 
toString() - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
toString() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
toString() - Method in class org.apache.camel.spring.SpringCamelContext
 
toString() - Method in class org.apache.camel.spring.util.MainRunner
 
TransactionErrorHandler - Class in org.apache.camel.spring.spi
The Transactional Client EIP pattern.
TransactionErrorHandler(CamelContext, Processor, CamelLogger, Processor, RedeliveryPolicy, ExceptionPolicyStrategy, TransactionTemplate, Predicate, ScheduledExecutorService, LoggingLevel) - Constructor for class org.apache.camel.spring.spi.TransactionErrorHandler
Creates the transaction error handler.
transactionErrorHandler() - Method in class org.apache.camel.spring.SpringRouteBuilder
Creates a transaction error handler that will lookup in application context for an exiting transaction manager.
transactionErrorHandler(SpringTransactionPolicy) - Method in class org.apache.camel.spring.SpringRouteBuilder
Creates a transaction error handler.
transactionErrorHandler(TransactionTemplate) - Method in class org.apache.camel.spring.SpringRouteBuilder
Creates a transaction error handler.
transactionErrorHandler(PlatformTransactionManager) - Method in class org.apache.camel.spring.SpringRouteBuilder
Creates a transaction error handler.
TransactionErrorHandlerBuilder - Class in org.apache.camel.spring.spi
A transactional error handler that supports leveraging Spring TransactionManager.
TransactionErrorHandlerBuilder() - Constructor for class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
TransactionRollbackException - Exception in org.apache.camel.spring.spi
We use a runtime exception to force Spring transaction manager to rollback the transaction.
TransactionRollbackException() - Constructor for exception org.apache.camel.spring.spi.TransactionRollbackException
 
TrustManagersParametersFactoryBean - Class in org.apache.camel.util.spring
 
TrustManagersParametersFactoryBean() - Constructor for class org.apache.camel.util.spring.TrustManagersParametersFactoryBean
 

V

valueOf(String) - Static method in enum org.apache.camel.spring.ErrorHandlerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.spring.ErrorHandlerType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(RouteContext, Processor) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 

A B C D E F G I K L M N O P R S T V W

Apache CAMEL