Exemple #1
0
 public XmlData sendXmlCmd(String cmdname, XmlData xmlcont) throws Exception {
   return CmdXmlClientServerHelper.sendXmlCmd(this.mcc, null, -1, null, cmdname, xmlcont);
 }
Exemple #2
0
 public XmlData sendLoginUserXmlCmd(String username, int phase_id, String cmdname, XmlData xmlcont)
     throws Exception {
   return CmdXmlClientServerHelper.sendXmlCmd(
       this.mcc, null, phase_id, username, cmdname, xmlcont);
 }