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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
invoke(MessageContext msgContext)
Performs the action associated with this particular query string handler.
-
-
-
Method Detail
-
invoke
void invoke(MessageContext msgContext) throws AxisFault
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.
-
-