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

com.inpaas.http.api.HttpClientInvocationBuilder Maven / Gradle / Ivy

There is a newer version: 0.6.10
Show newest version
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