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

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

package cc.kebei.expands.request.webservice;

public interface WebServiceRequestBuilder {
    WebServiceRequest wsdl(String wsdl) throws Exception;

    WebServiceRequest wsdl(String wsdl, String url) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy