Class HandlerPreInvokerFactoryImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.handler.factory.impl.HandlerPreInvokerFactoryImpl
-
- All Implemented Interfaces:
HandlerPreInvokerFactory
public class HandlerPreInvokerFactoryImpl extends Object implements HandlerPreInvokerFactory
HandlerPreInvokerFactoryImpl - the default implementation of HandlerPreInvokerFactory. An instance of this class should be registered with the FactoryRegistry.
-
-
Constructor Summary
Constructors Constructor Description HandlerPreInvokerFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandlerPreInvoker
createHandlerPreInvoker()
-
-
-
Method Detail
-
createHandlerPreInvoker
public HandlerPreInvoker createHandlerPreInvoker()
- Specified by:
createHandlerPreInvoker
in interfaceHandlerPreInvokerFactory
-
-