Class ApplicationResponseDocumentParser

  • All Implemented Interfaces:
    PEPPOLDocumentParser

    public class ApplicationResponseDocumentParser
    extends AbstractDocumentParser
    Parser to retrieves information from PEPPOL Application Response documents. Should be able to decode Catalogue Response, Message Level Response and others based on ApplicationResponse
    Author:
    thore
    • Constructor Detail

      • ApplicationResponseDocumentParser

        public ApplicationResponseDocumentParser​(PlainUBLParser parser)
    • Method Detail

      • getSender

        public network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getSender()
        Description copied from interface: PEPPOLDocumentParser
        Identify and return the PEPPOL participant sending the document.
      • getReceiver

        public network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getReceiver()
        Description copied from interface: PEPPOLDocumentParser
        Identify and return the PEPPOL participant receiving the document.