Package org.frankframework.core
Class PipeRunResult
java.lang.Object
org.frankframework.core.PipeRunResult
- All Implemented Interfaces:
AutoCloseable
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
Pipe
s return a PipeRunResult
with the information
as above.-
Constructor Summary
ConstructorDescriptionPipeRunResult
(PipeForward forward, Object result) PipeRunResult
(PipeForward forward, Message result) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
boolean
void
setPipeForward
(PipeForward pipeForward) void
void
toString()
-
Constructor Details
-
PipeRunResult
public PipeRunResult() -
PipeRunResult
-
PipeRunResult
-
-
Method Details
-
setResult
-
setResult
-
getResult
-
toString
-
isSuccessful
public boolean isSuccessful() -
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
getPipeForward
-
setPipeForward
-