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

net.sf.weixinmp.ResponseHandler Maven / Gradle / Ivy

package net.sf.weixinmp;
/**
 * weixinrequest数据处理句柄
 * @author Alex
 *
 */
public interface ResponseHandler {
	public void handle(String jsonString);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy