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

jadex.webservice.examples.ws.banking.IWSBankingService Maven / Gradle / Ivy

package jadex.webservice.examples.ws.banking;

/**
 *  Interface that is used as web service.
 */
public interface IWSBankingService
{
	/**
	 *  Get an account statement.
	 *  @param request The request.
	 *  @return The account statement.
	 */
	public AccountStatement getAccountStatement(Request request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy