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 -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.oxerr.stubhub.client.model.PurchaseResponse> iteratePurchases(org.oxerr.stubhub.client.purchase.PurchaseExportCriteria 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.purchase.PurchaseService
streamPurchases, streamPurchases
-
Constructor Details
-
CXFPurchaseService
-
-
Method Details
-
resource
-
iteratePurchases
public Iterator<org.oxerr.stubhub.client.model.PurchaseResponse> iteratePurchases(org.oxerr.stubhub.client.purchase.PurchaseExportCriteria criteria) - Specified by:
iteratePurchasesin interfaceorg.oxerr.stubhub.client.purchase.PurchaseService
-