Class HandlerFactory
java.lang.Object
ee.jakarta.tck.ws.rs.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.
-