Package org.frankframework.core
Class AbstractRequestReplyExecutor
java.lang.Object
org.frankframework.core.AbstractRequestReplyExecutor
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
IsolatedServiceExecutor
,ParallelSenderExecutor
Runnable object for calling a request reply service. When a
Throwable
has been thrown during execution it should be returned
by getThrowable() otherwise the reply should be returned by getReply().- Author:
- Jaco de Groot
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetReply()
void
setReply
(SenderResult reply) void
setRequest
(Message request) void
setThrowable
(Throwable throwable)
-
Field Details
-
request
-
reply
-
throwable
-
-
Constructor Details
-
AbstractRequestReplyExecutor
public AbstractRequestReplyExecutor()
-
-
Method Details
-
getRequest
-
setRequest
-
getReply
-
setReply
-
getThrowable
-
setThrowable
-