Package org.apache.axis2.jaxws.handler
Interface HandlerPostInvoker
-
- All Known Implementing Classes:
HandlerPostInvokerImpl
public interface HandlerPostInvoker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postInvoke(MessageContext mc)
postInvoke is called just prior to each JAXWS handler.handleMessage.
-
-
-
Method Detail
-
postInvoke
void postInvoke(MessageContext mc)
postInvoke is called just prior to each JAXWS handler.handleMessage. Implementations may need to check if we are inbound or outbound, and client or server. Implementations may validate the pre-conditions for handlers, such as saving a SOAP message body, that were registered by HandlerPreInvoker.- Parameters:
mc
-
-
-