Package step.handlers.javahandler
Class KeywordExecutor
java.lang.Object
step.handlers.javahandler.KeywordExecutor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOutput<javax.json.JsonObject>
handle
(Input<javax.json.JsonObject> input, AbstractSession tokenSession, AbstractSession tokenReservationSession, Map<String, String> properties) boolean
void
setThrowExceptionOnError
(boolean throwExceptionOnError)
-
Field Details
-
VALIDATE_PROPERTIES
- See Also:
-
KEYWORD_CLASSES
- See Also:
-
KEYWORD_CLASSES_DELIMITER
- See Also:
-
-
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
-