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 class
FastUUIDGen
Creates time-based UUID's.class
SimpleUUIDGen
Used 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 UUIDGen
UUIDGenFactory. getUUIDGen()
Returns an instance of UUIDGen
-