com.servingxml.components.recordio
Class ValidateRecord

java.lang.Object
  extended by com.servingxml.components.recordio.ValidateRecord
All Implemented Interfaces:
Validator

public class ValidateRecord
extends java.lang.Object
implements Validator


Constructor Summary
ValidateRecord(Name recordTypeName, Validator[] validators, SubstitutionExpr messageExpr)
           
 
Method Summary
 boolean validate(ServiceContext context, Flow flow, java.util.List<java.lang.String> failures)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateRecord

public ValidateRecord(Name recordTypeName,
                      Validator[] validators,
                      SubstitutionExpr messageExpr)
Method Detail

validate

public boolean validate(ServiceContext context,
                        Flow flow,
                        java.util.List<java.lang.String> failures)
Specified by:
validate in interface Validator