Package com.daou

Examples of com.daou.BizSend.sendMsg()


    //sme.setVXML_FILE ("");    // (PHONE) 음성 시나리오 파일 이름

    /* 메시지 전송 */
    try {
      String msgid = "";
      msgid = bs.sendMsg(sme);    // @param  sme       SendMsgEntity
                                  // @retrun String    다우기술의 서버에서 정의한 message id

      System.out.println("msgid=" + msgid);
    } catch (Exception ex) {
      System.out.println("Failed to Send a Msg" +
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.