Interface PEPPOLDocumentParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getReceiver()
      Identify and return the PEPPOL participant receiving the document.
      network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getSender()
      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.