com.codestreet.messageforge
Interface RValidatableBean


public interface RValidatableBean

Interface implemented by beans that can be validated by the framework.

Author:
Jawaid Hakim

Method Summary
 void validate()
          Validate bean instance.
 

Method Detail

validate

public void validate()
              throws BeanValidationException
Validate bean instance.

Throws:
BeanValidationException


Copyright © 2003-2006 CodeStreet. All Rights Reserved.