Class ApiListenerServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.frankframework.http.HttpServletBase
org.frankframework.http.rest.ApiListenerServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, DynamicRegistration, DynamicRegistration.Servlet

@IbisInitializer public class ApiListenerServlet extends HttpServletBase
Author:
Niels Meijer
See Also:
  • Field Details

  • Constructor Details

    • ApiListenerServlet

      public ApiListenerServlet()
  • Method Details

    • init

      public void init() throws javax.servlet.ServletException
      Overrides:
      init in class javax.servlet.GenericServlet
      Throws:
      javax.servlet.ServletException
    • destroy

      public void destroy()
      Specified by:
      destroy in interface javax.servlet.Servlet
      Overrides:
      destroy in class javax.servlet.GenericServlet
    • returnJson

      public void returnJson(javax.servlet.http.HttpServletResponse response, int status, jakarta.json.JsonObject json) throws IOException
      Throws:
      IOException
    • service

      protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
      Overrides:
      service in class javax.servlet.http.HttpServlet
      Throws:
      IOException
    • getUrlMapping

      public String getUrlMapping()