|
||||||||||
| 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 | The JAXB POJOs for the XML Configuration of the routing rules. |
| 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 underlying route being intercepted. |
| Uses of InterceptType in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return InterceptType | |
|---|---|
InterceptType |
InterceptType.createProxy()
|
InterceptType |
RoutesType.intercept()
|
InterceptType |
ProcessorType.intercept()
Intercepts outputs added to this node in the future (i.e. |
| 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 | |||||||||