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
    Constructor
    Description
    CXFInvoiceService(org.oxerr.stubhub.client.cxf.resource.InvoiceResource invoiceResource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterator<org.oxerr.stubhub.client.model.SaleResponse>
    iterateInvoices(org.oxerr.stubhub.client.invoice.InvoiceExportCriteria criteria)
     
    org.oxerr.stubhub.client.cxf.resource.InvoiceResource
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.oxerr.stubhub.client.invoice.InvoiceService

    iterateInvoices, streamInvoices, streamInvoices
  • Constructor Details

    • CXFInvoiceService

      public CXFInvoiceService(org.oxerr.stubhub.client.cxf.resource.InvoiceResource invoiceResource)
  • Method Details

    • resource

      public org.oxerr.stubhub.client.cxf.resource.InvoiceResource resource()
    • iterateInvoices

      public Iterator<org.oxerr.stubhub.client.model.SaleResponse> iterateInvoices(org.oxerr.stubhub.client.invoice.InvoiceExportCriteria criteria)
      Specified by:
      iterateInvoices in interface org.oxerr.stubhub.client.invoice.InvoiceService