Class PublisherServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- network.oxalis.vefa.peppol.publisher.servlet.PublisherServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class PublisherServlet extends jakarta.servlet.http.HttpServlet- Author:
- erlend
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublisherServlet(PublisherService publisherService)
-
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)voidhandleMetadataProvider(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, String participantParam, String documentTypeParam)voidhandleServiceGroup(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, String participantParam)-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, service
-
-
-
-
Constructor Detail
-
PublisherServlet
public PublisherServlet(PublisherService publisherService)
-
-
Method Detail
-
doGet
protected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp)- Overrides:
doGetin classjakarta.servlet.http.HttpServlet
-
handleServiceGroup
public void handleServiceGroup(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, String participantParam) throws IOException, PeppolParsingException, jakarta.xml.bind.JAXBException, PublisherException- Throws:
IOExceptionPeppolParsingExceptionjakarta.xml.bind.JAXBExceptionPublisherException
-
handleMetadataProvider
public void handleMetadataProvider(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, String participantParam, String documentTypeParam) throws IOException, PeppolParsingException, jakarta.xml.bind.JAXBException, PublisherException- Throws:
IOExceptionPeppolParsingExceptionjakarta.xml.bind.JAXBExceptionPublisherException
-
-