Class 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BankingAgent

        public BankingAgent()