org.apache.axis2.jaxws.handler.factory
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.
createHandlerInvoker
HandlerInvoker createHandlerInvoker(MessageContext messageContext)
- Returns an instance of the HandlerInvoker class.
Copyright © 2007 Apache Web Services Project. All Rights Reserved.