org.apache.axis.transport.http
Interface QSHandler
- AbstractQueryStringHandler, QSListHandler, QSMethodHandler, QSWSDLHandler
public interface QSHandler
The QSHandler interface defines an interface for classes that handle the
actions necessary when a particular query string is encountered in an AXIS
servlet invocation.
void | invoke(MessageContext msgContext) - Performs the action associated with this particular query string
handler.
|
invoke
public void invoke(MessageContext msgContext)
throws AxisFault
Performs the action associated with this particular query string
handler.
msgContext
- a MessageContext object containing message context
information for this query string handler.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.