Class KokosSignatureFallbackServiceImpl

java.lang.Object
com.smeup.kokos.sdk.caller.KokosService
com.smeup.kokos.sdk.caller.KokosFallbackService
com.smeup.kokos.service.KokosSignatureFallbackServiceImpl

public class KokosSignatureFallbackServiceImpl extends com.smeup.kokos.sdk.caller.KokosFallbackService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final org.slf4j.Logger
     

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

    out, printer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    changeServicePackage(String servicePackage)
     
    void
    execute(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context)
     

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

    execute

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

    writeAction, writeButtons, writeCursor, writeDataColumn, writeDataColumns, writeDataNode, writeDataNodeClosure, writeDataRow, writeLayout, writeMessage, writeRawData, writeSch, writeSetup, writeVariable

    Methods inherited from class java.lang.Object

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

    • LOGGER

      public static final org.slf4j.Logger LOGGER
    • DEFAULT_SERVICES_PACKAGE

      public static final String DEFAULT_SERVICES_PACKAGE
      See Also:
  • Constructor Details

    • KokosSignatureFallbackServiceImpl

      public KokosSignatureFallbackServiceImpl()
  • Method Details

    • execute

      public void execute(com.smeup.kokos.sdk.fun.Fun fun, com.smeup.kokos.sdk.model.ExecutionContext context) throws Exception
      Specified by:
      execute in class com.smeup.kokos.sdk.caller.KokosFallbackService
      Throws:
      Exception
    • changeServicePackage

      public void changeServicePackage(String servicePackage)