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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerInvoker
createHandlerInvoker(MessageContext messageContext)
Returns an instance of the HandlerInvoker class.
-
-
-
Method Detail
-
createHandlerInvoker
HandlerInvoker createHandlerInvoker(MessageContext messageContext)
Returns an instance of the HandlerInvoker class.
-
-