Uses of Class
org.apache.axis.transport.http.AbstractQueryStringHandler
-
Packages that use AbstractQueryStringHandler Package Description org.apache.axis.transport.http -
-
Uses of AbstractQueryStringHandler in org.apache.axis.transport.http
Subclasses of AbstractQueryStringHandler in org.apache.axis.transport.http Modifier and Type Class Description class
QSListHandler
The QSListHandler class is a handler which lists the AXIS Server's configuration when the query string "list" is encountered in an AXIS servlet invocation.class
QSMethodHandler
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.class
QSWSDLHandler
The QSWSDLHandler class is a handler which provides an AXIS service's WSDL document when the query string "wsdl" (ignoring case) is encountered in an AXIS servlet invocation.
-