Class BankingAgent
- java.lang.Object
-
- jadex.webservice.examples.rs.banking.BankingAgent
-
public class BankingAgent extends java.lang.Object
Banking 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 Summary
Constructors Constructor Description BankingAgent()
-