ca.intelliware.amakihi.validator
Class ExceptionValidator

java.lang.Object
  |
  +--ca.intelliware.amakihi.validator.ExceptionValidator
All Implemented Interfaces:
ResponseValidationStrategy

public class ExceptionValidator
extends java.lang.Object
implements ResponseValidationStrategy


Constructor Summary
ExceptionValidator()
           
 
Method Summary
 void addRule(java.lang.String rule)
           
 void validate(org.w3c.dom.Element actualOutput, org.w3c.dom.Element expectedOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionValidator

public ExceptionValidator()
Method Detail

validate

public void validate(org.w3c.dom.Element actualOutput,
                     org.w3c.dom.Element expectedOutput)
              throws ValidationException
Specified by:
validate in interface ResponseValidationStrategy

addRule

public void addRule(java.lang.String rule)
             throws ValidationRuleNotSupportedException,
                    InconsistentValidationRuleException
Specified by:
addRule in interface ResponseValidationStrategy
See Also:
ResponseValidationStrategy.addRule(String)


Copyright 2002 Intelliware Development. All Rights Reserved.