Class SoapProviderServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.frankframework.http.HttpServletBase
org.frankframework.http.cxf.SoapProviderServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, DynamicRegistration, DynamicRegistration.Servlet, DynamicRegistration.ServletWithParameters

@IbisInitializer public class SoapProviderServlet extends HttpServletBase implements DynamicRegistration.ServletWithParameters
See Also:
  • Constructor Details

    • SoapProviderServlet

      public SoapProviderServlet()
  • Method Details

    • init

      public void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Servlet
      Overrides:
      init in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
    • service

      public void service(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res) throws jakarta.servlet.ServletException, IOException
      Specified by:
      service in interface jakarta.servlet.Servlet
      Overrides:
      service in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
      IOException
    • getAccessGrantingRoles

      public String[] getAccessGrantingRoles()
      Specified by:
      getAccessGrantingRoles in interface DynamicRegistration.Servlet
      Overrides:
      getAccessGrantingRoles in class HttpServletBase
    • destroy

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

      public String getUrlMapping()
      Specified by:
      getUrlMapping in interface DynamicRegistration.Servlet
    • getParameters

      public Map<String,String> getParameters()
      Specified by:
      getParameters in interface DynamicRegistration.ServletWithParameters