org.apache.ws.addressing.uuid
Class AxisUUIdGenerator

java.lang.Object
  extended by org.apache.ws.addressing.uuid.AxisUUIdGenerator
All Implemented Interfaces:
UUIdGenerator

public class AxisUUIdGenerator
extends java.lang.Object
implements UUIdGenerator

A UUIdGenerator implementation that uses the UUID generator that comes with Apache Axis.

Author:
Ian P. Springer, Rodrigo Ruiz

Constructor Summary
AxisUUIdGenerator()
           
 
Method Summary
 java.lang.String generateUUId()
          Generate a Universally Unique IDentifier (UUID).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisUUIdGenerator

public AxisUUIdGenerator()
Method Detail

generateUUId

public java.lang.String generateUUId()
Generate a Universally Unique IDentifier (UUID).

IMPORTANT: This method must be thread-safe.

Specified by:
generateUUId in interface UUIdGenerator
Returns:
a Universally Unique IDentifier (UUID)


Copyright © 2008-2009 Rodrigo Ruiz. All Rights Reserved.