org.apache.wsrp4j.util
Interface HandleGenerator

All Known Implementing Classes:
HandleGeneratorImpl

public interface HandleGenerator


Method Summary
 java.lang.String generateHandle()
          Generates a new handle and returns it as a String.
 

Method Detail

generateHandle

public java.lang.String generateHandle()
Generates a new handle and returns it as a String. Should be a synchronized method.

Returns:
String representing the new handle.