com.ibm.dse.automaton.html
Interface ProcessorXValidate
- All Known Implementing Classes:
- HtmlProcessorXValidate
- public interface ProcessorXValidate
- extends OperationXValidate
Abstract definition of a validator class. It extends the behaviour
of OperationXValidate, to support data validation for processors.
Method Summary |
java.lang.String[] |
xValidate(Context context,
java.lang.String transitionName)
This method should contain the logic for validating data passed in the
context supplied as argument. |
xValidate
public java.lang.String[] xValidate(Context context,
java.lang.String transitionName)
throws java.lang.Exception
- This method should contain the logic for validating data passed in the
context supplied as argument. Several different contexes can be passed
in to this method, and implementors should decide what validation to do
based on the string argument.
- Parameters:
context
- com.ibm.dse.base.ContexttransitionName
- java.lang.String- Returns:
- java.lang.String[]
- Throws:
- java.lang.Exception -