Uses of Class
com.zone.weixin4j.exception.HttpResponseException
-
Packages that use HttpResponseException Package Description com.zone.weixin4j.dispatcher com.zone.weixin4j.service com.zone.weixin4j.service.impl -
-
Uses of HttpResponseException in com.zone.weixin4j.dispatcher
Methods in com.zone.weixin4j.dispatcher that throw HttpResponseException Modifier and Type Method Description WeixinResponse
WeixinMessageDispatcher. doDispatch(WeixinRequest request)
对消息进行一系列的处理,包括 拦截、匹配、分发等动作protected WeixinResponse
WeixinMessageDispatcher. noHandlerFound(WeixinRequest request, WeixinMessage message)
未匹配到handler时触发 -
Uses of HttpResponseException in com.zone.weixin4j.service
Methods in com.zone.weixin4j.service that throw HttpResponseException 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 HttpResponseException in com.zone.weixin4j.service.impl
Methods in com.zone.weixin4j.service.impl that throw HttpResponseException Modifier and Type Method Description protected WeixinResponse
WxServiceImpl. doGet(WeixinRequest request)
处理Get请求protected WeixinResponse
WxServiceImpl. doPost(WeixinRequest request)
处理Post请求protected WeixinResponse
WxServiceImpl. otherwise(WeixinRequest weixinRequest)
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
-