- WxCpConfigStorage - me.chanjar.weixin.cp.config中的接口
-
微信客户端配置存储
- WxCpCryptUtil - me.chanjar.weixin.cp.util.crypto中的类
-
- WxCpCryptUtil(WxCpConfigStorage) - 类 的构造器me.chanjar.weixin.cp.util.crypto.WxCpCryptUtil
-
构造函数
- WxCpDepart - me.chanjar.weixin.cp.bean中的类
-
微信部门
- WxCpDepart() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpDepart
-
- WxCpDepartGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
- WxCpDepartGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpDepartGsonAdapter
-
- WxCpDepartmentService - me.chanjar.weixin.cp.api中的接口
-
部门管理接口
Created by BinaryWang on 2017/6/24.
- WxCpDepartmentServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
部门管理接口
Created by BinaryWang on 2017/6/24.
- WxCpDepartmentServiceImpl(WxCpService) - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpDepartmentServiceImpl
-
- WxCpGsonBuilder - me.chanjar.weixin.cp.util.json中的类
-
- WxCpGsonBuilder() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpGsonBuilder
-
- WxCpInMemoryConfigStorage - me.chanjar.weixin.cp.config中的类
-
基于内存的微信配置provider,在实际生产环境中应该将这些配置持久化
- WxCpInMemoryConfigStorage() - 类 的构造器me.chanjar.weixin.cp.config.WxCpInMemoryConfigStorage
-
- WxCpJedisConfigStorage - me.chanjar.weixin.cp.config中的类
-
Jedis client implementor for wechat config storage
- WxCpJedisConfigStorage(String, int) - 类 的构造器me.chanjar.weixin.cp.config.WxCpJedisConfigStorage
-
- WxCpJedisConfigStorage(JedisPoolConfig, String, int) - 类 的构造器me.chanjar.weixin.cp.config.WxCpJedisConfigStorage
-
- WxCpJedisConfigStorage(JedisPoolConfig, String, int, int, String) - 类 的构造器me.chanjar.weixin.cp.config.WxCpJedisConfigStorage
-
- WxCpMediaService - me.chanjar.weixin.cp.api中的接口
-
媒体管理接口
Created by BinaryWang on 2017/6/24.
- WxCpMediaServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
媒体管理接口
Created by Binary Wang on 2017-6-25.
- WxCpMediaServiceImpl(WxCpService) - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpMediaServiceImpl
-
- WxCpMenuGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
企业号菜单json转换适配器
Created by Binary Wang on 2017-6-25.
- WxCpMenuGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpMenuGsonAdapter
-
- WxCpMenuService - me.chanjar.weixin.cp.api中的接口
-
菜单管理相关接口
Created by BinaryWang on 2017/6/24.
- WxCpMenuServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
菜单管理相关接口
Created by Binary Wang on 2017-6-25.
- WxCpMenuServiceImpl(WxCpService) - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpMenuServiceImpl
-
- WxCpMessage - me.chanjar.weixin.cp.bean中的类
-
消息
- WxCpMessage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpMessage
-
- WxCpMessageGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
- WxCpMessageGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpMessageGsonAdapter
-
- WxCpMessageHandler - me.chanjar.weixin.cp.message中的接口
-
处理微信推送消息的处理器接口
- WxCpMessageInterceptor - me.chanjar.weixin.cp.message中的接口
-
微信消息拦截器,可以用来做验证
- WxCpMessageMatcher - me.chanjar.weixin.cp.message中的接口
-
消息匹配器,用在消息路由的时候
- WxCpMessageRouter - me.chanjar.weixin.cp.message中的类
-
微信消息路由器,通过代码化的配置,把来自微信的消息交给handler处理
说明:
1.
- WxCpMessageRouter(WxCpService) - 类 的构造器me.chanjar.weixin.cp.message.WxCpMessageRouter
-
- WxCpMessageRouterRule - me.chanjar.weixin.cp.message中的类
-
- WxCpMessageRouterRule(WxCpMessageRouter) - 类 的构造器me.chanjar.weixin.cp.message.WxCpMessageRouterRule
-
- WxCpMessageSendResult - me.chanjar.weixin.cp.bean中的类
-
消息发送结果对象类
Created by Binary Wang on 2017-6-22.
- WxCpMessageSendResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpMessageSendResult
-
- WxCpOAuth2Service - me.chanjar.weixin.cp.api中的接口
-
OAuth2相关管理接口
Created by BinaryWang on 2017/6/24.
- WxCpOAuth2ServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
Created by Binary Wang on 2017-6-25.
- WxCpOAuth2ServiceImpl(WxCpService) - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpOAuth2ServiceImpl
-
- WxCpService - me.chanjar.weixin.cp.api中的接口
-
微信API的Service
- WxCpServiceApacheHttpClientImpl - me.chanjar.weixin.cp.api.impl中的类
-
- WxCpServiceApacheHttpClientImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceApacheHttpClientImpl
-
- WxCpServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
默认接口实现类,使用apache httpclient实现
Created by Binary Wang on 2017-5-27.
- WxCpServiceImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceImpl
-
- WxCpServiceJoddHttpImpl - me.chanjar.weixin.cp.api.impl中的类
-
- WxCpServiceJoddHttpImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceJoddHttpImpl
-
- WxCpServiceOkHttpImpl - me.chanjar.weixin.cp.api.impl中的类
-
- WxCpServiceOkHttpImpl() - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpServiceOkHttpImpl
-
- WxCpTag - me.chanjar.weixin.cp.bean中的类
-
Created by Daniel Qian
- WxCpTag() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTag
-
- WxCpTag(String, String) - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTag
-
- WxCpTagAddOrRemoveUsersResult - me.chanjar.weixin.cp.bean中的类
-
为标签添加或移除用户结果对象类
Created by Binary Wang on 2017-6-22.
- WxCpTagAddOrRemoveUsersResult() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpTagAddOrRemoveUsersResult
-
- WxCpTagGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
- WxCpTagGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpTagGsonAdapter
-
- WxCpTagService - me.chanjar.weixin.cp.api中的接口
-
标签管理接口
Created by BinaryWang on 2017/6/24.
- WxCpTagServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
标签管理接口
Created by Binary Wang on 2017-6-25.
- WxCpTagServiceImpl(WxCpService) - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpTagServiceImpl
-
- WxCpUser - me.chanjar.weixin.cp.bean中的类
-
微信用户信息
- WxCpUser() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUser
-
- WxCpUser.Attr - me.chanjar.weixin.cp.bean中的类
-
- WxCpUser.Attr(String, String) - 类 的构造器me.chanjar.weixin.cp.bean.WxCpUser.Attr
-
- WxCpUser.Gender - me.chanjar.weixin.cp.bean中的枚举
-
- WxCpUserGsonAdapter - me.chanjar.weixin.cp.util.json中的类
-
- WxCpUserGsonAdapter() - 类 的构造器me.chanjar.weixin.cp.util.json.WxCpUserGsonAdapter
-
- WxCpUserService - me.chanjar.weixin.cp.api中的接口
-
用户管理接口
Created by BinaryWang on 2017/6/24.
- WxCpUserServiceImpl - me.chanjar.weixin.cp.api.impl中的类
-
Created by BinaryWang on 2017/6/24.
- WxCpUserServiceImpl(WxCpService) - 类 的构造器me.chanjar.weixin.cp.api.impl.WxCpUserServiceImpl
-
- WxCpXmlMessage - me.chanjar.weixin.cp.bean中的类
-
微信推送过来的消息,也是同步回复给用户的消息,xml格式
相关字段的解释看微信开发者文档:
http://mp.weixin.qq.com/wiki/index.php?
- WxCpXmlMessage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlMessage
-
- WxCpXmlMessage.ScanCodeInfo - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlMessage.ScanCodeInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlMessage.ScanCodeInfo
-
- WxCpXmlMessage.SendLocationInfo - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlMessage.SendLocationInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlMessage.SendLocationInfo
-
- WxCpXmlMessage.SendPicsInfo - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlMessage.SendPicsInfo() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlMessage.SendPicsInfo
-
- WxCpXmlMessage.SendPicsInfo.Item - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlMessage.SendPicsInfo.Item() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlMessage.SendPicsInfo.Item
-
- WxCpXmlOutImageMessage - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlOutImageMessage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlOutImageMessage
-
- WxCpXmlOutMessage - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlOutMessage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlOutMessage
-
- WxCpXmlOutNewsMessage - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlOutNewsMessage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlOutNewsMessage
-
- WxCpXmlOutNewsMessage.Item - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlOutNewsMessage.Item() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlOutNewsMessage.Item
-
- WxCpXmlOutTextMessage - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlOutTextMessage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlOutTextMessage
-
- WxCpXmlOutVideoMessage - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlOutVideoMessage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlOutVideoMessage
-
- WxCpXmlOutVideoMessage.Video - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlOutVideoMessage.Video() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlOutVideoMessage.Video
-
- WxCpXmlOutVoiceMessage - me.chanjar.weixin.cp.bean中的类
-
- WxCpXmlOutVoiceMessage() - 类 的构造器me.chanjar.weixin.cp.bean.WxCpXmlOutVoiceMessage
-