com.esri.gpt.control.webharvest.client.atom
Class OpenSearchHitCountCollector
java.lang.Object
com.esri.gpt.control.webharvest.client.atom.OpenSearchHitCountCollector
- All Implemented Interfaces:
- IHitCountCollector
public class OpenSearchHitCountCollector
- extends Object
- implements IHitCountCollector
This class is used retrieve hit count for an open search based pagination.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenSearchHitCountCollector
public OpenSearchHitCountCollector()
collectHitCount
public int collectHitCount(Object source)
throws Exception
- Retrieves hit count from feed xml.
- Specified by:
collectHitCount
in interface IHitCountCollector
- Parameters:
source
- source
- Returns:
- hit count.
- Throws:
Exception
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.