|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptDefinition | |
---|---|
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 InterceptDefinition in org.apache.camel.builder |
---|
Methods in org.apache.camel.builder that return InterceptDefinition | |
---|---|
InterceptDefinition |
RouteBuilder.intercept()
Adds a route for an interceptor; use the ProcessorDefinition.proceed() method
to continue processing the underlying route being intercepted. |
Uses of InterceptDefinition in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return InterceptDefinition | |
---|---|
InterceptDefinition |
InterceptDefinition.createProxy()
|
InterceptDefinition |
RoutesDefinition.intercept()
Creates and adds an interceptor |
InterceptDefinition |
ProcessorDefinition.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 InterceptDefinition | |
---|---|
List<InterceptDefinition> |
RoutesDefinition.getIntercepts()
|
Method parameters in org.apache.camel.model with type arguments of type InterceptDefinition | |
---|---|
void |
RoutesDefinition.setIntercepts(List<InterceptDefinition> intercepts)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |