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
ConstructorsConstructorDescriptionCXFPurchaseService(org.oxerr.stubhub.client.cxf.resource.PurchaseResource purchaseResource) -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.oxerr.stubhub.client.model.PurchaseResponse> iteratePurchases(org.oxerr.stubhub.client.purchase.PurchaseExportCriteria criteria) org.oxerr.stubhub.client.cxf.resource.PurchaseResourceresource()Methods inherited from class 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
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:
iteratePurchasesin interfaceorg.oxerr.stubhub.client.purchase.PurchaseService
-