Examples of WxMsgRespTypeEnum


Examples of org.hamster.weixinmp.constant.WxMsgRespTypeEnum

    }
    return result;
  }
 
  public Element parseRespXML(WxBaseRespEntity resp) throws DocumentException {
    WxMsgRespTypeEnum type = WxMsgRespTypeEnum.inst(resp.getMsgType());
    switch (type) {
    case IMAGE:
      return WxXmlUtil.getRespImage((WxRespImageEntity) resp);
    case MUSIC:
      return WxXmlUtil.getRespMusic((WxRespMusicEntity) resp, ((WxRespMusicEntity) resp).getThumb());
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.