Class Summary |
CaseInsensitiveMap |
|
JavaObjectListener |
Message Parser that parses messages where the message is composed of a
Java Object. |
Listener |
Interface of each message parser object. |
MessageListener |
Each MessageListener object takes messages for a specified communication
protocol and translates them to a data description object describing
the message in terms of the message name, and a set of fields where
the fields contains the message's values. |
TextMessageListener |
Each MessageParser object takes messages for a specified communication
protocol and translates them to a data description object describing
the message in terms of the message name, and a set of fields where
the fields contains the message's values. |
XMLMessageListener |
Each MessageParser object takes messages for a specified communication
protocol and translates them to a data description object describing
the message in terms of the message name, and a set of fields where
the fields contains the message's values. |