Class PublisherService
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- network.oxalis.vefa.peppol.publisher.PublisherService
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class PublisherService extends javax.servlet.http.HttpServlet- Author:
- erlend
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublisherService(ServiceGroupProvider serviceGroupProvider, ServiceMetadataProvider serviceMetadataProvider, PublisherSyntaxProvider publisherSyntaxProvider, Signer signer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmetadataProvider(OutputStream outputStream, String syntax, ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier)voidserviceGroup(OutputStream outputStream, String syntax, URI rootUri, ParticipantIdentifier participantIdentifier)-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Constructor Detail
-
PublisherService
public PublisherService(ServiceGroupProvider serviceGroupProvider, ServiceMetadataProvider serviceMetadataProvider, PublisherSyntaxProvider publisherSyntaxProvider, Signer signer)
-
-
Method Detail
-
serviceGroup
public void serviceGroup(OutputStream outputStream, String syntax, URI rootUri, ParticipantIdentifier participantIdentifier) throws javax.xml.bind.JAXBException, PublisherException
- Throws:
javax.xml.bind.JAXBExceptionPublisherException
-
metadataProvider
public void metadataProvider(OutputStream outputStream, String syntax, ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier) throws javax.xml.bind.JAXBException, PublisherException
- Throws:
javax.xml.bind.JAXBExceptionPublisherException
-
-