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

Packages that use FailedToMarshalException
org.openinvoice.ubl4j.invoice Provides classes and interfaces for processing UBL InvoiceType
org.openinvoice.ubl4j.order Provides classes and interfaces for processing UBL OrderType and converting it to InvoiceType
 

Uses of FailedToMarshalException in org.openinvoice.ubl4j.invoice
 

Methods in org.openinvoice.ubl4j.invoice that throw FailedToMarshalException
 File InvoiceTypeHandler.convertOrderToInvoice()
           
static void InvoiceTypeMarshaller.marshal(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, OutputStream outputStream, String encoding)
           
 

Uses of FailedToMarshalException in org.openinvoice.ubl4j.order
 

Methods in org.openinvoice.ubl4j.order that throw FailedToMarshalException
static void OrderTypeMarshaller.marshal(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType, OutputStream outputStream, String encoding)
           
 



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