Interface PEPPOLDocumentParser
-
- All Known Implementing Classes:
AbstractDocumentParser,ApplicationResponseDocumentParser,CatalogueDocumentParser,DespatchAdviceDocumentParser,InvoiceDocumentParser,OrderDocumentParser
public interface PEPPOLDocumentParserA small set of common information we should be able to retrieve from any PEPPOL UBL/EHF document.- Author:
- thore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description network.oxalis.vefa.peppol.common.model.ParticipantIdentifiergetReceiver()Identify and return the PEPPOL participant receiving the document.network.oxalis.vefa.peppol.common.model.ParticipantIdentifiergetSender()Identify and return the PEPPOL participant sending the document.
-
-
-
Method Detail
-
getSender
network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getSender()
Identify and return the PEPPOL participant sending the document.
-
getReceiver
network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getReceiver()
Identify and return the PEPPOL participant receiving the document.
-
-