跳过导航链接
A B C D E F G H I L M N O P Q R S T U W 

A

AccessTokenApiUtils - org.marker.weixin.api中的类
在服务器端调用API的accessToken获取工具类
AccessTokenApiUtils() - 类 的构造器org.marker.weixin.api.AccessTokenApiUtils
 
AccessTokenUtils - org.marker.weixin.web中的类
Web能力获取的AccessToken (目前的实现是针对单节点的,需要集群部署考虑使用redis缓存token) OAuth2.0
AccessTokenUtils() - 类 的构造器org.marker.weixin.web.AccessTokenUtils
 
addItem(Data4Item) - 类 中的方法org.marker.weixin.msg.Msg4ImageText
 
addMenu(Data4Menu) - 类 中的方法org.marker.weixin.msg.Data4Button
添加一级菜单
addOnHandleMessageListener(HandleMessageListener) - 类 中的方法org.marker.weixin.DefaultSession
添加监听器
addSubMenu(Data4Menu) - 类 中的方法org.marker.weixin.msg.Data4Menu
添加子菜单
APPID - 接口 中的静态变量org.marker.config.Config
修改为开发者申请的appid
ARTICLE_COUNT - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
ARTICLES - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 

B

bytes2Hex(byte[]) - 类 中的方法org.marker.utils.MySecurity
 
bytes2Hex(byte[]) - 类 中的方法org.marker.weixin.MySecurity
 

C

callback(Msg) - 类 中的方法org.marker.weixin.Session
回传消息给微信服务器 只能再接收到微信服务器消息后,才能调用此方法
CardCouponsUtils - org.marker.weixin.api中的类
卡券 工具类
CardCouponsUtils() - 类 的构造器org.marker.weixin.api.CardCouponsUtils
 
CLICK - 类 中的静态变量org.marker.weixin.msg.Msg4Event
自定义菜单点击事件
close() - 类 中的方法org.marker.weixin.Session
关闭
Config - org.marker.config中的接口
配置文件 全局静态配置
CONTENT - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
create(String) - 类 中的静态方法org.marker.utils.MenuUtil
创建菜单
create(String, String) - 类 中的静态方法org.marker.weixin.api.CardCouponsUtils
创建卡券
CREATE_TIME - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
createQrcode(String, String) - 类 中的静态方法org.marker.weixin.api.CardCouponsUtils
创建二维码

D

Data4Button - org.marker.weixin.msg中的类
Button
Data4Button() - 类 的构造器org.marker.weixin.msg.Data4Button
 
Data4Item - org.marker.weixin.msg中的类
图文消息对象 为图文消息对象提供数据支持
Data4Item() - 类 的构造器org.marker.weixin.msg.Data4Item
默认构造方法
Data4Item(String, String, String, String) - 类 的构造器org.marker.weixin.msg.Data4Item
所以属性的构造方法
Data4Menu - org.marker.weixin.msg中的类
click: 用户点击click类型按钮后,微信服务器会通过消息接口推送消息类型为event 的结构给开发者(参考消息接口指南),并且带上按钮中开发者填写的key值,开发者可以通过自定义的key值与用户进行交互; view: 用户点击view类型按钮后,微信客户端将会打开开发者在按钮中填写的url值 (即网页链接),达到打开网页的目的,建议与网页授权获取用户基本信息接口结合,获得用户的登入个人信息。
Data4Menu(String, String, String) - 类 的构造器org.marker.weixin.msg.Data4Menu
子菜单
DefaultSession - org.marker.weixin中的类
默认的Session实现 使用默认Session实现类需要通过添加HandleMessageListener监听器来对微信消息进行监听 可以添加多个监听器来处理不同的消息内容。
delete() - 类 中的静态方法org.marker.utils.MenuUtil
删除菜单
DESCRITION - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法test.WinXinServlet
处理微信服务器验证
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法test.WinXinServlet
处理微信服务器发过来的各种消息,包括:文本、图片、地理位置、音乐等等

E

encode(String, String) - 类 中的方法org.marker.utils.MySecurity
 
encode(String, String) - 类 中的方法org.marker.weixin.MySecurity
 
EVENT - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
EVENT_KEY - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 

F

FORMAT - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
FROM_USER_NAME - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
FUNC_FLAG - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 

G

get() - 类 中的静态方法org.marker.utils.MenuUtil
查询菜单
getAccess_token() - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
getAccessToken() - 类 中的静态方法org.marker.utils.MenuUtil
获取access_token
getAccessToken() - 类 中的静态方法org.marker.weixin.api.AccessTokenApiUtils
获取access_token
getAccessToken(String) - 类 中的静态方法org.marker.weixin.web.AccessTokenUtils
获取access_token
getCity() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getContent() - 类 中的方法org.marker.weixin.msg.Msg4Text
 
getCountry() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getCreateTime() - 类 中的方法org.marker.weixin.msg.Msg
 
getCreateTime() - 类 中的方法org.marker.weixin.msg.Msg4Head
 
getDescription() - 类 中的方法org.marker.weixin.msg.Data4Item
 
getDescription() - 类 中的方法org.marker.weixin.msg.Msg4Link
 
getDescription() - 类 中的方法org.marker.weixin.msg.Msg4Music
 
getElementContent(Document, String) - 类 中的方法org.marker.weixin.msg.Msg
获取节点文本内容
getErrcode() - 类 中的方法org.marker.weixin.api.domain.QRCode
 
getErrmsg() - 类 中的方法org.marker.weixin.api.domain.QRCode
 
getEvent() - 类 中的方法org.marker.weixin.msg.Msg4Event
获取Event
getEventKey() - 类 中的方法org.marker.weixin.msg.Msg4Event
获取EventKey
getExpire_seconds() - 类 中的方法org.marker.weixin.api.domain.QRCode
 
getExpires_in() - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
getFormat() - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
getFromUserName() - 类 中的方法org.marker.weixin.msg.Msg
 
getFromUserName() - 类 中的方法org.marker.weixin.msg.Msg4Head
 
getFuncFlag() - 类 中的方法org.marker.weixin.msg.Msg4Image
 
getFuncFlag() - 类 中的方法org.marker.weixin.msg.Msg4ImageText
 
getFuncFlag() - 类 中的方法org.marker.weixin.msg.Msg4Music
 
getFuncFlag() - 类 中的方法org.marker.weixin.msg.Msg4Text
 
getHead() - 类 中的方法org.marker.weixin.msg.Msg
 
getHeadimgurl() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getHQMusicUrl() - 类 中的方法org.marker.weixin.msg.Msg4Music
 
getJsapiTicket(String) - 类 中的静态方法org.marker.utils.TicketUtils
获取access_token
getKey() - 类 中的方法org.marker.weixin.msg.Data4Menu
 
getLabel() - 类 中的方法org.marker.weixin.msg.Msg4Location
 
getLatitude() - 类 中的方法org.marker.weixin.msg.Msg4Event
 
getLocation_X() - 类 中的方法org.marker.weixin.msg.Msg4Location
 
getLocation_Y() - 类 中的方法org.marker.weixin.msg.Msg4Location
 
getLongitude() - 类 中的方法org.marker.weixin.msg.Msg4Event
 
getMediaId() - 类 中的方法org.marker.weixin.msg.Msg4Image
 
getMediaId() - 类 中的方法org.marker.weixin.msg.Msg4Video
 
getMediaId() - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
getMsgId() - 类 中的方法org.marker.weixin.msg.Msg4Image
 
getMsgId() - 类 中的方法org.marker.weixin.msg.Msg4Link
 
getMsgId() - 类 中的方法org.marker.weixin.msg.Msg4Location
 
getMsgId() - 类 中的方法org.marker.weixin.msg.Msg4Text
 
getMsgId() - 类 中的方法org.marker.weixin.msg.Msg4Video
 
getMsgId() - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
getMsgType() - 类 中的方法org.marker.weixin.msg.Msg4Head
 
getMusicUrl() - 类 中的方法org.marker.weixin.msg.Msg4Music
 
getName() - 类 中的方法org.marker.weixin.msg.Data4Menu
 
getNickname() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getOpenid() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getOpenid() - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
getPicUrl() - 类 中的方法org.marker.weixin.msg.Data4Item
 
getPicUrl() - 类 中的方法org.marker.weixin.msg.Msg4Image
 
getPrecision() - 类 中的方法org.marker.weixin.msg.Msg4Event
 
getPrivilege() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getProvince() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getRecognition() - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
getRefresh_token() - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
getScale() - 类 中的方法org.marker.weixin.msg.Msg4Location
 
getScope() - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
getSex() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getShow_qrcode_url() - 类 中的方法org.marker.weixin.api.domain.QRCode
 
getSub_button() - 类 中的方法org.marker.weixin.msg.Data4Menu
 
getThumbMediaId() - 类 中的方法org.marker.weixin.msg.Msg4Video
 
getTicket() - 类 中的方法org.marker.weixin.api.domain.QRCode
 
getTicket() - 类 中的方法org.marker.weixin.msg.Msg4Event
 
getTitle() - 类 中的方法org.marker.weixin.msg.Data4Item
 
getTitle() - 类 中的方法org.marker.weixin.msg.Msg4Link
 
getTitle() - 类 中的方法org.marker.weixin.msg.Msg4Music
 
getToUserName() - 类 中的方法org.marker.weixin.msg.Msg
 
getToUserName() - 类 中的方法org.marker.weixin.msg.Msg4Head
 
getType() - 类 中的方法org.marker.weixin.msg.Data4Menu
 
getUnionid() - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
getUrl() - 类 中的方法org.marker.weixin.api.domain.QRCode
 
getUrl() - 类 中的方法org.marker.weixin.msg.Data4Item
 
getUrl() - 类 中的方法org.marker.weixin.msg.Data4Menu
 
getUrl() - 类 中的方法org.marker.weixin.msg.Msg4Link
 
getUserInfo(String, String, String) - 类 中的静态方法org.marker.weixin.web.AccessTokenUtils
获取用户信息
getUserInfo(String, String) - 类 中的静态方法org.marker.weixin.web.AccessTokenUtils
获取用户信息

H

HandleMessageAdapter - org.marker.weixin中的类
处理消息适配器(适配器模式)
HandleMessageAdapter() - 类 的构造器org.marker.weixin.HandleMessageAdapter
 
HandleMessageListener - org.marker.weixin中的接口
主要用于接收微信服务器消息的接口
head - 类 中的变量org.marker.weixin.msg.Msg
消息头
HQ_MUSIC_URL - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
HttpUtil - org.marker.utils中的类
这个Https协议工具类,采用HttpsURLConnection实现。
HttpUtil() - 类 的构造器org.marker.utils.HttpUtil
 

I

ITEM - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 

L

LABEL - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
LATITUDE - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
LOCATION - 类 中的静态变量org.marker.weixin.msg.Msg4Event
上报地理位置事件
LOCATION_X - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
LOCATION_Y - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
LONGITUDE - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 

M

main(String[]) - 类 中的静态方法org.marker.utils.MySecurity
 
main(String[]) - 类 中的静态方法org.marker.utils.Sign
 
main(String[]) - 类 中的静态方法org.marker.weixin.MySecurity
 
MD5 - 类 中的静态变量org.marker.utils.MySecurity
 
MD5 - 类 中的静态变量org.marker.weixin.MySecurity
 
MEDIAID - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
MenuUtil - org.marker.utils中的类
菜单工具类 提供创建、删除、查询菜单
MenuUtil() - 类 的构造器org.marker.utils.MenuUtil
 
Msg - org.marker.weixin.msg中的类
抽象消息类 提供各种消息类型字段、头部消息对象以及写入和读取抽象方法
Msg() - 类 的构造器org.marker.weixin.msg.Msg
 
Msg4Event - org.marker.weixin.msg中的类
事件消息 注意: 此消息只能是微信服务器推送过来
Msg4Event(Msg4Head) - 类 的构造器org.marker.weixin.msg.Msg4Event
程序内部调用
Msg4Head - org.marker.weixin.msg中的类
微信消息头
Msg4Head() - 类 的构造器org.marker.weixin.msg.Msg4Head
一般由程序内部调用,开发者不用调用
Msg4Image - org.marker.weixin.msg中的类
图片消息
Msg4Image() - 类 的构造器org.marker.weixin.msg.Msg4Image
开发者调用
Msg4Image(Msg4Head) - 类 的构造器org.marker.weixin.msg.Msg4Image
程序内部调用
Msg4ImageText - org.marker.weixin.msg中的类
图文消息
Msg4ImageText() - 类 的构造器org.marker.weixin.msg.Msg4ImageText
默认构造
Msg4Link - org.marker.weixin.msg中的类
链接消息
Msg4Link() - 类 的构造器org.marker.weixin.msg.Msg4Link
开发者调用创建实例
Msg4Link(Msg4Head) - 类 的构造器org.marker.weixin.msg.Msg4Link
推送来的消息采用此构造
Msg4Location - org.marker.weixin.msg中的类
地理位置消息
Msg4Location() - 类 的构造器org.marker.weixin.msg.Msg4Location
开发者调用
Msg4Location(Msg4Head) - 类 的构造器org.marker.weixin.msg.Msg4Location
程序内部调用
Msg4Music - org.marker.weixin.msg中的类
音乐消息
Msg4Music() - 类 的构造器org.marker.weixin.msg.Msg4Music
开发者调用
Msg4Text - org.marker.weixin.msg中的类
文本消息
Msg4Text() - 类 的构造器org.marker.weixin.msg.Msg4Text
默认构造 初始化head对象,主要由开发者调用
Msg4Text(Msg4Head) - 类 的构造器org.marker.weixin.msg.Msg4Text
此构造由程序内部接收微信服务器消息调用
Msg4Video - org.marker.weixin.msg中的类
视频消息
Msg4Video() - 类 的构造器org.marker.weixin.msg.Msg4Video
开发者调用
Msg4Video(Msg4Head) - 类 的构造器org.marker.weixin.msg.Msg4Video
构造
Msg4Voice - org.marker.weixin.msg中的类
 
Msg4Voice(Msg4Head) - 类 的构造器org.marker.weixin.msg.Msg4Voice
 
MSG_ERROR - 类 中的静态变量org.marker.weixin.msg.Msg
错误消息
MSG_ID - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
MSG_TYPE - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
MSG_TYPE_EVENT - 类 中的静态变量org.marker.weixin.msg.Msg
事件消息
MSG_TYPE_IMAGE - 类 中的静态变量org.marker.weixin.msg.Msg
图片消息
MSG_TYPE_IMAGE_TEXT - 类 中的静态变量org.marker.weixin.msg.Msg
图文消息
MSG_TYPE_LINK - 类 中的静态变量org.marker.weixin.msg.Msg
链接消息
MSG_TYPE_LOCATION - 类 中的静态变量org.marker.weixin.msg.Msg
地理位置消息
MSG_TYPE_MUSIC - 类 中的静态变量org.marker.weixin.msg.Msg
音乐消息
MSG_TYPE_TEXT - 类 中的静态变量org.marker.weixin.msg.Msg
文本消息
MSG_TYPE_VIDEO - 类 中的静态变量org.marker.weixin.msg.Msg
视频消息
MSG_TYPE_VOICE - 类 中的静态变量org.marker.weixin.msg.Msg
语音识别消息
MUSIC - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
MUSIC_URL - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
MySecurity - org.marker.utils中的类
这里是加密算法 个人博客: www.yl-blog.com 微博: http://t.qq.com/wuweiit
MySecurity() - 类 的构造器org.marker.utils.MySecurity
 
MySecurity - org.marker.weixin中的类
这里是加密算法 个人博客: www.yl-blog.com 微博: http://t.qq.com/wuweiit
MySecurity() - 类 的构造器org.marker.weixin.MySecurity
 

N

newInstance() - 类 中的静态方法org.marker.weixin.DefaultSession
创建一个Session实例

O

onErrorMsg(int) - 类 中的方法org.marker.weixin.DefaultSession
 
onErrorMsg(int) - 类 中的方法org.marker.weixin.HandleMessageAdapter
 
onErrorMsg(int) - 接口 中的方法org.marker.weixin.HandleMessageListener
错误消息
onErrorMsg(int) - 类 中的方法org.marker.weixin.Session
错误消息
onEventMsg(Msg4Event) - 类 中的方法org.marker.weixin.DefaultSession
 
onEventMsg(Msg4Event) - 类 中的方法org.marker.weixin.HandleMessageAdapter
 
onEventMsg(Msg4Event) - 接口 中的方法org.marker.weixin.HandleMessageListener
收到事件推送消息
onEventMsg(Msg4Event) - 类 中的方法org.marker.weixin.Session
收到事件推送消息
onImageMsg(Msg4Image) - 类 中的方法org.marker.weixin.DefaultSession
 
onImageMsg(Msg4Image) - 类 中的方法org.marker.weixin.HandleMessageAdapter
 
onImageMsg(Msg4Image) - 接口 中的方法org.marker.weixin.HandleMessageListener
收到图片消息
onImageMsg(Msg4Image) - 类 中的方法org.marker.weixin.Session
收到图片消息
onLinkMsg(Msg4Link) - 类 中的方法org.marker.weixin.DefaultSession
 
onLinkMsg(Msg4Link) - 类 中的方法org.marker.weixin.HandleMessageAdapter
 
onLinkMsg(Msg4Link) - 接口 中的方法org.marker.weixin.HandleMessageListener
收到链接消息
onLinkMsg(Msg4Link) - 类 中的方法org.marker.weixin.Session
收到链接消息
onLocationMsg(Msg4Location) - 类 中的方法org.marker.weixin.DefaultSession
 
onLocationMsg(Msg4Location) - 类 中的方法org.marker.weixin.HandleMessageAdapter
 
onLocationMsg(Msg4Location) - 接口 中的方法org.marker.weixin.HandleMessageListener
收到地理位置消息
onLocationMsg(Msg4Location) - 类 中的方法org.marker.weixin.Session
收到地理位置消息
onTextMsg(Msg4Text) - 类 中的方法org.marker.weixin.DefaultSession
 
onTextMsg(Msg4Text) - 类 中的方法org.marker.weixin.HandleMessageAdapter
 
onTextMsg(Msg4Text) - 接口 中的方法org.marker.weixin.HandleMessageListener
收到文本消息
onTextMsg(Msg4Text) - 类 中的方法org.marker.weixin.Session
收到文本消息
onVideoMsg(Msg4Video) - 类 中的方法org.marker.weixin.DefaultSession
 
onVideoMsg(Msg4Video) - 类 中的方法org.marker.weixin.HandleMessageAdapter
 
onVideoMsg(Msg4Video) - 接口 中的方法org.marker.weixin.HandleMessageListener
视频消息
onVideoMsg(Msg4Video) - 类 中的方法org.marker.weixin.Session
收到视频消息
onVoiceMsg(Msg4Voice) - 类 中的方法org.marker.weixin.DefaultSession
 
onVoiceMsg(Msg4Voice) - 类 中的方法org.marker.weixin.HandleMessageAdapter
 
onVoiceMsg(Msg4Voice) - 接口 中的方法org.marker.weixin.HandleMessageListener
语音识别消息
onVoiceMsg(Msg4Voice) - 类 中的方法org.marker.weixin.Session
收到语音识别消息
org.marker.config - 程序包 org.marker.config
 
org.marker.utils - 程序包 org.marker.utils
 
org.marker.weixin - 程序包 org.marker.weixin
 
org.marker.weixin.api - 程序包 org.marker.weixin.api
 
org.marker.weixin.api.domain - 程序包 org.marker.weixin.api.domain
 
org.marker.weixin.exception - 程序包 org.marker.weixin.exception
 
org.marker.weixin.msg - 程序包 org.marker.weixin.msg
 
org.marker.weixin.web - 程序包 org.marker.weixin.web
 
org.marker.weixin.web.domain - 程序包 org.marker.weixin.web.domain
 

P

PIC_URL - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
PRECISION - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
process(InputStream, OutputStream) - 类 中的方法org.marker.weixin.Session
解析微信消息,并传递给对应方法

Q

QRCode - org.marker.weixin.api.domain中的类
二维码对象
QRCode() - 类 的构造器org.marker.weixin.api.domain.QRCode
 

R

read(Document) - 类 中的方法org.marker.weixin.msg.Msg
读取消息内容
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Event
 
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Head
读取数据
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Image
 
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4ImageText
 
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Link
 
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Location
 
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Music
 
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Text
 
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Video
 
read(Document) - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
RECOGNITION - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
refreshAccessToken(String) - 类 中的静态方法org.marker.weixin.web.AccessTokenUtils
刷新access_token
removeItem(int) - 类 中的方法org.marker.weixin.msg.Msg4ImageText
 
removeOnHandleMessageListener(HandleMessageListener) - 类 中的方法org.marker.weixin.DefaultSession
移除监听器
ROOT - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 

S

SCALE - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
SCAN - 类 中的静态变量org.marker.weixin.msg.Msg4Event
用户已关注时的事件推送
SECRET - 接口 中的静态变量org.marker.config.Config
修改为开发者申请的secret密钥
send(Msg) - 类 中的方法org.marker.weixin.Session
发送消息给微信服务器
sendHttpsGET(String) - 类 中的静态方法org.marker.utils.HttpUtil
发送get请求
sendHttpsPOST(String, String) - 类 中的静态方法org.marker.utils.HttpUtil
发送post请求
Session - org.marker.weixin中的类
抽象会话 此会话声明周期在一个请求响应内。
Session() - 类 的构造器org.marker.weixin.Session
Session
setAccess_token(String) - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
setCity(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setContent(String) - 类 中的方法org.marker.weixin.msg.Msg4Text
 
setCountry(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setCreateTime(String) - 类 中的方法org.marker.weixin.msg.Msg
 
setCreateTime(String) - 类 中的方法org.marker.weixin.msg.Msg4Head
 
setDescription(String) - 类 中的方法org.marker.weixin.msg.Data4Item
 
setDescription(String) - 类 中的方法org.marker.weixin.msg.Msg4Link
 
setDescription(String) - 类 中的方法org.marker.weixin.msg.Msg4Music
 
setErrcode(String) - 类 中的方法org.marker.weixin.api.domain.QRCode
 
setErrmsg(String) - 类 中的方法org.marker.weixin.api.domain.QRCode
 
setEvent(String) - 类 中的方法org.marker.weixin.msg.Msg4Event
设置Event
setEventKey(String) - 类 中的方法org.marker.weixin.msg.Msg4Event
设置EventKey
setExpire_seconds(String) - 类 中的方法org.marker.weixin.api.domain.QRCode
 
setExpires_in(String) - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
setFormat(String) - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
setFromUserName(String) - 类 中的方法org.marker.weixin.msg.Msg
 
setFromUserName(String) - 类 中的方法org.marker.weixin.msg.Msg4Head
 
setFuncFlag(String) - 类 中的方法org.marker.weixin.msg.Msg4Image
 
setFuncFlag(String) - 类 中的方法org.marker.weixin.msg.Msg4ImageText
 
setFuncFlag(String) - 类 中的方法org.marker.weixin.msg.Msg4Music
 
setFuncFlag(String) - 类 中的方法org.marker.weixin.msg.Msg4Text
 
setHead(Msg4Head) - 类 中的方法org.marker.weixin.msg.Msg
 
setHeadimgurl(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setHQMusicUrl(String) - 类 中的方法org.marker.weixin.msg.Msg4Music
 
setKey(String) - 类 中的方法org.marker.weixin.msg.Data4Menu
 
setLabel(String) - 类 中的方法org.marker.weixin.msg.Msg4Location
 
setLatitude(String) - 类 中的方法org.marker.weixin.msg.Msg4Event
 
setLocation_X(String) - 类 中的方法org.marker.weixin.msg.Msg4Location
 
setLocation_Y(String) - 类 中的方法org.marker.weixin.msg.Msg4Location
 
setLongitude(String) - 类 中的方法org.marker.weixin.msg.Msg4Event
 
setMediaId(String) - 类 中的方法org.marker.weixin.msg.Msg4Image
 
setMediaId(String) - 类 中的方法org.marker.weixin.msg.Msg4Video
 
setMediaId(String) - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
setMsgId(String) - 类 中的方法org.marker.weixin.msg.Msg4Image
 
setMsgId(String) - 类 中的方法org.marker.weixin.msg.Msg4Link
 
setMsgId(String) - 类 中的方法org.marker.weixin.msg.Msg4Location
 
setMsgId(String) - 类 中的方法org.marker.weixin.msg.Msg4Text
 
setMsgId(String) - 类 中的方法org.marker.weixin.msg.Msg4Video
 
setMsgId(String) - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
setMsgType(String) - 类 中的方法org.marker.weixin.msg.Msg4Head
 
setMusicUrl(String) - 类 中的方法org.marker.weixin.msg.Msg4Music
 
setName(String) - 类 中的方法org.marker.weixin.msg.Data4Menu
 
setNickname(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setOpenid(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setOpenid(String) - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
setPicUrl(String) - 类 中的方法org.marker.weixin.msg.Data4Item
 
setPicUrl(String) - 类 中的方法org.marker.weixin.msg.Msg4Image
 
setPrecision(String) - 类 中的方法org.marker.weixin.msg.Msg4Event
 
setPrivilege(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setProvince(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setRecognition(String) - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
setRefresh_token(String) - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
setScale(String) - 类 中的方法org.marker.weixin.msg.Msg4Location
 
setScope(String) - 类 中的方法org.marker.weixin.web.domain.WebAccessToken
 
setSex(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setShow_qrcode_url(String) - 类 中的方法org.marker.weixin.api.domain.QRCode
 
setSub_button(List<Data4Menu>) - 类 中的方法org.marker.weixin.msg.Data4Menu
 
setThumbMediaId(String) - 类 中的方法org.marker.weixin.msg.Msg4Video
 
setTicket(String) - 类 中的方法org.marker.weixin.api.domain.QRCode
 
setTicket(String) - 类 中的方法org.marker.weixin.msg.Msg4Event
 
setTitle(String) - 类 中的方法org.marker.weixin.msg.Data4Item
 
setTitle(String) - 类 中的方法org.marker.weixin.msg.Msg4Link
 
setTitle(String) - 类 中的方法org.marker.weixin.msg.Msg4Music
 
setToUserName(String) - 类 中的方法org.marker.weixin.msg.Msg
 
setToUserName(String) - 类 中的方法org.marker.weixin.msg.Msg4Head
 
setType(String) - 类 中的方法org.marker.weixin.msg.Data4Menu
 
setUnionid(String) - 类 中的方法org.marker.weixin.web.domain.UserInfo
 
setUrl(String) - 类 中的方法org.marker.weixin.api.domain.QRCode
 
setUrl(String) - 类 中的方法org.marker.weixin.msg.Data4Item
 
setUrl(String) - 类 中的方法org.marker.weixin.msg.Data4Menu
 
setUrl(String) - 类 中的方法org.marker.weixin.msg.Msg4Link
 
SHA_1 - 类 中的静态变量org.marker.utils.MySecurity
 
SHA_1 - 类 中的静态变量org.marker.weixin.MySecurity
 
Sign - org.marker.utils中的类
微信签名
sign(String, String) - 类 中的静态方法org.marker.utils.Sign
签名
SUBSCRIBE - 类 中的静态变量org.marker.weixin.msg.Msg4Event
订阅

T

test - 程序包 test
 
THUMBMEDIAID - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
TICKET - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
TicketUtils - org.marker.utils中的类
ticket 工具类
TITLE - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
TO_USER_NAME - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
TOKEN - 类 中的静态变量test.WinXinServlet
 
TYPE_CLICK - 类 中的静态变量org.marker.weixin.msg.Data4Menu
click类型
TYPE_VIEW - 类 中的静态变量org.marker.weixin.msg.Data4Menu
view类型

U

UNSUBSCRIBE - 类 中的静态变量org.marker.weixin.msg.Msg4Event
取消订阅
URL - 接口 中的静态变量org.marker.weixin.WXXmlElementName
 
URL_ACCESSTOKEN - 类 中的静态变量org.marker.utils.MenuUtil
 
URL_ACCESSTOKEN - 类 中的静态变量org.marker.weixin.api.AccessTokenApiUtils
获取tokenURL
URL_ACCESSTOKEN - 类 中的静态变量org.marker.weixin.web.AccessTokenUtils
获取tokenURL
URL_JSAPI_TICKET - 类 中的静态变量org.marker.utils.TicketUtils
jsapi_ticke URL
URL_MENU_CREATE - 类 中的静态变量org.marker.utils.MenuUtil
 
URL_MENU_DELETE - 类 中的静态变量org.marker.utils.MenuUtil
 
URL_MENU_GET - 类 中的静态变量org.marker.utils.MenuUtil
 
URL_REFRESH_TOKEN - 类 中的静态变量org.marker.weixin.web.AccessTokenUtils
当ACCESSTOKEN 失效时调用此接口
URL_USER_INFO - 类 中的静态变量org.marker.weixin.web.AccessTokenUtils
用户信息
UserInfo - org.marker.weixin.web.domain中的类
用户信息
UserInfo() - 类 的构造器org.marker.weixin.web.domain.UserInfo
 

W

WebAccessToken - org.marker.weixin.web.domain中的类
Web页面的AccessToken
WebAccessToken() - 类 的构造器org.marker.weixin.web.domain.WebAccessToken
 
WeixinException - org.marker.weixin.exception中的异常错误
 
WeixinException(String) - 异常错误 的构造器org.marker.weixin.exception.WeixinException
 
WeixinMenuOutOfBoundException - org.marker.weixin.exception中的异常错误
 
WeixinMenuOutOfBoundException() - 异常错误 的构造器org.marker.weixin.exception.WeixinMenuOutOfBoundException
 
WeixinSubMenuOutOfBoundException - org.marker.weixin.exception中的异常错误
 
WeixinSubMenuOutOfBoundException() - 异常错误 的构造器org.marker.weixin.exception.WeixinSubMenuOutOfBoundException
 
WinXinServlet - test中的类
处理微信服务器请求的Servlet URL地址:http://xxx/weixin/dealwith.do 注意:官方文档限制使用80端口哦!
WinXinServlet() - 类 的构造器test.WinXinServlet
 
write(Document) - 类 中的方法org.marker.weixin.msg.Msg
写入消息内容
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4Event
因为此消息都是由微信服务器发送给我们的,我们不用发给微信服务器,因此不用实现write
write(Element, Document) - 类 中的方法org.marker.weixin.msg.Msg4Head
写入数据
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4Image
 
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4ImageText
 
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4Link
 
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4Location
 
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4Music
 
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4Text
 
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4Video
 
write(Document) - 类 中的方法org.marker.weixin.msg.Msg4Voice
 
WXXmlElementName - org.marker.weixin中的接口
微信XML节点名称 (可能微信的消息格式更改,故采用接口配置形式来处理,以简便应万变)
A B C D E F G H I L M N O P Q R S T U W 
跳过导航链接

Copyright © 2018. All rights reserved.