org.apache.axiom.om.util
Class UUIDGenerator
java.lang.Object
org.apache.axiom.om.util.UUIDGenerator
Deprecated. Please use one of the specialized methods in the
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
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UUIDGenerator
public UUIDGenerator()
- Deprecated.
getUUID
public 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.
- Returns:
- string
getInitialUUID
protected static String getInitialUUID()
- Deprecated.
main
public static void main(String[] args)
- Deprecated.
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.