Package org.apache.axis.transport.http
Interface QSHandler
- All Known Implementing Classes:
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.
- Author:
- Curtiss Howard
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.
-
Method Details
-
invoke
Performs the action associated with this particular query string handler.- Parameters:
msgContext
- a MessageContext object containing message context information for this query string handler.- Throws:
AxisFault
- if an error occurs.
-