jadex.webservice.examples.ws.banking.IBankingService Maven / Gradle / Ivy
package jadex.webservice.examples.ws.banking;
import jadex.commons.future.IFuture;
/**
* The Jadex asynchronous banking service.
*/
public interface IBankingService
{
/**
* Get the account statement.
* @param request The request.
* @return The account statement.
*/
public IFuture getAccountStatement(Request request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy