org.apache.ws.util.uuid
Class UuidGeneratorFactory

java.lang.Object
  extended byorg.apache.ws.util.uuid.UuidGeneratorFactory

public class UuidGeneratorFactory
extends java.lang.Object

A UuidGenerator factory.

Author:
Ian P. Springer

Field Summary
static java.lang.String DEFAULT_IMPL_CLASSNAME
           
 
Constructor Summary
UuidGeneratorFactory()
           
 
Method Summary
static UuidGenerator createUUIdGenerator()
           
static UuidGenerator createUUIdGenerator(java.lang.Class implClass)
           
static UuidGenerator createUUIdGenerator(java.lang.String implClassname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_IMPL_CLASSNAME

public static final java.lang.String DEFAULT_IMPL_CLASSNAME
See Also:
Constant Field Values
Constructor Detail

UuidGeneratorFactory

public UuidGeneratorFactory()
Method Detail

createUUIdGenerator

public static UuidGenerator createUUIdGenerator()
                                         throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

createUUIdGenerator

public static UuidGenerator createUUIdGenerator(java.lang.Class implClass)
                                         throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

createUUIdGenerator

public static UuidGenerator createUUIdGenerator(java.lang.String implClassname)
                                         throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.