| Package | Description |
|---|---|
| org.apache.camel.builder | |
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
InterceptSendToEndpointDefinition |
RouteBuilder.interceptSendToEndpoint(String uri)
Applies a route for an interceptor if an exchange is send to the given
endpoint
|
| Modifier and Type | Method and Description |
|---|---|
InterceptSendToEndpointDefinition |
InterceptSendToEndpointDefinition.afterUrl(String url)
After sending to the endpoint then send the message to this url which
allows to process its result.
|
InterceptSendToEndpointDefinition |
RoutesDefinition.interceptSendToEndpoint(String uri)
Creates and adds an interceptor that is triggered when an exchange is
send to the given endpoint
|
InterceptSendToEndpointDefinition |
InterceptSendToEndpointDefinition.skipSendToOriginalEndpoint()
Skip sending the
Exchange to the original
intended endpoint |
InterceptSendToEndpointDefinition |
InterceptSendToEndpointDefinition.when(org.apache.camel.Predicate predicate)
Applies this interceptor only if the given predicate is true
|
| Modifier and Type | Method and Description |
|---|---|
List<InterceptSendToEndpointDefinition> |
RoutesDefinition.getInterceptSendTos() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RouteDefinitionHelper.prepareRoute(org.apache.camel.CamelContext context,
RouteDefinition route,
List<OnExceptionDefinition> onExceptions,
List<InterceptDefinition> intercepts,
List<InterceptFromDefinition> interceptFromDefinitions,
List<InterceptSendToEndpointDefinition> interceptSendToEndpointDefinitions,
List<OnCompletionDefinition> onCompletions)
Prepares the route which supports context scoped features such as
onException, interceptors and onCompletions
This method does not mark the route as prepared afterwards.
|
void |
RoutesDefinition.setInterceptSendTos(List<InterceptSendToEndpointDefinition> interceptSendTos) |
Apache Camel