org.apache.servicemix.components.router |
A simple router component which based on boolean predicates will route normalized messages
to different endpoints.
|
Java Source File Name | Type | Comment |
Predicate.java | Interface | A simple predicate which evaluates to true or false given the current
context and message exchange. |
RoutingRule.java | Class | A simple routing rule which if the predicate is matched then the message is forwarded to
the given endpoint. |