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

A

accept(File) - Method in class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
 
acceptPathName(String) - Method in class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
Accepts the given file by the path name
addBeanCall(ProcessorDefinition) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
afterPropertiesSet() - Method in class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
 
afterPropertiesSet() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
afterPropertiesSet() - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
 
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.remoting.SendBeforeInterceptor
 
afterPropertiesSet() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
afterPropertiesSet() - Method in class org.apache.camel.spring.SpringCamelContext
 
afterPropertiesSet() - Method in class org.apache.camel.spring.util.MainRunner
 
appendBuilders(List<Routes>) - Method in class org.apache.camel.spring.RouteBuilderFinder
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
 

B

BeanDefinitionParser - Class in org.apache.camel.spring.handler
A base class for a parser for a bean.
BeanDefinitionParser() - Constructor for class org.apache.camel.spring.handler.BeanDefinitionParser
 
BeanDefinitionParser(Class) - Constructor for class org.apache.camel.spring.handler.BeanDefinitionParser
 
beanPostProcessorParser - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
binder - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 

C

callLifecycleMethod(Object, Class<T>) - Static method in class org.apache.camel.spring.util.ReflectionUtils
 
CamelBeanPostProcessor - Class in org.apache.camel.spring
A bean post processor which implements the Bean Integration features in Camel.
CamelBeanPostProcessor() - Constructor for class org.apache.camel.spring.CamelBeanPostProcessor
 
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
 
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
 
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
 
CamelJMXAgentDefinition - Class in org.apache.camel.spring
The JAXB type class for the configuration of jmxAgent
CamelJMXAgentDefinition() - Constructor for class org.apache.camel.spring.CamelJMXAgentDefinition
 
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
 
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
 
CamelProxyFactoryDefinition - Class in org.apache.camel.spring
The <proxy> tag element.
CamelProxyFactoryDefinition() - Constructor for class org.apache.camel.spring.CamelProxyFactoryDefinition
 
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
 
CamelServiceExporterDefinition - Class in org.apache.camel.spring
The <export> tag element.
CamelServiceExporterDefinition() - Constructor for class org.apache.camel.spring.CamelServiceExporterDefinition
 
canPostProcessBean(Object, String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
Can we post process the given bean?
configure() - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
configureValidator(SpringValidator, String, String, Map) - Method in class org.apache.camel.component.validator.ValidatorComponent
 
configureXslt(XsltBuilder, String, String, Map) - Method in class org.apache.camel.component.xslt.XsltComponent
 
consumerStarted(EventConsumer) - Method in class org.apache.camel.component.event.EventEndpoint
 
consumerStopped(EventConsumer) - Method in class org.apache.camel.component.event.EventEndpoint
 
convertBeanToEndpoint(String, Object) - Method in class org.apache.camel.spring.SpringCamelContext
 
createBeanPostProcessor(ParserContext, String, Element, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
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) - Method in class org.apache.camel.component.event.EventComponent
 
createEndpoint(String) - Method in class org.apache.camel.component.test.TestComponent
 
createEndpoint(String, String, Map) - Method in class org.apache.camel.component.test.TestComponent
 
createEndpoint(String, String, Map) - Method in class org.apache.camel.component.validator.ValidatorComponent
 
createEndpoint(String, String, Map) - Method in class org.apache.camel.component.xslt.XsltComponent
 
createEndpoint() - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
createErrorHandler(RouteContext, Processor) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
createEventEndpoint() - Method in class org.apache.camel.spring.SpringCamelContext
 
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
 
createModelFileGenerator() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
createModelFileGenerator() - Method in class org.apache.camel.spring.Main
 
createProducer() - Method in class org.apache.camel.component.event.EventEndpoint
 
createRegistry() - Method in class org.apache.camel.spring.SpringCamelContext
 
createSchemaSource() - Method in class org.apache.camel.component.validator.SpringValidator
 

D

destroy() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
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.remoting.SendBeforeInterceptor
 
destroy() - Method in class org.apache.camel.spring.RouteBuilderFinder
 
destroy() - Method in class org.apache.camel.spring.SpringCamelContext
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
Parse the supplied Element and populate the supplied BeanDefinitionBuilder as required.
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.ScriptDefinitionParser
 
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.spi.TransactionErrorHandler
 
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
 
doStop() - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 

E

enableDebug() - Method in class org.apache.camel.spring.Main
 
enableHangupSupport() - Method in class org.apache.camel.spring.Main
Enables the hangup support.
enableTrace() - Method in class org.apache.camel.spring.Main
 
endpointParser - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
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
 
exceptionPolicyStrategy(ExceptionPolicyStrategy) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
Sets the exception policy to use
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
 
findRouteBuilders() - Method in class org.apache.camel.spring.CamelContextFactoryBean
Strategy method to try find RouteBuilder instances on the classpath

G

getAdditionalBuilders() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
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.RouteBuilderFinder
 
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
 
getBeanClass(Element) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
getBeanClass() - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
getBeanMethod() - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
getBeanPostProcessor() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getBeanRef() - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
getBeanType() - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
getBuilderRefs() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getCamelContext() - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
getCamelContext() - Method in class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
 
getCamelContext() - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
getCamelContext() - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
 
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
 
getCamelId() - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
getCamelJMXAgent() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getConfigurableApplicationContext() - Method in class org.apache.camel.component.event.EventComponent
 
getConnectorPort() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
getContext() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getContextClassLoaderOnStart() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getDataFormats() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getDefaultEndpoint() - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
 
getDelay() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getDelay() - Method in class org.apache.camel.spring.util.MainRunner
 
getEndpoint() - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
getEndpoint() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getErrorHandlerRef() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getEventEndpoint() - Method in class org.apache.camel.spring.SpringCamelContext
 
getExceptionPolicyStrategy() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
Sets the exception policy strategy to use for resolving the OnExceptionDefinition to use for a given thrown exception
getExchange() - Method in class org.apache.camel.component.event.CamelEvent
Returns the message exchange
getExcludes() - Method in class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
 
getFileApplicationContextUri() - Method in class org.apache.camel.spring.Main
 
getFromUris() - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
getHandleFault() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getInBody(Exchange) - Method in class org.apache.camel.component.test.TestEndpoint
This method allows us to convert or coerce the expected message body into some other type
getIncludes() - Method in class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
 
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.spring.handler.CamelNamespaceHandler
 
getLoadBalancer() - Method in class org.apache.camel.component.event.EventEndpoint
 
getMain() - Method in class org.apache.camel.spring.util.MainRunner
 
getMbeanObjectDomainName() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
getMbeanServerDefaultDomain() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
getObject() - Method in class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
 
getObject() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getObject() - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
getObject() - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
 
getObject() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
 
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
 
getOnlyRegisterProcessorWithCustomId() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
getOutput() - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
Returns the output processor
getPackages() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getPackages() - Method in class org.apache.camel.spring.RouteBuilderFinder
 
getParentApplicationContext() - Method in class org.apache.camel.spring.Main
 
getParentApplicationContextUri() - Method in class org.apache.camel.spring.Main
 
getParserElementNames() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
getPostProcessor() - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
getPropagationBehaviorName() - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
getProperties() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getRegistryPort() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
getResource() - Method in class org.apache.camel.component.ResourceBasedEndpoint
 
getResourceAsInputStream() - Method in class org.apache.camel.component.ResourceBasedEndpoint
Gets the resource as an input stream considering the cache flag as well.
getResourceLoader() - Method in class org.apache.camel.component.ResourceBasedComponent
 
getResourceLoader() - Method in class org.apache.camel.component.ResourceBasedEndpoint
 
getResourceUri() - Method in class org.apache.camel.component.ResourceBasedEndpoint
 
getRouteBuilder() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getRoutes() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getSchemaResource() - Method in class org.apache.camel.component.validator.SpringValidator
 
getServiceInterface() - 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
 
getServiceUrlPath() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
getShouldStartContext() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getShouldStartContext() - Method in class org.apache.camel.spring.SpringCamelContext
 
getSource() - Method in class org.apache.camel.component.event.CamelEvent
 
getStreamCache() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getToUris() - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
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
 
getUri() - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
getUri() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getUri() - Method in class org.apache.camel.spring.remoting.SendBeforeInterceptor
 
getXmlConverter() - Method in class org.apache.camel.component.xslt.XsltComponent
 

H

handleException(Exchange) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
Handles when an exception occured during processing.

I

init() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
injectField(Field, String, String, Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
injectFields(Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
A strategy method to allow implementations to perform some custom JBI based injection of the POJO
injectMethods(Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
injectNamespaces(Element) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
installRoutes() - Method in class org.apache.camel.spring.CamelContextFactoryBean
Strategy to install all available routes into the context
instance - Static variable in class org.apache.camel.spring.Main
 
instantiateBuilder(Class) - Method in class org.apache.camel.spring.RouteBuilderFinder
 
invoke(MethodInvocation) - Method in class org.apache.camel.spring.remoting.SendBeforeInterceptor
 
isAsyncRun() - Method in class org.apache.camel.spring.util.MainRunner
 
isContentCache() - Method in class org.apache.camel.component.ResourceBasedEndpoint
 
isCreateConnector() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
isDisabled() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
isEligibleAttribute(String) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
isHandled() - Method in exception org.apache.camel.spring.spi.TransactedRuntimeCamelException
 
isSingleton() - Method in class org.apache.camel.component.event.EventEndpoint
 
isSingleton() - Method in class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
isUsePlatformMBeanServer() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
isValidClass(Class) - Method in class org.apache.camel.spring.RouteBuilderFinder
Returns true if the object is non-abstract and supports a zero argument constructor

L

LazyLoadingBeanDefinitionParser - Class in org.apache.camel.spring.handler
A BeanDefinitionParser which lazy loads the type on which it creates to allow the schema to be loosly coupled with the camel jars.
LazyLoadingBeanDefinitionParser(String, String) - Constructor for class org.apache.camel.spring.handler.LazyLoadingBeanDefinitionParser
 
loadType() - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
loadType() - Method in class org.apache.camel.spring.handler.LazyLoadingBeanDefinitionParser
 
log - Variable in class org.apache.camel.component.ResourceBasedComponent
 
log - Variable in class org.apache.camel.component.ResourceBasedEndpoint
 
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
 
maybeDoStart() - Method in class org.apache.camel.spring.SpringCamelContext
 

N

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.component.test - package org.apache.camel.component.test
A Test Endpoint for Pattern Based Testing
org.apache.camel.component.validator - package org.apache.camel.component.validator
The Validator Component for validating XML against some schema
org.apache.camel.component.xslt - package org.apache.camel.component.xslt
The XSLT Component for transforming messages with XSLT
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

P

parserElementNames - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
parseUsingJaxb(Element, ParserContext) - 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
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
process(Exchange) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
propagationBehaviorToString(int) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 

R

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) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
Uses 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
 
registerScriptParser(String, String) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
resolveMandatoryResource(String) - Method in class org.apache.camel.component.ResourceBasedComponent
 
ResourceBasedComponent - Class in org.apache.camel.component
A useful base class for components which depend on a resource such as things like Velocity or XQuery based components.
ResourceBasedComponent() - Constructor for class org.apache.camel.component.ResourceBasedComponent
 
ResourceBasedEndpoint - Class in org.apache.camel.component
A useful base class for endpoints which depend on a resource such as things like Velocity or XQuery based components.
ResourceBasedEndpoint() - Constructor for class org.apache.camel.component.ResourceBasedEndpoint
 
ResourceBasedEndpoint(String, Component, String, Processor) - Constructor for class org.apache.camel.component.ResourceBasedEndpoint
 
ResourceBasedEndpoint(String, Processor, String) - Constructor for class org.apache.camel.component.ResourceBasedEndpoint
 
RouteBuilderFinder - Class in org.apache.camel.spring
A helper class which will find all RouteBuilder instances on the classpath
RouteBuilderFinder(SpringCamelContext, String[], ClassLoader, BeanPostProcessor, PackageScanClassResolver) - Constructor for class org.apache.camel.spring.RouteBuilderFinder
 
run() - Method in class org.apache.camel.spring.util.MainRunner
 
runMethodWithoutCatchingExceptions() - Method in class org.apache.camel.spring.util.MainRunner
 

S

ScriptDefinitionParser - Class in org.apache.camel.spring.handler
A parser of the various scripting language expressions
ScriptDefinitionParser(String) - Constructor for class org.apache.camel.spring.handler.ScriptDefinitionParser
 
SendBeforeInterceptor - Class in org.apache.camel.spring.remoting
A Spring interceptor which sends a message exchange to an endpoint before the method is invoked
SendBeforeInterceptor() - Constructor for class org.apache.camel.spring.remoting.SendBeforeInterceptor
 
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.spring.CamelBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setApplicationContext(AbstractApplicationContext) - Method in class org.apache.camel.spring.Main
 
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
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
 
setBeanClass(String) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
setBeanMethod(String) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
setBeanPostProcessor(BeanPostProcessor) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setBeanRef(String) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
setBeanType(Class) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
setBuilderRefs(List<RouteBuilderDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.CamelConsumerTemplateFactoryBean
 
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
Sets the context to use to resolve endpoints
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
 
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.remoting.SendBeforeInterceptor
 
setCamelId(String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
setCamelJMXAgent(CamelJMXAgentDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setConnectorPort(Integer) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setContentCache(boolean) - Method in class org.apache.camel.component.ResourceBasedEndpoint
Sets wether to use resource content cache or not - default is false.
setContext(SpringCamelContext) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setCreateConnector(Boolean) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setDataFormats(DataFormatsDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setDefaultEndpoint(String) - Method in class org.apache.camel.spring.CamelProducerTemplateFactoryBean
Sets the default endpoint URI used by default for sending message exchanges
setDelay(Long) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setDelay(long) - Method in class org.apache.camel.spring.util.MainRunner
 
setDisabled(Boolean) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setEndpoint(Endpoint) - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
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
 
setExceptionPolicyStrategy(ExceptionPolicyStrategy) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
setExcludes(String[]) - Method in class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
 
setExcludes(String) - Method in class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
Sets excludes using a single string where each element can be separated with comma
setField(Field, Object, Object) - Static method in class org.apache.camel.spring.util.ReflectionUtils
 
setFileApplicationContextUri(String) - Method in class org.apache.camel.spring.Main
 
setFromUri(String) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
setFromUris(List<String>) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
setHandleFault(Boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setIncludes(String[]) - Method in class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
 
setIncludes(String) - Method in class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
Sets includes using a single string where each element can be separated with comma
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
 
setLoadBalancer(LoadBalancer) - Method in class org.apache.camel.component.event.EventEndpoint
 
setMain(Class) - Method in class org.apache.camel.spring.util.MainRunner
 
setMbeanObjectDomainName(String) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setMbeanServerDefaultDomain(String) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setOnCompletions(List<OnCompletionDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setOnlyRegisterProcessorWithCustomId(Boolean) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setOutput(Processor) - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
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 SpringCamelContext as a route.
setParentApplicationContext(AbstractApplicationContext) - Method in class org.apache.camel.spring.Main
 
setParentApplicationContextUri(String) - Method in class org.apache.camel.spring.Main
 
setPropagationBehaviorName(String) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
setProperties(PropertiesDefinition) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setRegistryPort(Integer) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setResourceLoader(ResourceLoader) - Method in class org.apache.camel.component.ResourceBasedComponent
 
setResourceLoader(ResourceLoader) - Method in class org.apache.camel.component.ResourceBasedEndpoint
 
setResourceUri(String) - Method in class org.apache.camel.component.ResourceBasedEndpoint
 
setRouteBuilder(RouteBuilder) - Method in class org.apache.camel.spring.CamelContextFactoryBean
Set a single RouteBuilder to be used to create the default routes on startup
setRouteBuilders(RouteBuilder[]) - Method in class org.apache.camel.spring.CamelContextFactoryBean
Set a collection of RouteBuilder instances to be used to create the default routes on startup
setRoutes(List<RouteDefinition>) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setSchemaResource(Resource) - Method in class org.apache.camel.component.validator.SpringValidator
 
setServiceRef(String) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
setServiceUrlPath(String) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setShouldStartContext(Boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setShouldStartContext(boolean) - Method in class org.apache.camel.spring.SpringCamelContext
 
setSingleton(boolean) - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
 
setSpringTransactionPolicy(SpringTransactionPolicy) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
setStreamCache(Boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setterInjection(Method, Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
setterInjection(Method, Object, String, String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
setToUri(String) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
setToUris(List<String>) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
setTrace(Boolean) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
setTransactionTemplate(TransactionTemplate) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
setTransactionTemplate(TransactionTemplate) - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
setUri(String) - Method in class org.apache.camel.spring.CamelEndpointFactoryBean
Sets the URI to use to resolve the endpoint
setUri(String) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
setUri(String) - Method in class org.apache.camel.spring.remoting.SendBeforeInterceptor
 
setUsePlatformMBeanServer(Boolean) - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
setXmlConverter(XmlConverter) - Method in class org.apache.camel.component.xslt.XsltComponent
 
shouldIgnoreBean(Class) - Method in class org.apache.camel.spring.RouteBuilderFinder
Lets ignore beans that are not explicitly configured in the spring.xml
SimpleRouteBuilder - Class in org.apache.camel.spring.util
A simple RouteBuilder which can be configured directly with one or more from URIs, zero or more to URIs and an optional bean processing step.
SimpleRouteBuilder() - Constructor for class org.apache.camel.spring.util.SimpleRouteBuilder
 
singletonList(String) - Method in class org.apache.camel.spring.util.SimpleRouteBuilder
 
SpringAntPathMatcherFileFilter - Class in org.apache.camel.spring.util
File filter using Spring's AntPathMatcher.
SpringAntPathMatcherFileFilter() - Constructor for class org.apache.camel.spring.util.SpringAntPathMatcherFileFilter
 
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(String) - Static method in class org.apache.camel.spring.SpringCamelContext
 
SpringConverters - Class in org.apache.camel.spring.spi
Some Spring based Type Converters
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
 
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
 
SpringValidator - Class in org.apache.camel.component.validator
Validator that uses Spring for reading the scheme resource.
SpringValidator() - Constructor for class org.apache.camel.component.validator.SpringValidator
 
start() - Method in class org.apache.camel.component.test.TestEndpoint
 
stop() - Method in class org.apache.camel.component.test.TestEndpoint
 
supportTransacted() - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
supportTransacted() - Method in class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 

T

TestComponent - Class in org.apache.camel.component.test
Test Component.
TestComponent() - Constructor for class org.apache.camel.component.test.TestComponent
 
TestEndpoint - Class in org.apache.camel.component.test
A Test Endpoint is a Mock Endpoint for testing but it will pull all messages from the nested endpoint and use those as expected message body assertions.
TestEndpoint(String, Component, Endpoint) - Constructor for class org.apache.camel.component.test.TestEndpoint
 
TestEndpoint(String, Endpoint) - Constructor for class org.apache.camel.component.test.TestEndpoint
 
toApplicationEvent(Exchange) - Method in class org.apache.camel.component.event.EventEndpoint
 
toBeanInvocation(MethodInvocation) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
toFile(Resource) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
toInputStream(Resource) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
toResource(String) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
toResource(URL) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
toResource(File) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
toResource(byte[]) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
toString() - Method in class org.apache.camel.spring.CamelJMXAgentDefinition
 
toString() - Method in class org.apache.camel.spring.spi.TransactionErrorHandler
 
toString() - Method in class org.apache.camel.spring.util.MainRunner
 
toUrl(Resource) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
TransactedRuntimeCamelException - Exception in org.apache.camel.spring.spi
 
TransactedRuntimeCamelException() - Constructor for exception org.apache.camel.spring.spi.TransactedRuntimeCamelException
 
TransactedRuntimeCamelException(String) - Constructor for exception org.apache.camel.spring.spi.TransactedRuntimeCamelException
 
TransactedRuntimeCamelException(String, Throwable) - Constructor for exception org.apache.camel.spring.spi.TransactedRuntimeCamelException
 
TransactedRuntimeCamelException(Throwable) - Constructor for exception org.apache.camel.spring.spi.TransactedRuntimeCamelException
 
TransactedRuntimeCamelException(Throwable, boolean) - Constructor for exception org.apache.camel.spring.spi.TransactedRuntimeCamelException
 
TransactionErrorHandler - Class in org.apache.camel.spring.spi
The Transactional Client EIP pattern.
TransactionErrorHandler(TransactionTemplate) - Constructor for class org.apache.camel.spring.spi.TransactionErrorHandler
 
TransactionErrorHandler(TransactionTemplate, Processor, ExceptionPolicyStrategy) - Constructor for class org.apache.camel.spring.spi.TransactionErrorHandler
 
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
An error handler which will roll the exception back if there is an error rather than using the dead letter channel and retry logic.
TransactionErrorHandlerBuilder() - Constructor for class org.apache.camel.spring.spi.TransactionErrorHandlerBuilder
 
transactionInterceptor() - Method in class org.apache.camel.spring.SpringRouteBuilder
 

V

ValidatorComponent - Class in org.apache.camel.component.validator
The Validator Component for validating XML against some schema
ValidatorComponent() - Constructor for class org.apache.camel.component.validator.ValidatorComponent
 

W

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

X

XsltComponent - Class in org.apache.camel.component.xslt
An XSLT Component for performing XSLT transforms of messages
XsltComponent() - Constructor for class org.apache.camel.component.xslt.XsltComponent
 

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

Copyright © 2009 Apache Software Foundation. All Rights Reserved.