| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| Modifier and Type | Method and Description |
|---|---|
List<InterceptStrategy> |
Route.getInterceptStrategies()
This method retrieves the InterceptStrategy instances this route context.
|
List<InterceptStrategy> |
ExtendedCamelContext.getInterceptStrategies()
Gets the interceptor strategies
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedCamelContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
Adds the given interceptor strategy
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.initChannel(Route route,
NamedNode definition,
NamedNode childDefinition,
List<InterceptStrategy> interceptors,
Processor nextProcessor,
NamedRoute routeDefinition,
boolean first)
Initializes the channel.
|
Apache Camel