Class HandlerPreInvokerImpl
java.lang.Object
org.apache.axis2.jaxws.handler.impl.HandlerPreInvokerImpl
- All Implemented Interfaces:
HandlerPreInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreInvoke(jakarta.xml.ws.handler.MessageContext mc) preInvoke is called just prior to each JAXWS handler.handleMessage.
-
Constructor Details
-
HandlerPreInvokerImpl
public HandlerPreInvokerImpl()
-
-
Method Details
-
preInvoke
public void preInvoke(jakarta.xml.ws.handler.MessageContext mc) Description copied from interface:HandlerPreInvokerpreInvoke 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 set up pre-conditions for handlers, such as saving a SOAP message body, to be checked by HandlerPostInvoker for illegal modifications.- Specified by:
preInvokein interfaceHandlerPreInvoker
-