Class RetrieveFile

    • Field Detail

      • m_RemoteFile

        protected PlaceholderFile m_RemoteFile
        the file to retrieve.
      • m_LocalFile

        protected PlaceholderFile m_LocalFile
        the local file to save to.
      • m_Content

        protected byte[] m_Content
        the actual payload.
    • Constructor Detail

      • RetrieveFile

        public RetrieveFile()
    • Method Detail

      • setRemoteFile

        public void setRemoteFile​(PlaceholderFile value)
        Sets the remote file to send.
        Parameters:
        value - the file
      • getRemoteFile

        public PlaceholderFile getRemoteFile()
        Returns the remote file to send.
        Returns:
        the file
      • remoteFileTipText

        public String remoteFileTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setLocalFile

        public void setLocalFile​(PlaceholderFile value)
        Sets the local file to save the remote file to.
        Parameters:
        value - the file
      • getLocalFile

        public PlaceholderFile getLocalFile()
        Returns the local file to save the remote file to.
        Returns:
        the file
      • localFileTipText

        public String localFileTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setRequestPayload

        public void setRequestPayload​(byte[] value)
        Ignored.
        Parameters:
        value - the payload
      • getRequestPayload

        public byte[] getRequestPayload()
        Always zero-length array.
        Returns:
        the payload
      • getRequestPayloadObjects

        public Object[] getRequestPayloadObjects()
        Returns the objects that represent the request payload.
        Returns:
        the objects
      • setResponsePayload

        public void setResponsePayload​(byte[] value)
        Sets the payload for the response.
        Parameters:
        value - the payload
      • getResponsePayload

        public byte[] getResponsePayload()
        Returns the payload of the response, if any.
        Returns:
        the payload
      • getResponsePayloadObjects

        public Object[] getResponsePayloadObjects()
        Returns the objects that represent the response payload.
        Returns:
        the objects