org.apache.cxf.management.web.browser.client.service.settings
Class IdentifierGeneratorImpl

java.lang.Object
  extended by org.apache.cxf.management.web.browser.client.service.settings.IdentifierGeneratorImpl
All Implemented Interfaces:
IdentifierGenerator

public class IdentifierGeneratorImpl
extends Object
implements IdentifierGenerator


Constructor Summary
IdentifierGeneratorImpl()
           
 
Method Summary
 String generateUUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifierGeneratorImpl

public IdentifierGeneratorImpl()
Method Detail

generateUUID

public final String generateUUID()
Specified by:
generateUUID in interface IdentifierGenerator


Apache CXF