UIDGenerator class. In
contrast to what its name suggests, the getUUID() method doesn't return a
UUID. It doesn't return a valid URN with uuid NID either. See AXIS2-4527 for more
information.public class UUIDGenerator extends Object
| Constructor and Description |
|---|
UUIDGenerator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
getInitialUUID()
Deprecated.
|
static String |
getUUID()
Deprecated.
MD5 a random string with localhost/date etc will return 128 bits construct a string of 18
characters from those bits.
|
static void |
main(String[] args)
Deprecated.
|
public static String getUUID()
protected static String getInitialUUID()
public static void main(String[] args)
Copyright © The Apache Software Foundation. All Rights Reserved.