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