Class CXFPurchaseService

java.lang.Object
org.oxerr.stubhub.client.cxf.impl.purchase.CXFPurchaseService
All Implemented Interfaces:
org.oxerr.stubhub.client.purchase.PurchaseService

public class CXFPurchaseService extends Object implements org.oxerr.stubhub.client.purchase.PurchaseService
  • Constructor Summary

    Constructors
    Constructor
    Description
    CXFPurchaseService(org.oxerr.stubhub.client.cxf.resource.PurchaseResource purchaseResource)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterator<org.oxerr.stubhub.client.model.PurchaseResponse>
    iteratePurchases(org.oxerr.stubhub.client.purchase.PurchaseExportCriteria criteria)
     
    org.oxerr.stubhub.client.cxf.resource.PurchaseResource
     

    Methods inherited from class Object

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

    Methods inherited from interface org.oxerr.stubhub.client.purchase.PurchaseService

    streamPurchases, streamPurchases
  • Constructor Details

    • CXFPurchaseService

      public CXFPurchaseService(org.oxerr.stubhub.client.cxf.resource.PurchaseResource purchaseResource)
  • Method Details

    • resource

      public org.oxerr.stubhub.client.cxf.resource.PurchaseResource resource()
    • iteratePurchases

      public Iterator<org.oxerr.stubhub.client.model.PurchaseResponse> iteratePurchases(org.oxerr.stubhub.client.purchase.PurchaseExportCriteria criteria)
      Specified by:
      iteratePurchases in interface org.oxerr.stubhub.client.purchase.PurchaseService