Package com.zone.weixin4j.service
Interface WxService
-
- All Known Implementing Classes:
WxServiceImpl
public interface WxService
Created by Yz on 2017/3/14. WxServiceImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeixinResponse
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)
String
transferResponse(WeixinResponse weixinResponse)
-
-
-
Method Detail
-
processRequest
WeixinResponse 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) throws WeixinException, HttpResponseException, MessageInterceptorException
-
transferResponse
String transferResponse(WeixinResponse weixinResponse) throws WeixinException
- Throws:
WeixinException
-
-