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


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
 

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.