Package network.oxalis.ng.as4.inbound
Class AS4StatusServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- network.oxalis.ng.as4.inbound.AS4StatusServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class AS4StatusServlet extends jakarta.servlet.http.HttpServletServlet returning diagnostic information to ease operation, support and debugging. Since this servlet is public accessible, it should NOT contain any sensitive information about it's runtime environment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AS4StatusServlet(X509Certificate certificate, com.typesafe.config.Config config, network.oxalis.vefa.peppol.mode.Mode mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPatch, doPost, doPut, doTrace, getLastModified, init, isSensitiveHeader, service, service
-
-
-
-
Constructor Detail
-
AS4StatusServlet
@Inject public AS4StatusServlet(X509Certificate certificate, com.typesafe.config.Config config, network.oxalis.vefa.peppol.mode.Mode mode)
-
-
Method Detail
-
doGet
protected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException- Overrides:
doGetin classjakarta.servlet.http.HttpServlet- Throws:
IOException
-
-