com.inpaas.http.api.HttpClientInvocationBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inpaas-httpclient Show documentation
Show all versions of inpaas-httpclient Show documentation
HTTP Client for REST and SOAP Services
package com.inpaas.http.api;
import java.util.Map;
import com.inpaas.http.model.HttpClientInvocation;
import com.inpaas.http.model.HttpService;
public interface HttpClientInvocationBuilder {
HttpClientInvocation buildRequest(HttpService service, String operationName, Map data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy