org.xins.common.spring
Class XinsCapiRequestValidator

java.lang.Object
  extended byorg.xins.common.spring.XinsCapiRequestValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class XinsCapiRequestValidator
extends Object
implements org.springframework.validation.Validator

Validator for the request object that should be sent to the CAPI call. This class requires the Spring library.

Since:
XINS 2.0
Version:
$Revision: 1.4 $ $Date: 2007/09/18 11:21:08 $
Author:
Anthony Goubard

Constructor Summary
XinsCapiRequestValidator()
          Creates a new instance of XinsCapiRequestValidator.
 
Method Summary
 boolean supports(Class beanClass)
           
 void validate(Object bean, org.springframework.validation.Errors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XinsCapiRequestValidator

public XinsCapiRequestValidator()
Creates a new instance of XinsCapiRequestValidator.

Method Detail

supports

public boolean supports(Class beanClass)
Specified by:
supports in interface org.springframework.validation.Validator

validate

public void validate(Object bean,
                     org.springframework.validation.Errors errors)
Specified by:
validate in interface org.springframework.validation.Validator


See http://www.xins.org/.