Class ACK

All Implemented Interfaces:
Group, Message, Structure, Visitable, Serializable

public class ACK extends AbstractMessage

Represents a ACK message structure. This structure contains the following elements:

  • 1: MSH (MESSAGE HEADER)
  • 2: MSA (MESSAGE ACKNOWLEDGMENT)
  • 3: ERR (ERROR) optional
See Also:
  • Constructor Details

    • ACK

      public ACK()
      Creates a new ACK message with DefaultModelClassFactory.
    • ACK

      public ACK(ModelClassFactory factory)
      Creates a new ACK message with custom ModelClassFactory.
  • Method Details