Uses of Interface
org.apache.ws.util.uuid.UuidGenerator

Packages that use UuidGenerator
org.apache.ws.util.uuid   
org.apache.ws.util.uuid.impl   
 

Uses of UuidGenerator in org.apache.ws.util.uuid
 

Methods in org.apache.ws.util.uuid that return UuidGenerator
static UuidGenerator UuidGeneratorFactory.createUUIdGenerator()
           
static UuidGenerator UuidGeneratorFactory.createUUIdGenerator(java.lang.Class implClass)
           
static UuidGenerator UuidGeneratorFactory.createUUIdGenerator(java.lang.String implClassname)
           
 

Uses of UuidGenerator in org.apache.ws.util.uuid.impl
 

Classes in org.apache.ws.util.uuid.impl that implement UuidGenerator
 class FastUuidGenerator
          Creates time-based UUID's.
 class JugUuidGenerator
          A UuidGenerator implementation that uses JUG, an opensource Java UUID generation library.
 



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