Class RequestReplyExecutor

java.lang.Object
org.frankframework.core.RequestReplyExecutor
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
IsolatedServiceExecutor, ParallelSenderExecutor

public abstract class RequestReplyExecutor extends Object implements Runnable
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 Details

  • Constructor Details

    • RequestReplyExecutor

      public RequestReplyExecutor()
  • Method Details

    • getRequest

      public Message getRequest()
    • setRequest

      public void setRequest(Message request)
    • getReply

      public SenderResult getReply()
    • setReply

      public void setReply(SenderResult reply)
    • getThrowable

      public Throwable getThrowable()
    • setThrowable

      public void setThrowable(Throwable throwable)