Class ProtocolReplyRequest

java.lang.Object
com.swiftmq.tools.requestreply.Request
com.swiftmq.tools.requestreply.ReplyRequest
com.swiftmq.impl.routing.single.smqpr.ProtocolReplyRequest
All Implemented Interfaces:
com.swiftmq.tools.dump.Dumpable, Serializable

public class ProtocolReplyRequest extends com.swiftmq.tools.requestreply.ReplyRequest
See Also:
  • Constructor Details

    • ProtocolReplyRequest

      public ProtocolReplyRequest()
  • Method Details

    • getDumpId

      public int getDumpId()
      Specified by:
      getDumpId in interface com.swiftmq.tools.dump.Dumpable
      Overrides:
      getDumpId in class com.swiftmq.tools.requestreply.Request
    • writeContent

      public void writeContent(DataOutput out) throws IOException
      Specified by:
      writeContent in interface com.swiftmq.tools.dump.Dumpable
      Overrides:
      writeContent in class com.swiftmq.tools.requestreply.ReplyRequest
      Throws:
      IOException
    • readContent

      public void readContent(DataInput in) throws IOException
      Specified by:
      readContent in interface com.swiftmq.tools.dump.Dumpable
      Overrides:
      readContent in class com.swiftmq.tools.requestreply.ReplyRequest
      Throws:
      IOException
    • getProtocolVersionSelected

      public String getProtocolVersionSelected()
    • setProtocolVersionSelected

      public void setProtocolVersionSelected(String protocolVersionSelected)
    • createReplyInstance

      protected com.swiftmq.tools.requestreply.Reply createReplyInstance()
      Specified by:
      createReplyInstance in class com.swiftmq.tools.requestreply.Request
    • accept

      public void accept(com.swiftmq.tools.requestreply.RequestVisitor visitor)
      Specified by:
      accept in class com.swiftmq.tools.requestreply.Request
    • toString

      public String toString()
      Overrides:
      toString in class com.swiftmq.tools.requestreply.ReplyRequest