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.
 
Methods inherited from interface com.ibm.dse.base.OperationXValidate
xValidate
 

Method Detail

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.Context
transitionName - java.lang.String
Returns:
java.lang.String[]
Throws:
java.lang.Exception -