org.apache.juddi.uuidgen
Class UUIDGenFactory

java.lang.Object
  |
  +--org.apache.juddi.uuidgen.UUIDGenFactory

public abstract class UUIDGenFactory
extends java.lang.Object

Used to create the org.apache.juddi.uuidgen.UUIDGen implementation as specified by the 'juddi.uuidgen.impl' property. Defaults to org.apache.juddi.uuidgen.SecureUUIDGen if an implementation is not specified.

Author:
Steve Viens (sviens@apache.org)

Constructor Summary
UUIDGenFactory()
           
 
Method Summary
static UUIDGen getUUIDGen()
          Returns a new instance of a UUIDGenFactory.
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

UUIDGenFactory

public UUIDGenFactory()
Method Detail

getUUIDGen

public static UUIDGen getUUIDGen()
Returns a new instance of a UUIDGenFactory.

Returns:
UUIDGen

main

public static void main(java.lang.String[] args)


Copyright © 2003 Apache Software Foundation. All rights reserved.