psdi.iface.mic

Class EntMicUtil

  • java.lang.Object
    • psdi.iface.mic.EntMicUtil


  • public class EntMicUtil
    extends java.lang.Object
    Base class for all Integration Utilities
    • Constructor Summary

      Constructors 
      Constructor and Description
      EntMicUtil() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String evaluateJSONForSrvMsgTrk(java.lang.String path, byte[] data)
      Utility method for Message Tracking - Prepares message properties hash map with necessary info
      static void prepareEntSrvMsgTrkInfo(java.util.Map properties, byte[] data)
      Utility method for Message Tracking - Prepares message properties hash map with necessary info
      • Methods inherited from class java.lang.Object

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

      • INTEGRATIONLOGGER

        public static final MXLogger INTEGRATIONLOGGER
        The Integration logger
    • Constructor Detail

      • EntMicUtil

        public EntMicUtil()
    • Method Detail

      • prepareEntSrvMsgTrkInfo

        public static void prepareEntSrvMsgTrkInfo(java.util.Map properties,
                                                   byte[] data)
                                            throws MXException
        Utility method for Message Tracking - Prepares message properties hash map with necessary info
        Parameters:
        properties - Properties (Hash map) to be updated with new message tracking related properties
        data - Data in byte array form
        Throws:
        MXException
      • evaluateJSONForSrvMsgTrk

        public static java.lang.String evaluateJSONForSrvMsgTrk(java.lang.String path,
                                                                byte[] data)
                                                         throws MXException
        Utility method for Message Tracking - Prepares message properties hash map with necessary info
        Parameters:
        properties - Properties (Hash map) to be updated with new message tracking related properties
        data - Data in byte array form
        Throws:
        MXException