|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
RouteBuilder
instances that can be found on the classpath
Registry
implementation which looks up the objects in the Spring
ApplicationContext
FactoryBean
for creating a new ConsumerTemplate
instance with a minimum of XMLFactoryBean
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[])
.FactoryBean
which instantiates Endpoint
objectsApplicationEvent
which contains a Camel Exchange
FactoryBean
for creating a new ProducerTemplate
instance with a minimum of XMLFactoryBean
to create a Proxy to a a Camel Pojo Endpoint.FactoryBean
to create a proxy to a service exposing a given RemoteExporter.getServiceInterface()
Element
and populate the supplied
BeanDefinitionBuilder
as required.
RouteBuilder
instances on the classpath
SpringRouteBuilder.setApplicationContext(ApplicationContext)
method or from the
underlying SpringCamelContext
CamelContextFactoryBean.getPackageScan()
PatternBasedPackageScanFilter
uses an underlying
AntPathMatcher
to filter scanned files according to include and
exclude patterns.RouteBuilder
instances on the classpathCamelContextFactoryBean.setPackageScan(org.apache.camel.model.PackageScanDefinition)
AntPathMatcher
.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
Injector
allowing Spring to be used to dependency inject newly created POJOsRouteBuilder
to provide some additional helper
methods
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |