psdi.iface.gateway

Class Interpreter

  • java.lang.Object
    • psdi.iface.gateway.Interpreter


  • public class Interpreter
    extends java.lang.Object
    Base Interpreter for MEA. This class is used for getting the header properties of the message like sender,ifacename and ifacetype.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.util.Map constProps 
      protected java.util.Map xmlRootNodeProps 
      protected java.util.Map xmlTags 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Interpreter(java.util.Map props) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Map interpreteMessage(byte[] extData) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • xmlTags

        protected java.util.Map xmlTags
      • xmlRootNodeProps

        protected java.util.Map xmlRootNodeProps
      • constProps

        protected java.util.Map constProps
    • Constructor Detail

      • Interpreter

        public Interpreter(java.util.Map props)
    • Method Detail

      • interpreteMessage

        public java.util.Map interpreteMessage(byte[] extData)
                                        throws MXException
        Throws:
        MXException