|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.transport.http.AbstractQueryStringHandler
org.apache.axis.transport.http.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.
Field Summary |
Fields inherited from class org.apache.axis.transport.http.AbstractQueryStringHandler |
exceptionLog, log |
Constructor Summary | |
QSListHandler()
|
Method Summary | |
void |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QSListHandler()
Method Detail |
public void invoke(MessageContext msgContext) throws AxisFault
msgContext
- a MessageContext object containing message context
information for this query string handler.
AxisFault
- if an error occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |