Subclasses of Listener in Listener |
class |
JavaObjectListener
Message Parser that parses messages where the message is composed of a
Java Object. |
class |
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. |
class |
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. |
class |
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. |