Class FilePublishReply

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

public class FilePublishReply extends MessageBasedReply
  • Field Details

  • Constructor Details

    • FilePublishReply

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

      public FilePublishReply(int chunkLength)
    • FilePublishReply

      public FilePublishReply()
  • Method Details

    • getChunkLength

      public int getChunkLength()
    • setChunkLength

      public void setChunkLength(int chunkLength)
    • toMessage

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

      public String toString()
      Overrides:
      toString in class MessageBasedReply