|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterceptType | |
|---|---|
| org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
| org.apache.camel.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of InterceptType in org.apache.camel.builder |
|---|
| Methods in org.apache.camel.builder that return InterceptType | |
|---|---|
InterceptType |
RouteBuilder.intercept()
Adds a route for an interceptor; use the ProcessorType.proceed() method
to continue processing the underying route being intercepted. |
| Uses of InterceptType in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return InterceptType | |
|---|---|
InterceptType |
ProcessorType.intercept()
|
InterceptType |
RoutesType.intercept()
|
| Methods in org.apache.camel.model that return types with arguments of type InterceptType | |
|---|---|
List<InterceptType> |
RoutesType.getIntercepts()
|
| Method parameters in org.apache.camel.model with type arguments of type InterceptType | |
|---|---|
void |
RoutesType.setIntercepts(List<InterceptType> intercepts)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||