IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.automaton.html
Interface ProcessorXValidate

All Superinterfaces:
OperationXValidate
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.


Field Summary
static java.lang.String COPYRIGHT
           
 
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.btt.base.OperationXValidate
validate, xValidate
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

xValidate

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011