Uses of Interface
Listener.IMessageParse

Packages that use IMessageParse
Listener   
 

Uses of IMessageParse in Listener
 

Classes in Listener that implement IMessageParse
 class JavaObjectListener
          Message Parser that parses messages where the message is composed of a Java Object.
 class Listener
          Interface of each message parser 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.