com.esri.gpt.catalog.harvest.protocols
Class HarvestProtocolWaf
java.lang.Object
com.esri.gpt.catalog.harvest.protocols.HarvestProtocol
com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol
com.esri.gpt.catalog.harvest.protocols.HarvestProtocolWaf
- All Implemented Interfaces:
- Protocol, Serializable
public class HarvestProtocolWaf
- extends AbstractHTTPHarvestProtocol
WAF protocol.
- See Also:
- Serialized Form
HarvestProtocolWaf
public HarvestProtocolWaf()
getType
public final HarvestProtocol.ProtocolType getType()
- Gets protocol type.
- Specified by:
getType
in class HarvestProtocol
- Returns:
- protocol type
getClient
public HRClient getClient(String hostUrl)
- Gets harvest client.
- Specified by:
getClient
in class HarvestProtocol
- Parameters:
hostUrl
- host URL
- Returns:
- harvest client
newQueryBuilder
public QueryBuilder newQueryBuilder(IterationContext context,
String url)
- Description copied from interface:
Protocol
- Creates new query builder.
- Parameters:
context
- iteration contexturl
- url
- Returns:
- query builder
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.