Package org.apache.axis2.jaxws.handler
Interface HandlerPreInvoker
-
- All Known Implementing Classes:
HandlerPreInvokerImpl
public interface HandlerPreInvoker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
preInvoke(MessageContext mc)
preInvoke is called just prior to each JAXWS handler.handleMessage.
-
-
-
Method Detail
-
preInvoke
void preInvoke(MessageContext mc)
preInvoke 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.- Parameters:
mc
-
-
-