Class KeywordExecutor

java.lang.Object
step.handlers.javahandler.KeywordExecutor

public class KeywordExecutor extends Object
  • Field Details

  • Constructor Details

    • KeywordExecutor

      public KeywordExecutor(boolean throwExceptionOnError)
  • Method Details

    • isThrowExceptionOnError

      public boolean isThrowExceptionOnError()
    • setThrowExceptionOnError

      public void setThrowExceptionOnError(boolean throwExceptionOnError)
    • handle

      public Output<javax.json.JsonObject> handle(Input<javax.json.JsonObject> input, AbstractSession tokenSession, AbstractSession tokenReservationSession, Map<String,String> properties) throws Exception
      Throws:
      Exception