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