Class MSGFactory

    • Method Detail

      • getInstance

        public static MSGFactory getInstance()
      • createMSG

        public MSG createMSG​(java.lang.String type,
                             MsgGen gen,
                             java.util.Hashtable<java.lang.String,​java.lang.String> clientValues)
      • createMSG

        public MSG createMSG​(java.lang.String type,
                             java.lang.String res,
                             int fullResLen,
                             MsgGen gen)
      • createMSG

        public MSG createMSG​(java.lang.String type,
                             java.lang.String res,
                             int fullResLen,
                             MsgGen gen,
                             boolean checkSeq)
      • createMSG

        public MSG createMSG​(java.lang.String type,
                             java.lang.String res,
                             int fullResLen,
                             MsgGen gen,
                             boolean checkSeq,
                             boolean checkValids)