Class CXFInvoiceService
java.lang.Object
org.oxerr.stubhub.client.cxf.impl.invoice.CXFInvoiceService
- All Implemented Interfaces:
org.oxerr.stubhub.client.invoice.InvoiceService
public class CXFInvoiceService
extends Object
implements org.oxerr.stubhub.client.invoice.InvoiceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.oxerr.stubhub.client.model.SaleResponse> iterateInvoices(org.oxerr.stubhub.client.invoice.InvoiceExportCriteria criteria) resource()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.oxerr.stubhub.client.invoice.InvoiceService
iterateInvoices, streamInvoices, streamInvoices
-
Constructor Details
-
CXFInvoiceService
-
-
Method Details
-
resource
-
iterateInvoices
public Iterator<org.oxerr.stubhub.client.model.SaleResponse> iterateInvoices(org.oxerr.stubhub.client.invoice.InvoiceExportCriteria criteria) - Specified by:
iterateInvoicesin interfaceorg.oxerr.stubhub.client.invoice.InvoiceService
-