org.jboss.jca.validator
Class Validator

java.lang.Object
  extended by org.jboss.jca.validator.Validator

public class Validator
extends Object

Validator


Constructor Summary
Validator()
          Constructor
 
Method Summary
 ResourceBundle getResourceBundle()
          Get the resource bundle
 List<Failure> validate(List<Validate> objects)
          Validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validator

public Validator()
Constructor

Method Detail

getResourceBundle

public ResourceBundle getResourceBundle()
Get the resource bundle

Returns:
The resource bundle

validate

public List<Failure> validate(List<Validate> objects)
Validate

Parameters:
objects - Objects that should be validated
Returns:
The list of failures; null if no errors


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)