|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.validator.ValidatorFactory
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.
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 |
public ValidatorFactory()
Method Detail |
public static Validator getValidation()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |