Class BankingAgent
- java.lang.Object
- 
- jadex.webservice.examples.ws.banking.BankingAgent
 
- 
 public class BankingAgent extends java.lang.ObjectBanking agent that offers a banking service. This example shows how a Jadex service can be automatically published as web service with a synchronous interfaces. The @Publish annotation requires the publishing type (e.g. web service), the id (e.g. a web service url) and the service type, i.e. interface to be specified.
- 
- 
Constructor SummaryConstructors Constructor Description BankingAgent()
 
-