All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.seejoke.wechat.api.WxMessageInterceptor Maven / Gradle / Ivy

package com.seejoke.wechat.api;

import com.seejoke.wechat.entity.WxXmlMessage;
import com.seejoke.wechat.exception.WxErrorException;

import java.util.Map;

public interface WxMessageInterceptor {

	boolean intercept(WxXmlMessage wxMessage, Map context, IService iService)
			throws WxErrorException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy