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

com.capgemini.ntc.webapi.core.IWebAPI Maven / Gradle / Ivy

package com.capgemini.ntc.webapi.core;

public interface IWebAPI {
	
	/**
	 * @return Generate SOAP response in String format
	 */
	public String getMessage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy