Package org.apache.axis.transport.http
Class QSMethodHandler
java.lang.Object
org.apache.axis.transport.http.AbstractQueryStringHandler
org.apache.axis.transport.http.QSMethodHandler
- All Implemented Interfaces:
QSHandler
The QSMethodHandler class is a handler which executes a given method from an
an AXIS service's WSDL definition when the query string "method" is
encountered in an AXIS servlet invocation.
- Author:
- Curtiss Howard (code mostly from AxisServlet class), Doug Davis (dug@us.ibm.com), Steve Loughran
-
Field Summary
Fields inherited from class org.apache.axis.transport.http.AbstractQueryStringHandler
exceptionLog, log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(MessageContext msgContext) Performs the action associated with this particular query string handler.Methods inherited from class org.apache.axis.transport.http.AbstractQueryStringHandler
configureFromContext, configureResponseFromAxisFault, convertExceptionToAxisFault, isDevelopment, processAxisFault, writeFault
-
Constructor Details
-
QSMethodHandler
public QSMethodHandler()
-
-
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.
-