Class HandlerFactory

java.lang.Object
com.sun.ts.tests.common.webclient.handler.HandlerFactory

public class HandlerFactory extends Object
The HandlerManager is responsible for returning the appropriate handler instance based on the provided value.
  • Method Details

    • getHandler

      public static Handler getHandler(String handlerName)
      Returns the appropriate handler instance based on provided discriminate (a header name).
      Parameters:
      handlerName - handler instance to obtain.