org.apache.axis.transport.http

Interface QSHandler

Known Implementing Classes:
AbstractQueryStringHandler, QSListHandler, QSMethodHandler, QSWSDLHandler

public interface QSHandler

The QSHandler interface defines an interface for classes that handle the actions necessary when a particular query string is encountered in an AXIS servlet invocation.

Author:
Curtiss Howard

Method Summary

void
invoke(MessageContext msgContext)
Performs the action associated with this particular query string handler.

Method Details

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 B) 2005 Apache Web Services Project. All Rights Reserved.