Class CXFInventoryServce
java.lang.Object
org.oxerr.stubhub.client.cxf.impl.inventory.CXFInventoryServce
- All Implemented Interfaces:
org.oxerr.stubhub.client.inventory.InventoryService
public class CXFInventoryServce
extends Object
implements org.oxerr.stubhub.client.inventory.InventoryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.oxerr.stubhub.client.model.ListingResponse> iterateInventories(org.oxerr.stubhub.client.inventory.InventoryExportCriteria criteria) iterateInventories(org.oxerr.stubhub.client.inventory.InventorySearchCriteria 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.inventory.InventoryService
iterateInventories, streamInventories, streamInventories, streamInventories
-
Constructor Details
-
CXFInventoryServce
-
-
Method Details
-
resource
-
iterateInventories
public InventorySearchIterator iterateInventories(org.oxerr.stubhub.client.inventory.InventorySearchCriteria criteria) - Specified by:
iterateInventoriesin interfaceorg.oxerr.stubhub.client.inventory.InventoryService
-
iterateInventories
public Iterator<org.oxerr.stubhub.client.model.ListingResponse> iterateInventories(org.oxerr.stubhub.client.inventory.InventoryExportCriteria criteria) - Specified by:
iterateInventoriesin interfaceorg.oxerr.stubhub.client.inventory.InventoryService
-