protected static interface RoutingSlip.RoutingSlipIterator
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext(org.apache.camel.Exchange exchange)Are the more routing slip(s)? | 
| Object | next(org.apache.camel.Exchange exchange)Returns the next routing slip(s). | 
boolean hasNext(org.apache.camel.Exchange exchange)
exchange - the current exchangeObject next(org.apache.camel.Exchange exchange)
exchange - the current exchangeApache Camel