|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.processor.PipelineHelper
public final class PipelineHelper
Helper for processing Exchange in a
pipeline.
| Method Summary | |
|---|---|
static boolean |
continueProcessing(Exchange exchange,
String message,
org.slf4j.Logger log)
Should we continue processing the exchange? |
static Exchange |
createNextExchange(Exchange previousExchange)
Strategy method to create the next exchange from the previous exchange. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean continueProcessing(Exchange exchange,
String message,
org.slf4j.Logger log)
exchange - the next exchangemessage - a message to use when logging that we should not continue processinglog - a logger
public static Exchange createNextExchange(Exchange previousExchange)
previousExchange - the previous exchange
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||