org.apache.juddi.validator
Class ValidatorFactory

java.lang.Object
  extended by org.apache.juddi.validator.ValidatorFactory

public class ValidatorFactory
extends java.lang.Object

Implementation of Factory pattern used to create an implementation of the org.apache.juddi.validation.Validation interface. The name of the Validation implementation to create is passed to the getValidation method. If a null value is passed then the default Validation implementation "org.apache.juddi.validation.DefaultValidation" is created.

Author:
Steve Viens (sviens@apache.org)

Constructor Summary
ValidatorFactory()
           
 
Method Summary
static Validator getValidation()
          Returns a new instance of a ValidationFactory.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorFactory

public ValidatorFactory()
Method Detail

getValidation

public static Validator getValidation()
Returns a new instance of a ValidationFactory.

Returns:
Validation

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2007. All Rights Reserved.