| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
FactoryFinder |
CamelContext.getFactoryFinder(String path)
Gets the FactoryFinder which will be used for the loading the factory class from META-INF in the given path
|
| Modifier and Type | Method and Description |
|---|---|
FactoryFinder |
DefaultCamelContext.getFactoryFinder(String path) |
Object |
DefaultFactoryFinder.newInstance(String key) |
| Modifier and Type | Method and Description |
|---|---|
Object |
FactoryFinder.newInstance(String key)
Creates a new class instance using the key to lookup
|
Apache Camel