Class SCMPFileUploadCall

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

public class SCMPFileUploadCall extends SCMPCallAdapter
The Class SCMPFileUploadCall.
  • Constructor Details

    • SCMPFileUploadCall

      public SCMPFileUploadCall(IRequester requester, String serviceName, String sessionId)
      Instantiates a new sCMP file upload call.
      Parameters:
      requester - the requester
      serviceName - the service name
      sessionId - the session id
    • SCMPFileUploadCall

      public SCMPFileUploadCall(Requester requester, SCMPMessage msgToForward)
      Instantiates a new sCMP file upload call.
      Parameters:
      requester - the requester
      msgToForward - the msg to forward
  • Method Details

    • setRemoteFileName

      public void setRemoteFileName(String remoteFileName)
      Sets the remote file name.
      Parameters:
      remoteFileName - the new remote file name
    • 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
    • getMessageType

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