Class RestServiceAgent


  • public class RestServiceAgent
    extends java.lang.Object
    Convenience agent that wraps a normal rest web service as Jadex service. In this way the web service can be used by active components in the same way as normal Jadex component services.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IInternalAccess agent
      The micro agent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object createServiceImplementation​(java.lang.Class<?> type, java.lang.Class<?> impl)
      Create a wrapper service implementation based on mapping information.
      • Methods inherited from class java.lang.Object

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

      • RestServiceAgent

        public RestServiceAgent()
    • Method Detail

      • createServiceImplementation

        public java.lang.Object createServiceImplementation​(java.lang.Class<?> type,
                                                            java.lang.Class<?> impl)
        Create a wrapper service implementation based on mapping information.