UIDGenerator
class. In contrast to what its name
suggests, the getUUID()
method doesn't return a UUID. It also doesn't return
a valid URN with uuid NID. 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 © 2004-2013 The Apache Software Foundation. All Rights Reserved.