Class HandlerInvokerFactoryImpl
java.lang.Object
org.apache.axis2.jaxws.handler.factory.impl.HandlerInvokerFactoryImpl
- All Implemented Interfaces:
HandlerInvokerFactory
This is the default implementation of the HandlerInvokerFactory,
and it will be registered with the FactoryRegistry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHandlerInvoker(MessageContext messageContext) Returns an instance of the HandlerInvoker class.
-
Constructor Details
-
HandlerInvokerFactoryImpl
public HandlerInvokerFactoryImpl()
-
-
Method Details
-
createHandlerInvoker
Description copied from interface:HandlerInvokerFactoryReturns an instance of the HandlerInvoker class.- Specified by:
createHandlerInvokerin interfaceHandlerInvokerFactory
-