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

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

There is a newer version: 0.6.10
Show newest version
package com.inpaas.http.api;

import com.inpaas.http.model.HttpClientInvocation;
import com.inpaas.http.model.HttpService;

public interface HttpServiceProvider {

	HttpService getServiceById(Integer id);
	
	HttpService getServiceByKey(String key);
	
	void setServiceDefinition(HttpService httpService);
	
	void createServiceInvocation(HttpClientInvocation invocation);

	void updateServiceInvocation(HttpClientInvocation invocation);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy