Interface WebService

    • Field Detail

      • ROOT_WEB_SERVICE_ATTRIBUTE

        static final java.lang.String ROOT_WEB_SERVICE_ATTRIBUTE
        ServletContext attribute name used to obtain the root WebService object.
      • STANDALONE_WEB_SERVICE_ATTRIBUTE_PREFIX

        static final java.lang.String STANDALONE_WEB_SERVICE_ATTRIBUTE_PREFIX
        The prefix of the ServletContext property name used to get the standalone WebService object.
    • Method Detail

      • execute

        void execute​(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.io.IOException
        Executes a Web Activity.
        Parameters:
        request - current HTTP servlet request
        response - current HTTP servlet response
        Throws:
        java.io.IOException - If an error occurs during Activity execution