Package org.apache.synapse.util
Class UUIDGenerator
- java.lang.Object
-
- org.apache.synapse.util.UUIDGenerator
-
@Deprecated public class UUIDGenerator extends Object
Deprecated.Axiom now contains a better and safer UUIDGenerator. Hence use one of the specialized methods in theUIDGeneratorclass instead of this.This is a thread-safe version of the Axiom UUIDGenerator to be used until it is fixed in the next Axiom release
-
-
Constructor Summary
Constructors Constructor Description UUIDGenerator()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected static StringgetInitialUUID()Deprecated.static StringgetUUID()Deprecated.MD5 a random string with localhost/date etc will return 128 bits construct a string of 18 characters from those bits.
-