Interface RequestHandler

All Known Implementing Classes:
WfsDescribeFeatureTypeRequest, WfsGetCapabilitiesRequest, WfsGetFeatureRequest, WfsTransactionRequest

public interface RequestHandler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, OwsContext owsContext, OwsRequestContext requestContext)
     
  • Field Details

  • Method Details

    • handleRequest

      void handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, OwsContext owsContext, OwsRequestContext requestContext) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException