public class WxMpXmlMessage extends Object implements Serializable
| 构造器和说明 |
|---|
WxMpXmlMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxMpXmlMessage |
fromEncryptedXml(InputStream is,
WxMpConfigStorage wxMpConfigStorage,
String timestamp,
String nonce,
String msgSignature) |
static WxMpXmlMessage |
fromEncryptedXml(String encryptedXml,
WxMpConfigStorage wxMpConfigStorage,
String timestamp,
String nonce,
String msgSignature)
从加密字符串转换
|
static WxMpXmlMessage |
fromXml(InputStream is) |
static WxMpXmlMessage |
fromXml(String xml) |
String |
getMsgType()
|
void |
setMsgType(String msgType)
|
String |
toString() |
public static WxMpXmlMessage fromXml(String xml)
public static WxMpXmlMessage fromXml(InputStream is)
public static WxMpXmlMessage fromEncryptedXml(String encryptedXml, WxMpConfigStorage wxMpConfigStorage, String timestamp, String nonce, String msgSignature)
encryptedXml - 密文wxMpConfigStorage - 配置存储器对象timestamp - 时间戳nonce - 随机串msgSignature - 签名串public static WxMpXmlMessage fromEncryptedXml(InputStream is, WxMpConfigStorage wxMpConfigStorage, String timestamp, String nonce, String msgSignature)
public String getMsgType()
public void setMsgType(String msgType)
Copyright © 2017. All rights reserved.