org.apache.juddi.validator
Class DefaultValidator

java.lang.Object
  extended by org.apache.juddi.validator.DefaultValidator
All Implemented Interfaces:
Validator

public class DefaultValidator
extends java.lang.Object
implements Validator

This is a simple implementation of jUDDI's Validation interface.

Author:
Steve Viens (sviens@apache.org)

Constructor Summary
DefaultValidator()
           
 
Method Summary
 boolean validate(CategoryBag bag)
           
 boolean validate(IdentifierBag bag)
           
 boolean validate(KeyedReference ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValidator

public DefaultValidator()
Method Detail

validate

public boolean validate(CategoryBag bag)
                 throws RegistryException
Specified by:
validate in interface Validator
Returns:
A DispositionReport containing the validation results
Throws:
RegistryException

validate

public boolean validate(IdentifierBag bag)
                 throws RegistryException
Specified by:
validate in interface Validator
Returns:
A DispositionReport containing the validation results
Throws:
RegistryException

validate

public boolean validate(KeyedReference ref)
                 throws RegistryException
Specified by:
validate in interface Validator
Returns:
A DispositionReport containing the validation results
Throws:
RegistryException


Copyright © 2004-2007. All Rights Reserved.