public class KeywordExecutor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEYWORD_CLASSES |
static String |
KEYWORD_CLASSES_DELIMITER |
static String |
VALIDATE_PROPERTIES |
Constructor and Description |
---|
KeywordExecutor(boolean throwExceptionOnError) |
Modifier and Type | Method and 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) |
public static final String VALIDATE_PROPERTIES
public static final String KEYWORD_CLASSES
public static final String KEYWORD_CLASSES_DELIMITER
public boolean isThrowExceptionOnError()
public void setThrowExceptionOnError(boolean throwExceptionOnError)
public Output<javax.json.JsonObject> handle(Input<javax.json.JsonObject> input, AbstractSession tokenSession, AbstractSession tokenReservationSession, Map<String,String> properties) throws Exception
Exception
Copyright © 2020. All rights reserved.