Skip to main content
Version: 5.2.0.1

Message

Concept

A message is a container for data. It may contain structured data or binary data. Structured messages are internally represented by a DOM tree. The structure of such a message is defined by a Message Type

Content of a structured message read from a CSV file

A message also contains some properties; these are named values describing the message like its Content-Type.

The following picture shows how a structured message read from a CSV file is represented graphically in the Designer.

Properties of a message read from a CSV file

Structured messages are typically created by a Deserializer, e.g. the CSV deserializer.