org.apache.wsrp4j.util
Class HandleGeneratorFactoryImpl

java.lang.Object
  extended byorg.apache.wsrp4j.util.HandleGeneratorFactoryImpl
All Implemented Interfaces:
HandleGeneratorFactory

public class HandleGeneratorFactoryImpl
extends java.lang.Object
implements HandleGeneratorFactory

Version:
$Id: HandleGeneratorFactoryImpl.java,v 1.5 2005/08/10 15:10:23 cziegeler Exp $

Field Summary
private static HandleGeneratorImpl generator
           
 
Constructor Summary
HandleGeneratorFactoryImpl()
           
 
Method Summary
 HandleGenerator getHandleGenerator()
          Returns an new handle and returns it as a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generator

private static HandleGeneratorImpl generator
Constructor Detail

HandleGeneratorFactoryImpl

public HandleGeneratorFactoryImpl()
Method Detail

getHandleGenerator

public HandleGenerator getHandleGenerator()
Returns an new handle and returns it as a String.

Specified by:
getHandleGenerator in interface HandleGeneratorFactory
Returns:
String representing the new handle.


--