Uses of Class
com.zone.weixin4j.exception.MessageInterceptorException
-
Packages that use MessageInterceptorException Package Description com.zone.weixin4j.dispatcher com.zone.weixin4j.service com.zone.weixin4j.service.impl -
-
Uses of MessageInterceptorException in com.zone.weixin4j.dispatcher
Methods in com.zone.weixin4j.dispatcher that throw MessageInterceptorException Modifier and Type Method Description WeixinResponse
WeixinMessageDispatcher. doDispatch(WeixinRequest request)
对消息进行一系列的处理,包括 拦截、匹配、分发等动作 -
Uses of MessageInterceptorException in com.zone.weixin4j.service
Methods in com.zone.weixin4j.service that throw MessageInterceptorException Modifier and Type Method Description WeixinResponse
WxService. processRequest(String uri, String encryptType, String echostr, String timestamp, String nonce, String signature, String msg_signature, String messageContent, AesToken aesToken, javax.servlet.http.HttpServletRequest request)
-
Uses of MessageInterceptorException in com.zone.weixin4j.service.impl
Methods in com.zone.weixin4j.service.impl that throw MessageInterceptorException Modifier and Type Method Description protected WeixinResponse
WxServiceImpl. doPost(WeixinRequest request)
处理Post请求WeixinResponse
WxServiceImpl. processRequest(String uri, String encrypt_type, String echostr, String timestamp, String nonce, String signature, String msg_signature, String messageContent, AesToken aesToken, javax.servlet.http.HttpServletRequest request)
处理Request
-