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

cc.kebei.expands.request.webservice.WebServiceRequestInvoker Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package cc.kebei.expands.request.webservice;

public interface WebServiceRequestInvoker {
    WebServiceResult invoke(Object... param) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy