org.apache.axis.components.uuid
Class SimpleUUIDGen
java.lang.Object
org.apache.axis.components.uuid.SimpleUUIDGen
- UUIDGen
public class SimpleUUIDGen
extends java.lang.Object
Used to create new universally unique identifiers or UUID's (sometimes called
GUID's). UDDI UUID's are allways formmated according to DCE UUID conventions.
nextUUID
public String nextUUID()
Creates a new UUID. The algorithm used is described by The Open Group.
See
Universal Unique Identifier for more details.
Due to a lack of functionality in Java, a part of the UUID is a secure
random. This results in a long processing time when this method is called
for the first time.
- nextUUID in interface UUIDGen
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.