Class QSMethodHandler

  • All 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.
    Author:
    Curtiss Howard (code mostly from AxisServlet class), Doug Davis (dug@us.ibm.com), Steve Loughran
    • Constructor Detail

      • QSMethodHandler

        public QSMethodHandler()
    • 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.