org.apache.juddi.validator
Class DefaultValidator
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultValidator
public DefaultValidator()
validate
public boolean validate(CategoryBag bag)
throws RegistryException
- Specified by:
validate
in interface Validator
- Parameters:
bag
-
- Returns:
- A DispositionReport containing the validation results
- Throws:
RegistryException
validate
public boolean validate(IdentifierBag bag)
throws RegistryException
- Specified by:
validate
in interface Validator
- Parameters:
bag
-
- Returns:
- A DispositionReport containing the validation results
- Throws:
RegistryException
validate
public boolean validate(KeyedReference ref)
throws RegistryException
- Specified by:
validate
in interface Validator
- Parameters:
ref
-
- Returns:
- A DispositionReport containing the validation results
- Throws:
RegistryException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright ? 2003 Apache Software Foundation. All rights reserved.