- parse(InputStream) - Method in class network.oxalis.sniffer.document.NoSbdhParser
-
Parses and extracts the data needed to create a PeppolStandardBusinessHeader object.
- parse(String) - Static method in class network.oxalis.sniffer.identifier.SchemeId
-
Tries to find the Party id with the given schemeId
e.g.
- parser - Variable in class network.oxalis.sniffer.document.parsers.AbstractDocumentParser
-
- participantId(String) - Method in class network.oxalis.sniffer.document.parsers.AbstractDocumentParser
-
Retrieves the ParticipantId which is retrieved using the supplied XPath.
- ParticipantId - Class in network.oxalis.sniffer.identifier
-
- ParticipantId(String) - Constructor for class network.oxalis.sniffer.identifier.ParticipantId
-
Constructs a new instance based upon a match of the following patterns :
xxxx:yyyyyy - i.e.
- ParticipantId(Icd, String) - Constructor for class network.oxalis.sniffer.identifier.ParticipantId
-
Uses combination of SchemeId and Organisation identifier to create new instance.
- PEPPOLDocumentParser - Interface in network.oxalis.sniffer.document.parsers
-
A small set of common information we should be able to retrieve from any PEPPOL UBL/EHF document.
- PeppolDocumentTypeId - Class in network.oxalis.sniffer.identifier
-
Represents a type safe PEPPOL Document Identifier, textually represented thus:
- PeppolDocumentTypeId(String, String, CustomizationIdentifier, String) - Constructor for class network.oxalis.sniffer.identifier.PeppolDocumentTypeId
-
- PeppolStandardBusinessHeader - Class in network.oxalis.sniffer
-
Our representation of the SBDH (Standard Business Document Header), which makes us
independent of the StandardBusinessDocumentHeader generated by JAXB.
- PeppolStandardBusinessHeader() - Constructor for class network.oxalis.sniffer.PeppolStandardBusinessHeader
-
Empty constructor, no defaults - all must be supplied by user
- PeppolStandardBusinessHeader(Header) - Constructor for class network.oxalis.sniffer.PeppolStandardBusinessHeader
-
- PeppolStandardBusinessHeader(PeppolStandardBusinessHeader) - Constructor for class network.oxalis.sniffer.PeppolStandardBusinessHeader
-
Copy constructor
- PlainUBLHeaderParser - Class in network.oxalis.sniffer.document
-
Parses the common PEPPOL header information, enough to decide document type and profile
- PlainUBLHeaderParser(Document, XPath) - Constructor for class network.oxalis.sniffer.document.PlainUBLHeaderParser
-
- PlainUBLParser - Class in network.oxalis.sniffer.document
-
Simple parser that is UBL aware and handles xpath with namespaces.
- PlainUBLParser(Document, XPath) - Constructor for class network.oxalis.sniffer.document.PlainUBLParser
-