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 SummaryModifier and TypeMethodDescriptionstatic HandlergetHandler(String handlerName) Returns the appropriate handler instance based on provided discriminate (a header name).
- 
Method Details- 
getHandlerReturns the appropriate handler instance based on provided discriminate (a header name).- Parameters:
- handlerName- handler instance to obtain.
 
 
-