Package org.frankframework.core
Class PipeRunResult
java.lang.Object
org.frankframework.core.PipeRunResult
The PipeRunResult is a type to store both the result of the processing of a message
in
Responsibility:
doPipe() as well as the exitState.
Responsibility:
- keeper of the result of the execution of a
Pipe - keeper of the forward to be returned to the
PipeLine
Pipes return a PipeRunResult with the information
as above.- Author:
- Johan Verrips
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPipeRunResult(PipeForward forward, Object result) PipeRunResult(PipeForward forward, Message result) -
Method Summary