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, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType IssueTimeGenerator.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceTypeProcessUnitManager.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean givenConfigurationBean)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceTypeProcessUnit.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, UBL4JConfigurationBean ubl4JConfigurationBean)
           
abstract  oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType AbstractProcessUnit.process(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType it, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 

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, UBL4JConfigurationBean ubl4JConfigurationBean)
           
 



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