org.apache.axis.transport.http

Class QSMethodHandler

Implemented Interfaces:
QSHandler

public class QSMethodHandler
extends AbstractQueryStringHandler

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.
Authors:
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

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

Method Details

invoke

public void invoke(MessageContext msgContext)
            throws AxisFault
Performs the action associated with this particular query string handler.
Specified by:
invoke in interface QSHandler
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.