Uses of Class
org.openinvoice.ubl4j.common.FailedToProcessException

Packages that use FailedToProcessException
org.openinvoice.ubl4j.invoice.pu Contains classes that implement process units such as InvoiceCalculator that can be used to process the InvoiceType
org.openinvoice.ubl4j.order.pu Contains classes that implement process units such as OrderIssueTimeGenerator that can be used to post-process the OrderType
 

Uses of FailedToProcessException in org.openinvoice.ubl4j.invoice.pu
 

Methods in org.openinvoice.ubl4j.invoice.pu that throw FailedToProcessException
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType PaymentTermsProcessor.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType it, Properties properties)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType IssueTimeGenerator.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, Properties properties)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceTypeProcessUnitManager.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, Properties configuration)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceTypeProcessUnit.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, Properties properties)
           
abstract  oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType AbstractProcessUnit.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType it, Properties properties)
           
 

Uses of FailedToProcessException in org.openinvoice.ubl4j.order.pu
 

Methods in org.openinvoice.ubl4j.order.pu that throw FailedToProcessException
 oasis.names.specification.ubl.schema.xsd.order_2.OrderType OrderTypeProcessUnit.process(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType)
           
 oasis.names.specification.ubl.schema.xsd.order_2.OrderType OrderIssueTimeGenerator.process(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType)
           
 oasis.names.specification.ubl.schema.xsd.order_2.OrderType OrderTypeProcessUnitManager.process(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType, Properties configuration)
           
 



Copyright © 2011-2012 Plain Source. All Rights Reserved.