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

A

addConsumer(Consumer) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
addOption(Main.Option) - Method in class org.apache.camel.spring.Main
 
afterPropertiesSet() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
afterPropertiesSet() - Method in class org.apache.camel.spring.CamelTemplateFactoryBean
 
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.SpringCamelContext
 
afterPropertiesSet() - Method in class org.apache.camel.spring.SpringInstrumentationAgent
 
afterPropertiesSet() - Method in class org.apache.camel.spring.util.MainRunner
 
appendBuilders(List<RouteBuilder>) - 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

bean(Class<T>, String) - 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
bean(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
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
 
BeanInjector - Class in org.apache.camel.spring.spi
 
BeanInjector(ApplicationContext) - Constructor for class org.apache.camel.spring.spi.BeanInjector
 
beanPostProcessorParser - 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 post processor to perform injection of Endpoint and Producer instances together with binding methods annotated with @MessageDriven to a Camel consumer.
CamelBeanPostProcessor() - Constructor for class org.apache.camel.spring.CamelBeanPostProcessor
 
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
 
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.spring.handler
 
CamelNamespaceHandler() - Constructor for class org.apache.camel.spring.handler.CamelNamespaceHandler
 
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
 
CamelProxyFactoryType - Class in org.apache.camel.spring
 
CamelProxyFactoryType() - Constructor for class org.apache.camel.spring.CamelProxyFactoryType
 
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
 
CamelServiceExporterType - Class in org.apache.camel.spring
 
CamelServiceExporterType() - Constructor for class org.apache.camel.spring.CamelServiceExporterType
 
CamelTemplateFactoryBean - Class in org.apache.camel.spring
A Spring FactoryBean for creating a new CamelTemplate instance with a minimum of XML
CamelTemplateFactoryBean() - Constructor for class org.apache.camel.spring.CamelTemplateFactoryBean
 
completed() - Method in class org.apache.camel.spring.Main
Marks this process as being completed
configureValidator(SpringValidator, String, String, Map) - Method in class org.apache.camel.component.validator.ValidatorComponent
 
consumerInjection(Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
consumerInjection(Method, Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
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) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
createComponentResolver() - Method in class org.apache.camel.spring.SpringCamelContext
 
createConsumer(Processor) - Method in class org.apache.camel.component.event.EventEndpoint
 
createConsumerProcessor(Object, Method, Endpoint) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
Create a processor which invokes the given method when an incoming message exchange is received
createDefaultApplicationContext() - Method in class org.apache.camel.spring.Main
 
createEndpoint(String, String, Map) - Method in class org.apache.camel.component.event.EventComponent
 
createEndpoint(String, String, Map) - Method in class org.apache.camel.component.validator.ValidatorComponent
 
createEndpoint() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
createEventEndpoint() - Method in class org.apache.camel.spring.SpringCamelContext
 
createExchange() - Method in class org.apache.camel.component.event.EventEndpoint
 
createInjector() - Method in class org.apache.camel.spring.SpringCamelContext
 
createLoadBalancer() - Method in class org.apache.camel.component.event.EventEndpoint
 
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.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
 
destroy() - Method in class org.apache.camel.spring.SpringInstrumentationAgent
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.handler.ScriptDefinitionParser
 
doProcess(String, LinkedList<String>) - Method in class org.apache.camel.spring.Main.Option
 
doProcess(String, LinkedList<String>) - Method in class org.apache.camel.spring.Main.ParameterOption
 
doProcess(String, String, LinkedList<String>) - Method in class org.apache.camel.spring.Main.ParameterOption
 
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

EndpointFactoryBean - Class in org.apache.camel.spring
A FactoryBean which instantiates Endpoint objects
EndpointFactoryBean() - Constructor for class org.apache.camel.spring.EndpointFactoryBean
 
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
 
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
 
exportParser - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 

F

findRouteBuiders() - Method in class org.apache.camel.spring.CamelContextFactoryBean
Strategy method to try find RouteBuilder instances on the classpath

G

getAbbreviation() - Method in class org.apache.camel.spring.Main.Option
 
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 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
 
getAutowireMode() - Method in class org.apache.camel.spring.spi.SpringInjector
 
getBeanClass(Element) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
getCamelContext() - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
getCamelContext() - Method in class org.apache.camel.spring.CamelTemplateFactoryBean
 
getCamelContext() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getCamelContext() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getComponent() - Method in class org.apache.camel.component.event.EventEndpoint
 
getConfigurableApplicationContext() - Method in class org.apache.camel.component.event.EventComponent
 
getContext() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getContext() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
getDefaultEndpoint() - Method in class org.apache.camel.spring.CamelTemplateFactoryBean
 
getDelay() - Method in class org.apache.camel.spring.util.MainRunner
 
getDescription() - Method in class org.apache.camel.spring.Main.Option
 
getEndpoint() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
getEndpoint() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getEndpointInjection(String, String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
getEndpointInjectionValue(EndpointInject, Class<?>) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
Creates the value for the injection point for the given annotation
getEventEndpoint() - Method in class org.apache.camel.spring.SpringCamelContext
 
getExchange() - Method in class org.apache.camel.component.event.CamelEvent
Returns the message exchange
getFullName() - Method in class org.apache.camel.spring.Main.Option
 
getJaxbContext() - 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
 
getObject() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getObject() - Method in class org.apache.camel.spring.CamelTemplateFactoryBean
 
getObject() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
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.CamelTemplateFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getPackages() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getPackages() - Method in class org.apache.camel.spring.RouteBuilderFinder
 
getParserElementNames() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
getResourceLoader() - Method in class org.apache.camel.component.ResourceBasedComponent
 
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
 
getSource() - Method in class org.apache.camel.component.event.CamelEvent
 
getTemplate() - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
getUri() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
getUri() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getUri() - Method in class org.apache.camel.spring.remoting.SendBeforeInterceptor
 
getVersion() - Method in class org.apache.camel.spring.Main
 

I

init() - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
inject(Object) - Method in class org.apache.camel.spring.spi.BeanInjector
 
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
 
installRoutes() - Method in class org.apache.camel.spring.CamelContextFactoryBean
Strategy to install all available routes into the context
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
 
isDependencyCheck() - Method in class org.apache.camel.spring.spi.SpringInjector
 
isEligibleAttribute(String) - Method in class org.apache.camel.spring.handler.BeanDefinitionParser
 
isSingleton() - Method in class org.apache.camel.component.event.EventEndpoint
 
isSingleton() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.CamelTemplateFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
isValidClass(Class) - Method in class org.apache.camel.spring.RouteBuilderFinder
Returns true if the object is non-abstract and supports a zero argument constructor

J

JAXB_PACKAGES - Static variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 

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 - Static variable in class org.apache.camel.component.ResourceBasedComponent
 
lookup(String, Class<T>) - Method in class org.apache.camel.spring.spi.ApplicationContextRegistry
 
lookup(String) - 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
 
Main.Option - Class in org.apache.camel.spring
 
Main.Option(String, String, String) - Constructor for class org.apache.camel.spring.Main.Option
 
Main.ParameterOption - Class in org.apache.camel.spring
 
Main.ParameterOption(String, String, String, String) - Constructor for class org.apache.camel.spring.Main.ParameterOption
 
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

newInstance(Class<T>) - 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
 
org.apache.camel.component.event - package org.apache.camel.component.event
An Event Endpoint for working with Spring ApplicationEvents
org.apache.camel.component.validator - package org.apache.camel.component.validator
The Validator Component for validating XML against some schema
org.apache.camel.spring - package org.apache.camel.spring
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
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
 
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

parseArguments(String[]) - Method in class org.apache.camel.spring.Main
Parses the commandl ine arguments
parserElementNames - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
parseUsingJaxb(Element, ParserContext) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
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.TransactionInterceptor
 
processOption(String, LinkedList<String>) - Method in class org.apache.camel.spring.Main.Option
 
proxyParser - Variable in class org.apache.camel.spring.handler.CamelNamespaceHandler
 

R

ReflectionUtils - Class in org.apache.camel.spring.util
 
ReflectionUtils() - Constructor for class org.apache.camel.spring.util.ReflectionUtils
 
registerParser(String, BeanDefinitionParser) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
registerScriptParser(String, String) - Method in class org.apache.camel.spring.handler.CamelNamespaceHandler
 
resolveComponent(String, CamelContext) - Method in class org.apache.camel.spring.spi.SpringComponentResolver
 
resolveMandatoryResource(String) - Method in class org.apache.camel.component.ResourceBasedComponent
 
ResourceBasedComponent - Class in org.apache.camel.component
 
ResourceBasedComponent() - Constructor for class org.apache.camel.component.ResourceBasedComponent
 
RouteBuilderFinder - Class in org.apache.camel.spring
A helper class which will find all RouteBuilder instances on the classpath
RouteBuilderFinder(SpringCamelContext, String[]) - Constructor for class org.apache.camel.spring.RouteBuilderFinder
 
run(String[]) - Method in class org.apache.camel.spring.Main
Parses the command line arguments then runs the program
run() - Method in class org.apache.camel.spring.Main
Runs this process with the given arguments
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.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
 
setAutowireMode(int) - Method in class org.apache.camel.spring.spi.SpringInjector
 
setCamelContext(SpringCamelContext) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
setCamelContext(CamelContext) - Method in class org.apache.camel.spring.CamelTemplateFactoryBean
 
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
 
setContext(SpringCamelContext) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setContext(CamelContext) - Method in class org.apache.camel.spring.EndpointFactoryBean
Sets the context to use to resolve endpoints
setDefaultEndpoint(String) - Method in class org.apache.camel.spring.CamelTemplateFactoryBean
Sets the default endpoint URI used by default for sending message exchanges
setDelay(long) - Method in class org.apache.camel.spring.util.MainRunner
 
setDependencyCheck(boolean) - Method in class org.apache.camel.spring.spi.SpringInjector
 
setEndpoint(Endpoint) - Method in class org.apache.camel.spring.EndpointFactoryBean
 
setEndpoint(Endpoint) - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
setEventEndpoint(EventEndpoint) - Method in class org.apache.camel.spring.SpringCamelContext
 
setField(Field, Object, Object) - Static method in class org.apache.camel.spring.util.ReflectionUtils
 
setLoadBalancer(LoadBalancer) - Method in class org.apache.camel.component.event.EventEndpoint
 
setMain(Class) - Method in class org.apache.camel.spring.util.MainRunner
 
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.
setResourceLoader(ResourceLoader) - Method in class org.apache.camel.component.ResourceBasedComponent
 
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<RouteType>) - 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
 
setSingleton(boolean) - Method in class org.apache.camel.spring.EndpointFactoryBean
 
setTemplate(TransactionTemplate) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
setterInjection(Method, Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
setUri(String) - Method in class org.apache.camel.spring.EndpointFactoryBean
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
 
shouldIgnoreBean(Class) - Method in class org.apache.camel.spring.RouteBuilderFinder
Lets ignore beans that are not explicitly configured in the spring.xml
showOptions() - Method in class org.apache.camel.spring.Main
Displays the command line options
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
 
SpringComponentResolver - Class in org.apache.camel.spring.spi
An implementation of ComponentResolver which tries to find a Camel Component in the Spring ApplicationContext first; if its not there it defaults to the auto-discovery mechanism.
SpringComponentResolver(ApplicationContext, ComponentResolver) - Constructor for class org.apache.camel.spring.spi.SpringComponentResolver
 
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(AbstractRefreshableApplicationContext) - Constructor for class org.apache.camel.spring.spi.SpringInjector
 
SpringInstrumentationAgent - Class in org.apache.camel.spring
 
SpringInstrumentationAgent() - Constructor for class org.apache.camel.spring.SpringInstrumentationAgent
 
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<E> - Class in org.apache.camel.spring.spi
Wraps the processor in a Spring transaction
SpringTransactionPolicy(TransactionTemplate) - Constructor for class org.apache.camel.spring.spi.SpringTransactionPolicy
 
SpringValidator - Class in org.apache.camel.component.validator
 
SpringValidator() - Constructor for class org.apache.camel.component.validator.SpringValidator
 

T

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.spi.TransactionInterceptor
 
toString() - Method in class org.apache.camel.spring.util.MainRunner
 
toUrl(Resource) - Static method in class org.apache.camel.spring.spi.SpringConverters
 
TransactionInterceptor - Class in org.apache.camel.spring.spi
 
TransactionInterceptor(TransactionTemplate) - Constructor for class org.apache.camel.spring.spi.TransactionInterceptor
 
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

waitUntilCompleted() - Method in class org.apache.camel.spring.Main
 
wrap(Processor) - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 

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

Copyright © 2007 Apache Software Foundation. All Rights Reserved.