public class WxOpenXmlMessage extends Object implements Serializable
限定符和类型 | 类和说明 |
---|---|
static class |
WxOpenXmlMessage.DispatchInfo
审核提供商分配信息
|
static class |
WxOpenXmlMessage.Info |
构造器和说明 |
---|
WxOpenXmlMessage() |
限定符和类型 | 方法和说明 |
---|---|
static WxMpXmlMessage |
fromEncryptedMpXml(String encryptedXml,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature) |
static WxOpenXmlMessage |
fromEncryptedXml(InputStream is,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature) |
static WxOpenXmlMessage |
fromEncryptedXml(String encryptedXml,
WxOpenConfigStorage wxOpenConfigStorage,
String timestamp,
String nonce,
String msgSignature)
从加密字符串转换
|
static WxOpenXmlMessage |
fromXml(InputStream is) |
static WxOpenXmlMessage |
fromXml(String xml) |
String |
getRegistAppId()
已过时。
|
void |
setRegistAppId(String value)
已过时。
|
static String |
wxMpOutXmlMessageToEncryptedXml(WxMpXmlOutMessage message,
WxOpenConfigStorage wxOpenConfigStorage) |
@Deprecated public String getRegistAppId()
应使用此方法
@Deprecated public void setRegistAppId(String value)
应使用此方法
public static String wxMpOutXmlMessageToEncryptedXml(WxMpXmlOutMessage message, WxOpenConfigStorage wxOpenConfigStorage)
public static WxOpenXmlMessage fromXml(String xml)
public static WxOpenXmlMessage fromXml(InputStream is)
public static WxOpenXmlMessage fromEncryptedXml(String encryptedXml, WxOpenConfigStorage wxOpenConfigStorage, String timestamp, String nonce, String msgSignature)
encryptedXml
- 密文wxOpenConfigStorage
- 配置存储器对象timestamp
- 时间戳nonce
- 随机串msgSignature
- 签名串public static WxMpXmlMessage fromEncryptedMpXml(String encryptedXml, WxOpenConfigStorage wxOpenConfigStorage, String timestamp, String nonce, String msgSignature)
public static WxOpenXmlMessage fromEncryptedXml(InputStream is, WxOpenConfigStorage wxOpenConfigStorage, String timestamp, String nonce, String msgSignature)
Copyright © 2024. All rights reserved.