FileDocCategorySizeDatePackage
QSHandler.javaAPI DocApache Axis 1.41359Sat Apr 22 18:57:28 BST 2006org.apache.axis.transport.http

QSHandler

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

Fields Summary
Constructors Summary
Methods Summary
public voidinvoke(org.apache.axis.MessageContext msgContext)
Performs the action associated with this particular query string handler.

param
msgContext a MessageContext object containing message context information for this query string handler.
throws
AxisFault if an error occurs.