Package network.oxalis.sniffer.document
Class PlainUBLHeaderParser
- java.lang.Object
-
- network.oxalis.sniffer.document.PlainUBLParser
-
- network.oxalis.sniffer.document.PlainUBLHeaderParser
-
public class PlainUBLHeaderParser extends PlainUBLParser
Parses the common PEPPOL header information, enough to decide document type and profile- Author:
- steinar, thore, arun
-
-
Constructor Summary
Constructors Constructor Description PlainUBLHeaderParser(Document document, XPath xPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PEPPOLDocumentParsercreateDocumentParser()CustomizationIdentifierfetchCustomizationId()PeppolDocumentTypeIdfetchDocumentTypeId()network.oxalis.vefa.peppol.common.model.ProcessIdentifierfetchProcessTypeId()-
Methods inherited from class network.oxalis.sniffer.document.PlainUBLParser
canParse, localName, retrieveElementForXpath, retriveValueForXpath, rootNameSpace, ublVersion
-
-
-
-
Method Detail
-
fetchCustomizationId
public CustomizationIdentifier fetchCustomizationId()
-
fetchProcessTypeId
public network.oxalis.vefa.peppol.common.model.ProcessIdentifier fetchProcessTypeId()
-
fetchDocumentTypeId
public PeppolDocumentTypeId fetchDocumentTypeId()
-
createDocumentParser
public PEPPOLDocumentParser createDocumentParser()
-
-