Class HandlerFactory
java.lang.Object
com.sun.ts.tests.common.webclient.handler.HandlerFactory
The HandlerManager is responsible for returning the appropriate handler instance based on the provided value.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Handler
getHandler
(String handlerName) Returns the appropriate handler instance based on provided discriminate (a header name).
-
Method Details
-
getHandler
Returns the appropriate handler instance based on provided discriminate (a header name).- Parameters:
handlerName
- handler instance to obtain.
-