Uses of Class
network.oxalis.sniffer.document.PlainUBLParser
-
Packages that use PlainUBLParser Package Description network.oxalis.sniffer.document network.oxalis.sniffer.document.parsers -
-
Uses of PlainUBLParser in network.oxalis.sniffer.document
Subclasses of PlainUBLParser in network.oxalis.sniffer.document Modifier and Type Class Description classPlainUBLHeaderParserParses the common PEPPOL header information, enough to decide document type and profile -
Uses of PlainUBLParser in network.oxalis.sniffer.document.parsers
Fields in network.oxalis.sniffer.document.parsers declared as PlainUBLParser Modifier and Type Field Description protected PlainUBLParserAbstractDocumentParser. parserConstructors in network.oxalis.sniffer.document.parsers with parameters of type PlainUBLParser Constructor Description AbstractDocumentParser(PlainUBLParser parser)ApplicationResponseDocumentParser(PlainUBLParser parser)CatalogueDocumentParser(PlainUBLParser parser)DespatchAdviceDocumentParser(PlainUBLParser parser)InvoiceDocumentParser(PlainUBLParser parser)OrderDocumentParser(PlainUBLParser parser)
-