Interface HandlerPostInvokerFactory
-
- All Known Implementing Classes:
HandlerPostInvokerFactoryImpl
public interface HandlerPostInvokerFactory
HandlerPostInvokerFactory is used to create a HandlerPostInvoker implementation class that will be called just after each JAXWS handler.handleMessage invocation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerPostInvoker
createHandlerPostInvoker()
-
-
-
Method Detail
-
createHandlerPostInvoker
HandlerPostInvoker createHandlerPostInvoker()
-
-