Class HandlerPostInvokerImpl
java.lang.Object
org.apache.axis2.jaxws.handler.impl.HandlerPostInvokerImpl
- All Implemented Interfaces:
HandlerPostInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(jakarta.xml.ws.handler.MessageContext mc) postInvoke is called just prior to each JAXWS handler.handleMessage.
-
Constructor Details
-
HandlerPostInvokerImpl
public HandlerPostInvokerImpl()
-
-
Method Details
-
postInvoke
public void postInvoke(jakarta.xml.ws.handler.MessageContext mc) Description copied from interface:HandlerPostInvokerpostInvoke 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.- Specified by:
postInvokein interfaceHandlerPostInvoker
-