Uses of Interface
org.apache.axis.transport.http.QSHandler
-
Packages that use QSHandler Package Description org.apache.axis.transport.http -
-
Uses of QSHandler in org.apache.axis.transport.http
Classes in org.apache.axis.transport.http that implement QSHandler Modifier and Type Class Description classAbstractQueryStringHandlerAn optional base class for query string handlers; provides various helper methods and extracts things from the the message contextclassQSListHandlerThe QSListHandler class is a handler which lists the AXIS Server's configuration when the query string "list" is encountered in an AXIS servlet invocation.classQSMethodHandlerThe 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.classQSWSDLHandlerThe 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.
-