Interface HandlerInvokerFactory
- All Known Implementing Classes:
HandlerInvokerFactoryImpl
public interface HandlerInvokerFactory
Implementations of this interface is called by the EndpointController
in JAX-WS in order to serve up an instance of a HandlerInvoker.
Implementations can be registered via the FactoryRegistry.
-
Method Summary
Modifier and TypeMethodDescriptioncreateHandlerInvoker(MessageContext messageContext) Returns an instance of the HandlerInvoker class.
-
Method Details
-
createHandlerInvoker
Returns an instance of the HandlerInvoker class.
-