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

A

addConsumer(Consumer) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
addOption(Main.Option) - Method in class org.apache.camel.spring.Main
 
addParameterMapping(Class, Expression) - Method in class org.apache.camel.spring.util.DefaultMethodInvocationStrategy
Adds a default parameter type mapping to an expression
afterPropertiesSet() - Method in class org.apache.camel.spring.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.xml.RouteBuilderFactoryBean
 
appendBuilders(List<RouteBuilder>) - Method in class org.apache.camel.spring.RouteBuilderFinder
Appends all the RouteBuilder instances that can be found on the classpath

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
BeanComponent - Class in org.apache.camel.spring.component
An alternative to the POJO Component which implements the Bean Component which will look up the URI in the Spring ApplicationContext and use that to handle message dispatching.
BeanComponent() - Constructor for class org.apache.camel.spring.component.BeanComponent
 
BeanComponent(ApplicationContext) - Constructor for class org.apache.camel.spring.component.BeanComponent
 
BeanDefinitionParser - Class in org.apache.camel.spring.xml
A base class for a parser for a bean.
BeanDefinitionParser() - Constructor for class org.apache.camel.spring.xml.BeanDefinitionParser
 
BeanDefinitionParser(Class) - Constructor for class org.apache.camel.spring.xml.BeanDefinitionParser
 
BeanInfo - Class in org.apache.camel.spring.util
Represents the metadata about a bean type created via a combination of introspection and annotations together with some useful sensible defaults
BeanInfo(Class, MethodInvocationStrategy) - Constructor for class org.apache.camel.spring.util.BeanInfo
 
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.xml.CamelNamespaceHandler
 
BuilderAction - Class in org.apache.camel.spring.xml
 
BuilderAction(MethodInfo, HashMap<String, Object>) - Constructor for class org.apache.camel.spring.xml.BuilderAction
 
BuilderStatement - Class in org.apache.camel.spring.xml
 
BuilderStatement() - Constructor for class org.apache.camel.spring.xml.BuilderStatement
 

C

callLifecycleMethod(Object, Class<T>) - Static method in class org.apache.camel.spring.util.ReflectionUtils
 
CamelBeanDefinitionParser - Class in org.apache.camel.spring.xml
 
CamelBeanDefinitionParser(CamelNamespaceHandler) - Constructor for class org.apache.camel.spring.xml.CamelBeanDefinitionParser
 
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
 
CamelNamespaceHandler - Class in org.apache.camel.spring.xml
 
CamelNamespaceHandler() - Constructor for class org.apache.camel.spring.xml.CamelNamespaceHandler
 
CamelProxyFactoryBean - Class in org.apache.camel.spring.remoting
Creates a Proxy to Camel Pojo Endpoint.
CamelProxyFactoryBean() - Constructor for class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
CamelServiceExporter - Class in org.apache.camel.spring.remoting
Exports a Spring defined service to Camel as a Pojo endpoint.
CamelServiceExporter() - Constructor for class org.apache.camel.spring.remoting.CamelServiceExporter
 
completed() - Method in class org.apache.camel.spring.Main
Marks this process as being completed
configure() - Method in class org.apache.camel.spring.xml.StatementRouteBuilder
 
consumerInjection(Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
consumerInjection(Method, Object) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
create(BeanFactory, Object) - Method in class org.apache.camel.spring.xml.BuilderStatement
 
createBeanId(String) - Method in class org.apache.camel.spring.xml.CamelBeanDefinitionParser
 
createComponentResolver() - Method in class org.apache.camel.spring.SpringCamelContext
 
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.spring.component.BeanComponent
 
createEndpoint() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
createInjector() - Method in class org.apache.camel.spring.SpringCamelContext
 
createInvocation(Method, Object, Exchange) - Method in class org.apache.camel.spring.util.BeanInfo
 
createInvocation(Object, Exchange) - Method in class org.apache.camel.spring.util.BeanInfo
 
createMethodInvocation(Object, Exchange) - Method in class org.apache.camel.spring.util.MethodInfo
 
createMethodParametersExpression(Expression[]) - Method in class org.apache.camel.spring.util.BeanInfo
 
createParameterUnmarshalExpression(Class, Method, Class, Annotation[]) - Method in class org.apache.camel.spring.util.BeanInfo
Creates an expression for the given parameter type if the parameter can be mapped automatically or null if the parameter cannot be mapped due to unsufficient annotations or not fitting with the default type conventions.
createParameterUnmarshalExpressionForAnnotation(Class, Method, Class, Annotation) - Method in class org.apache.camel.spring.util.BeanInfo
 

D

DefaultMethodInvocationStrategy - Class in org.apache.camel.spring.util
Represents the strategy used to figure out how to map a message exchange to a POJO method invocation
DefaultMethodInvocationStrategy() - Constructor for class org.apache.camel.spring.util.DefaultMethodInvocationStrategy
 
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.RouteBuilderFinder
 
destroy() - Method in class org.apache.camel.spring.SpringCamelContext
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.apache.camel.spring.xml.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.spring.Main
 
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.xml.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
 
getActions() - Method in class org.apache.camel.spring.xml.BuilderStatement
 
getApplicationContext() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getApplicationContext() - Method in class org.apache.camel.spring.component.BeanComponent
 
getApplicationContext() - Method in class org.apache.camel.spring.Main
 
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
 
getAutowireMode() - Method in class org.apache.camel.spring.spi.SpringInjector
 
getBeanClass(Element) - Method in class org.apache.camel.spring.xml.BeanDefinitionParser
 
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
 
getContext() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getContext() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
getContext() - Method in class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
getDefaultParameterTypeExpression(Class) - Method in class org.apache.camel.spring.util.DefaultMethodInvocationStrategy
 
getDefaultParameterTypeExpression(Class) - Method in interface org.apache.camel.spring.util.MethodInvocationStrategy
Creates an invocation on the given POJO using annotations to decide which method to invoke and to figure out which parameters to use
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
getFullName() - Method in class org.apache.camel.spring.Main.Option
 
getInvocationStrategy() - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
getMessage() - Method in exception org.apache.camel.spring.xml.IllegalActionException
 
getMethod() - Method in class org.apache.camel.spring.util.MethodInfo
 
getMethodInfo() - Method in class org.apache.camel.spring.xml.BuilderAction
 
getName() - Method in class org.apache.camel.spring.xml.BuilderAction
 
getName() - Method in class org.apache.camel.spring.xml.MethodInfo
 
getObject() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getObject() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
getObject() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getObject() - Method in class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
getObjectType() - Method in class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
getPackages() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getPackages() - Method in class org.apache.camel.spring.RouteBuilderFinder
 
getParametersExpression() - Method in class org.apache.camel.spring.util.MethodInfo
 
getParserElementNames() - Method in class org.apache.camel.spring.xml.CamelNamespaceHandler
 
getPojoComponent() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getReturnType() - Method in class org.apache.camel.spring.xml.BuilderStatement
 
getRouteBuilder() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
getRoutes() - Method in class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
getRoutes() - Method in class org.apache.camel.spring.xml.StatementRouteBuilder
 
getServiceName() - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
getTemplate() - Method in class org.apache.camel.spring.spi.SpringTransactionPolicy
 
getType() - Method in class org.apache.camel.spring.util.BeanInfo
 
getType() - Method in class org.apache.camel.spring.util.MethodInfo
 
getUri() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
getVersion() - Method in class org.apache.camel.spring.Main
 

I

IllegalActionException - Exception in org.apache.camel.spring.xml
 
IllegalActionException(String, String) - Constructor for exception org.apache.camel.spring.xml.IllegalActionException
 
init() - Method in class org.apache.camel.spring.xml.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
 
introspect() - Method in class org.apache.camel.spring.util.BeanInfo
 
introspect(Class) - Method in class org.apache.camel.spring.util.BeanInfo
 
introspect(Class, Method) - Method in class org.apache.camel.spring.util.BeanInfo
 
invoke(Method, Object, Object[], Exchange) - Method in class org.apache.camel.spring.util.MethodInfo
 
invoke(BeanFactory, Object, Object) - Method in class org.apache.camel.spring.xml.BuilderAction
 
isDependencyCheck() - Method in class org.apache.camel.spring.spi.SpringInjector
 
isEligibleAttribute(String) - Method in class org.apache.camel.spring.xml.BeanDefinitionParser
 
isSingleton() - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.EndpointFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.remoting.CamelProxyFactoryBean
 
isSingleton() - Method in class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
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.xml
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.xml.LazyLoadingBeanDefinitionParser
 
loadDefaultRegistry() - Method in class org.apache.camel.spring.util.DefaultMethodInvocationStrategy
Creates an invocation on the given POJO using annotations to decide which method to invoke and to figure out which parameters to use
loadType() - Method in class org.apache.camel.spring.xml.BeanDefinitionParser
 
loadType() - Method in class org.apache.camel.spring.xml.LazyLoadingBeanDefinitionParser
 

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
 
MethodInfo - Class in org.apache.camel.spring.util
 
MethodInfo(Class, Method, Expression) - Constructor for class org.apache.camel.spring.util.MethodInfo
 
MethodInfo - Class in org.apache.camel.spring.xml
 
MethodInfo(Method, Fluent, LinkedHashMap<String, Class>, LinkedHashMap<String, FluentArg>) - Constructor for class org.apache.camel.spring.xml.MethodInfo
 
MethodInvocationStrategy - Interface in org.apache.camel.spring.util
A strategy for invoking a method on a pojo from a message exchange

N

newInstance(Class) - Method in class org.apache.camel.spring.spi.SpringInjector
 

O

org.apache.camel.spring - package org.apache.camel.spring
 
org.apache.camel.spring.component - package org.apache.camel.spring.component
 
org.apache.camel.spring.converter - package org.apache.camel.spring.converter
 
org.apache.camel.spring.remoting - package org.apache.camel.spring.remoting
 
org.apache.camel.spring.spi - package org.apache.camel.spring.spi
 
org.apache.camel.spring.util - package org.apache.camel.spring.util
 
org.apache.camel.spring.xml - package org.apache.camel.spring.xml
 

P

parseArguments(String[]) - Method in class org.apache.camel.spring.Main
Parses the commandl ine arguments
parseInternal(Element, ParserContext) - Method in class org.apache.camel.spring.xml.CamelBeanDefinitionParser
 
parserElementNames - Variable in class org.apache.camel.spring.xml.CamelNamespaceHandler
 
postProcessAfterInitialization(Object, String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
processOption(String, LinkedList<String>) - Method in class org.apache.camel.spring.Main.Option
 

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.xml.CamelNamespaceHandler
 
registerScriptParser(String, String) - Method in class org.apache.camel.spring.xml.CamelNamespaceHandler
 
replaceBeanReferences(BeanFactory, Object, Object) - Method in class org.apache.camel.spring.xml.BuilderAction
 
resolveComponent(String, CamelContext) - Method in class org.apache.camel.spring.spi.SpringComponentResolver
 
ResourceConverter - Class in org.apache.camel.spring.converter
Some Spring based Type Converters
ResourceConverter() - Constructor for class org.apache.camel.spring.converter.ResourceConverter
 
RouteBuilderFactoryBean - Class in org.apache.camel.spring.xml
A FactoryBean which creates a RouteBuilder by parsing an XML file.
RouteBuilderFactoryBean() - Constructor for class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
RouteBuilderFinder - Class in org.apache.camel.spring
A helper class which will find all RouteBuilder instances on the classpath
RouteBuilderFinder(ApplicationContext, String[]) - Constructor for class org.apache.camel.spring.RouteBuilderFinder
 
RouteBuilderFinder(CamelContextFactoryBean) - Constructor for class org.apache.camel.spring.RouteBuilderFinder
 
routesParser - Variable in class org.apache.camel.spring.xml.CamelNamespaceHandler
 
run() - Method in class org.apache.camel.spring.Main
Runs this process with the given arguments

S

ScriptDefinitionParser - Class in org.apache.camel.spring.xml
A parser of the various scripting language expressions
ScriptDefinitionParser(String) - Constructor for class org.apache.camel.spring.xml.ScriptDefinitionParser
 
setActions(ArrayList<BuilderAction>) - Method in class org.apache.camel.spring.xml.BuilderStatement
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.CamelContextFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.component.BeanComponent
 
setApplicationContext(AbstractApplicationContext) - Method in class org.apache.camel.spring.Main
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.spring.RouteBuilderFinder
 
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
 
setAutowireMode(int) - Method in class org.apache.camel.spring.spi.SpringInjector
 
setBeanFactory(BeanFactory) - Method in class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.apache.camel.spring.xml.StatementRouteBuilder
 
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
 
setContext(CamelContext) - 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
setContext(CamelContext) - Method in class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
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
 
setField(Field, Object, Object) - Static method in class org.apache.camel.spring.util.ReflectionUtils
 
setInvocationStrategy(MethodInvocationStrategy) - Method in class org.apache.camel.spring.CamelBeanPostProcessor
 
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.
setPackages(String[]) - Method in class org.apache.camel.spring.RouteBuilderFinder
 
setPojoComponent(PojoComponent) - Method in class org.apache.camel.spring.remoting.CamelServiceExporter
 
setReturnType(Class) - Method in class org.apache.camel.spring.xml.BuilderStatement
 
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(ArrayList<BuilderStatement>) - Method in class org.apache.camel.spring.xml.RouteBuilderFactoryBean
 
setRoutes(ArrayList<BuilderStatement>) - Method in class org.apache.camel.spring.xml.StatementRouteBuilder
 
setServiceName(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
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
 
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
 
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() - Constructor for class org.apache.camel.spring.spi.SpringTransactionPolicy
 
SpringTransactionPolicy(TransactionTemplate) - Constructor for class org.apache.camel.spring.spi.SpringTransactionPolicy
 
StatementRouteBuilder - Class in org.apache.camel.spring.xml
A RouteBuilder which is given a list of BuilderStatement objects to use to create the routes.
StatementRouteBuilder() - Constructor for class org.apache.camel.spring.xml.StatementRouteBuilder
 

T

toFile(Resource) - Static method in class org.apache.camel.spring.converter.ResourceConverter
 
toInputStream(Resource) - Static method in class org.apache.camel.spring.converter.ResourceConverter
 
toResource(String) - Static method in class org.apache.camel.spring.converter.ResourceConverter
 
toResource(URL) - Static method in class org.apache.camel.spring.converter.ResourceConverter
 
toResource(File) - Static method in class org.apache.camel.spring.converter.ResourceConverter
 
toResource(byte[]) - Static method in class org.apache.camel.spring.converter.ResourceConverter
 
toUrl(Resource) - Static method in class org.apache.camel.spring.converter.ResourceConverter
 

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 L M N O P R S T W

Copyright © 2007 Apache Software Foundation. All Rights Reserved.