A Message represents a ISO message once parsed,
consisting of a MessageDefinition, an MTI (Message Type Indicator),
a bitmap indicating which fields are present in the message,
a content object with the actual field values,
and a show method for displaying the message in a human-readable format.
A
Message
represents a ISO message once parsed, consisting of aMessageDefinition
, an MTI (Message Type Indicator), a bitmap indicating which fields are present in the message, acontent
object with the actual field values, and ashow
method for displaying the message in a human-readable format.