org.apache.axis.transport.http
Class QSListHandler

java.lang.Object
  extended by org.apache.axis.transport.http.AbstractQueryStringHandler
      extended by org.apache.axis.transport.http.QSListHandler
All Implemented Interfaces:
QSHandler

public class QSListHandler
extends AbstractQueryStringHandler

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.

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
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

QSListHandler

public QSListHandler()
Method Detail

invoke

public 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.


Copyright ? 2005 Apache Web Services Project. All Rights Reserved.