Class ServiceCaller

java.lang.Object
com.smeup.kokos.sdk.caller.ServiceCaller
com.smeup.kokos.sdk.rpgle.caller.ServiceCaller
All Implemented Interfaces:
com.smeup.kokos.sdk.caller.IServiceCaller

public class ServiceCaller extends com.smeup.kokos.sdk.caller.ServiceCaller
Author:
mattia.bonardi ServiceCaller dispatch the runtime to relative service declared into fun service
  • Field Summary

    Fields inherited from class com.smeup.kokos.sdk.caller.ServiceCaller

    DEFAULT_SERVICES_PACKAGE, KOKOS_PROXY_SERVICE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    executeService(Class<? extends com.smeup.kokos.sdk.caller.KokosService> serviceClass, com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context, OutputStream out, com.smeup.kokos.sdk.util.SmeupDataStructurePrinter printer)
     

    Methods inherited from class com.smeup.kokos.sdk.caller.ServiceCaller

    changeServicePackage, dispatch, dispatchAsync, dispatchWithTimeout

    Methods inherited from class java.lang.Object

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

    • ServiceCaller

      public ServiceCaller()
  • Method Details

    • executeService

      protected void executeService(Class<? extends com.smeup.kokos.sdk.caller.KokosService> serviceClass, com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context, OutputStream out, com.smeup.kokos.sdk.util.SmeupDataStructurePrinter printer) throws Exception
      Overrides:
      executeService in class com.smeup.kokos.sdk.caller.ServiceCaller
      Throws:
      Exception