Uses of Interface
org.apache.axis.components.uuid.UUIDGen
-
Packages that use UUIDGen Package Description org.apache.axis.components.uuid -
-
Uses of UUIDGen in org.apache.axis.components.uuid
Classes in org.apache.axis.components.uuid that implement UUIDGen Modifier and Type Class Description classFastUUIDGenCreates time-based UUID's.classSimpleUUIDGenUsed to create new universally unique identifiers or UUID's (sometimes called GUID's).Methods in org.apache.axis.components.uuid that return UUIDGen Modifier and Type Method Description static UUIDGenUUIDGenFactory. getUUIDGen()Returns an instance of UUIDGen
-