Class SCMPClnExecuteCall

java.lang.Object
org.serviceconnector.call.SCMPCallAdapter
org.serviceconnector.call.SCMPClnExecuteCall
All Implemented Interfaces:
ISCMPCall

public class SCMPClnExecuteCall extends SCMPCallAdapter
The Class SCMPClnExecuteCall. Call sends data to backend server over SC.
Author:
JTraber
  • Constructor Details

    • SCMPClnExecuteCall

      public SCMPClnExecuteCall(IRequester req, String serviceName, String sessionId)
      Instantiates a new SCMPClnExecuteCall.
      Parameters:
      req - the requester to use when invoking call
      serviceName - the service name
      sessionId - the session id
  • Method Details

    • setMessageInfo

      public void setMessageInfo(String messageInfo)
      Sets the message info.
      Parameters:
      messageInfo - the new message info
    • setPartSize

      public void setPartSize(int partSize)
      Sets the part size.
      Parameters:
      partSize - the size of the message parts
    • setCacheId

      public void setCacheId(String cacheId)
      Sets the cache id.
      Parameters:
      cacheId - the new cache id
    • setCompressed

      public void setCompressed(boolean compressed)
      Sets the compression.
      Parameters:
      compressed - the compression
    • setRequestBody

      public void setRequestBody(Object obj)
      Sets the body.
      Specified by:
      setRequestBody in interface ISCMPCall
      Overrides:
      setRequestBody in class SCMPCallAdapter
      Parameters:
      obj - the new body
    • setAppendixNr

      public void setAppendixNr(int appendixNr)
      Sets the appendix number.
      Parameters:
      appendixNr - the new appendix number
    • getMessageType

      public SCMPMsgType getMessageType()
      Gets the message type.
      Returns:
      the message type