org.apache.wsrp4j.util
Interface HandleGeneratorFactory

All Known Implementing Classes:
HandleGeneratorFactoryImpl

public interface HandleGeneratorFactory


Method Summary
 HandleGenerator getHandleGenerator()
          Returns an instance of HandleGenerator by calling the constructor of the corresponding class implementing the HandleGenerator-Interface.
 

Method Detail

getHandleGenerator

public HandleGenerator getHandleGenerator()
Returns an instance of HandleGenerator by calling the constructor of the corresponding class implementing the HandleGenerator-Interface.

Returns:
HandleGenerator An instance of a class implementing the HandleGenerator.