public class ValidateResponseTask extends PlanBuilderTask
Constructor and Description |
---|
ValidateResponseTask() |
Modifier and Type | Method and Description |
---|---|
PlanBuilderElem |
makeDecision(PlanBuilderElem input)
Checks that the decision plan is valid.
|
setID
public final PlanBuilderElem makeDecision(PlanBuilderElem input) throws PlanBuilderException
makeDecision
in class PlanBuilderTask
input
- PlanBuilderElem
the required data to make a decision plan.PlanBuilderElem
with the initial request and response
possibly modified in accordance to the decision making strategy.PlanBuilderException