Package step.handlers.javahandler
Class KeywordExecutor
- java.lang.Object
-
- step.handlers.javahandler.KeywordExecutor
-
public class KeywordExecutor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
KEYWORD_CLASSES
static String
KEYWORD_CLASSES_DELIMITER
static String
VALIDATE_PROPERTIES
-
Constructor Summary
Constructors Constructor Description KeywordExecutor(boolean throwExceptionOnError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Output<javax.json.JsonObject>
handle(Input<javax.json.JsonObject> input, AbstractSession tokenSession, AbstractSession tokenReservationSession, Map<String,String> properties)
boolean
isThrowExceptionOnError()
void
setThrowExceptionOnError(boolean throwExceptionOnError)
-
-
-
Field Detail
-
VALIDATE_PROPERTIES
public static final String VALIDATE_PROPERTIES
- See Also:
- Constant Field Values
-
KEYWORD_CLASSES
public static final String KEYWORD_CLASSES
- See Also:
- Constant Field Values
-
KEYWORD_CLASSES_DELIMITER
public static final String KEYWORD_CLASSES_DELIMITER
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-