Utils.Requests.IRequestor Maven / Gradle / Ivy
package Utils.Requests;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import javax.xml.soap.SOAPException;
import org.apache.http.client.ClientProtocolException;
import Exceptions.AuthException;
import Exceptions.GeneralException;
import Utils.Responses.IResponse;
public interface IRequestor {
public IResponse sendRequest(IRequest request) throws GeneralException, AuthException, GeneralException, UnsupportedEncodingException, ClientProtocolException, IOException, SOAPException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy