Class DefaultWebService

All Implemented Interfaces:
CoreService, ServiceLifeCycle, WebService

public class DefaultWebService extends AbstractWebService
Provides overall functionality for building web applications within a web application container.
  • Field Details

    • pauseTimeout

      protected volatile long pauseTimeout
  • Method Details

    • service

      public void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException
      Description copied from interface: WebService
      Executes web activity.
      Parameters:
      request - current HTTP servlet request
      response - current HTTP servlet response
      Throws:
      IOException - If an error occurs during Activity execution