Class BankingService
- java.lang.Object
- 
- jadex.webservice.examples.ws.banking.BankingService
 
- 
- All Implemented Interfaces:
- IBankingService
 
 public class BankingService extends java.lang.Object implements IBankingService The Jadex implementation of the banking service.
- 
- 
Constructor SummaryConstructors Constructor Description BankingService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<AccountStatement>getAccountStatement(Request request)Get an account statement.
 
- 
- 
- 
Method Detail- 
getAccountStatementpublic IFuture<AccountStatement> getAccountStatement(Request request) Get an account statement.- Specified by:
- getAccountStatementin interface- IBankingService
- Parameters:
- request- The request.
- Returns:
- The account statement.
 
 
- 
 
-