org.apache.ws.addressing.uuid
Class UUIdGeneratorFactory

java.lang.Object
  extended by org.apache.ws.addressing.uuid.UUIdGeneratorFactory

public final class UUIdGeneratorFactory
extends java.lang.Object

A UUIdGenerator factory.

Author:
Ian P. Springer, Rodrigo Ruiz

Method Summary
static UUIdGenerator getGenerator()
          Creates a generator, using the default implementation (JUG dependent).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGenerator

public static UUIdGenerator getGenerator()
Creates a generator, using the default implementation (JUG dependent).

Returns:
Generator instance


Copyright © 2008-2009 Rodrigo Ruiz. All Rights Reserved.