Esri Geoportal Server
1.2.9

com.esri.gpt.catalog.harvest.protocols
Class HarvestProtocolNone

java.lang.Object
  extended by com.esri.gpt.catalog.harvest.protocols.HarvestProtocol
      extended by com.esri.gpt.catalog.harvest.protocols.HarvestProtocolNone
All Implemented Interfaces:
Protocol, Serializable

public class HarvestProtocolNone
extends HarvestProtocol

None protocol.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol
HarvestProtocol.ProtocolType
 
Constructor Summary
HarvestProtocolNone()
           
 
Method Summary
 String getKind()
          Gets protocol kind.
 HarvestProtocol.ProtocolType getType()
          Deprecated.  
 QueryBuilder newQueryBuilder(IterationContext context, String url)
          Creates new query builder.
 
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol
applyAttributeMap, chckAttr, checkConnection, decryptString, encryptString, extractAttributeMap, getAdHoc, getAttributeMap, getClient, getDestinations, getFlags, getPingSupported, newExecutor, ping, setAdHoc, setAttributeMap, setDestinations, setFlags, toString, toXmlString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HarvestProtocolNone

public HarvestProtocolNone()
Method Detail

getType

@Deprecated
public final HarvestProtocol.ProtocolType getType()
Deprecated. 

Gets protocol type.

Specified by:
getType in class HarvestProtocol
Returns:
protocol type

getKind

public String getKind()
Description copied from interface: Protocol
Gets protocol kind.

Specified by:
getKind in interface Protocol
Overrides:
getKind in class HarvestProtocol
Returns:
protocol kind

newQueryBuilder

public QueryBuilder newQueryBuilder(IterationContext context,
                                    String url)
Description copied from interface: Protocol
Creates new query builder.

Parameters:
context - iteration context
url - url
Returns:
query builder

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.