Class ProtocolReply

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

public class ProtocolReply extends MessageBasedReply
  • Field Details

  • Constructor Details

    • ProtocolReply

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

      public ProtocolReply()
  • Method Details

    • getQueueName

      public String getQueueName()
    • setQueueName

      public void setQueueName(String queueName)
    • toMessage

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

      public String toString()
      Overrides:
      toString in class MessageBasedReply