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(org.springframework.context.ApplicationContext applicationContext) |
static SpringCamelContext |
SpringCamelContext.springCamelContext(org.springframework.context.ApplicationContext applicationContext,
boolean maybeStart) |
static SpringCamelContext |
SpringCamelContext.springCamelContext(String configLocations) |
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) |
PackageScanRouteBuilderFinder(SpringCamelContext camelContext,
String[] packages,
ClassLoader classLoader,
org.springframework.beans.factory.config.BeanPostProcessor postProcessor,
org.apache.camel.spi.PackageScanClassResolver resolver) |
Apache Camel