Package org.frankframework.core
Class PipeLineResult
java.lang.Object
org.frankframework.core.PipeLineResult
The PipeLineResult is a type to store both the
result of the PipeLine processing as well as an exit state.
The exit state is returned to the Adapter that hands it to the
The exit state is returned to the Adapter that hands it to the
Receiver
,
so that the receiver knows whether or not the request was successfully
processed, and might -for instance- not commit a received message.
- Author:
- Johan Verrips
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetState()
boolean
void
setExitCode
(int exitCode) void
void
setState
(PipeLine.ExitState state) toString()