Class DespatchAdviceDocumentParser
- java.lang.Object
-
- network.oxalis.sniffer.document.parsers.AbstractDocumentParser
-
- network.oxalis.sniffer.document.parsers.DespatchAdviceDocumentParser
-
- All Implemented Interfaces:
PEPPOLDocumentParser
public class DespatchAdviceDocumentParser extends AbstractDocumentParser
Parser to retrieves information from PEPPOL Despatch Advice scenarios. Should be able to decode Despatch Advice document- Author:
- thore
-
-
Field Summary
-
Fields inherited from class network.oxalis.sniffer.document.parsers.AbstractDocumentParser
parser
-
-
Constructor Summary
Constructors Constructor Description DespatchAdviceDocumentParser(PlainUBLParser parser)
-
Method Summary
All Methods Instance Methods Concrete 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.-
Methods inherited from class network.oxalis.sniffer.document.parsers.AbstractDocumentParser
participantId
-
-
-
-
Constructor Detail
-
DespatchAdviceDocumentParser
public DespatchAdviceDocumentParser(PlainUBLParser parser)
-
-
Method Detail
-
getSender
public network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getSender()
Description copied from interface:PEPPOLDocumentParserIdentify and return the PEPPOL participant sending the document.
-
getReceiver
public network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getReceiver()
Description copied from interface:PEPPOLDocumentParserIdentify and return the PEPPOL participant receiving the document.
-
-