|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.wsn.util.IdGenerator
public class IdGenerator
Generator for Globally unique Strings.
Constructor Summary | |
---|---|
IdGenerator()
|
|
IdGenerator(String prefix)
Construct an IdGenerator |
Method Summary | |
---|---|
String |
generateId()
Generate a unqiue id |
String |
generateSanitizedId()
Generate a unique ID - that is friendly for a URL or file system |
static String |
getHostName()
As we have to find the hostname as a side-affect of generating a unique stub, we allow it's easy retrevial here |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdGenerator()
public IdGenerator(String prefix)
Method Detail |
---|
public static String getHostName()
public String generateId()
public String generateSanitizedId()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |