Package | Description |
---|---|
org.apache.camel.osgi |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.camel.spring |
The classes for working with Camel and Spring along with the primary factory beans.
|
Modifier and Type | Class and Description |
---|---|
class |
OsgiSpringCamelContext |
Modifier and Type | Method and Description |
---|---|
protected SpringCamelContext |
CamelContextFactoryBean.createContext() |
protected SpringCamelContext |
CamelContextFactoryBean.newCamelContext() |
Modifier and Type | Method and Description |
---|---|
protected SpringCamelContext |
CamelContextFactoryBean.createContext()
Create the context
|
SpringCamelContext |
CamelContextFactoryBean.getContext(boolean create) |
protected SpringCamelContext |
CamelContextFactoryBean.newCamelContext() |
static SpringCamelContext |
SpringCamelContext.springCamelContext(ApplicationContext applicationContext)
Deprecated.
its better to create and boot Spring the standard Spring way and to get hold of CamelContext
using the Spring API.
|
static SpringCamelContext |
SpringCamelContext.springCamelContext(ApplicationContext applicationContext,
boolean maybeStart)
Deprecated.
its better to create and boot Spring the standard Spring way and to get hold of CamelContext
using the Spring API.
|
static SpringCamelContext |
SpringCamelContext.springCamelContext(String configLocations)
Deprecated.
its better to create and boot Spring the standard Spring way and to get hold of CamelContext
using the Spring API.
|
Modifier and Type | Method and Description |
---|---|
Class<SpringCamelContext> |
CamelContextFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
protected void |
CamelContextFactoryBean.initBeanPostProcessor(SpringCamelContext context) |
protected void |
CamelContextFactoryBean.initCustomRegistry(SpringCamelContext context) |
void |
CamelContextFactoryBean.setContext(SpringCamelContext context) |
Constructor and Description |
---|
ContextScanRouteBuilderFinder(SpringCamelContext camelContext,
org.apache.camel.spi.PackageScanFilter filter,
boolean includeNonSingletons) |
PackageScanRouteBuilderFinder(SpringCamelContext camelContext,
String[] packages,
ClassLoader classLoader,
BeanPostProcessor postProcessor,
org.apache.camel.spi.PackageScanClassResolver resolver) |
Apache Camel