org.xins.common.spring
Class XinsCapiRequestValidator
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XinsCapiRequestValidator
public XinsCapiRequestValidator()
- Creates a new instance of XinsCapiRequestValidator.
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/.