Uses of Interface
ParsingFramework.IMetaOperations

Packages that use IMetaOperations
Actuator   
Listener   
 

Uses of IMetaOperations in Actuator
 

Classes in Actuator that implement IMetaOperations
 class Actuator
          Actuator is the base abstract class that is extended to specialized message actuators e.g.
 class MessageActuator
          General Message Actuator for binary protocols that is specialised by the loaded message description language.
 class XMLMessageActuator
           
 

Uses of IMetaOperations in Listener
 

Classes in Listener that implement IMetaOperations
 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.