Class FileChunkReply

java.lang.Object
com.swiftmq.filetransfer.protocol.MessageBasedReply
com.swiftmq.filetransfer.protocol.v940.FileChunkReply
All Implemented Interfaces:
MessageBased

public class FileChunkReply extends MessageBasedReply
  • Field Details

  • Constructor Details

    • FileChunkReply

      public FileChunkReply(javax.jms.Message message) throws javax.jms.JMSException
      Throws:
      javax.jms.JMSException
    • FileChunkReply

      public FileChunkReply()
  • Method Details

    • getChunkNo

      public int getChunkNo()
    • setChunkNo

      public void setChunkNo(int chunkNo)
    • getLink

      public String getLink()
    • setLink

      public void setLink(String link)
    • toMessage

      public javax.jms.Message toMessage() throws javax.jms.JMSException
      Throws:
      javax.jms.JMSException
    • toString

      public String toString()
      Overrides:
      toString in class MessageBasedReply