|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.harvest.protocols.HarvestProtocol
com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol
com.esri.gpt.control.webharvest.client.arcgis.ArcGISProtocol
public class ArcGISProtocol
ArcGIS server protocol.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
HarvestProtocol.ProtocolType |
Field Summary | |
---|---|
static String |
NAME
name of the protocol |
static String |
SOAP_URL
secondary URL tag name |
Constructor Summary | |
---|---|
ArcGISProtocol()
|
Method Summary | |
---|---|
StringAttributeMap |
getAttributeMap()
Gets protocol attributes map. |
long |
getFlags()
Gets flag set. |
String |
getKind()
Gets protocol kind. |
String |
getSoapUrl()
Gets secondary URL. |
HarvestProtocol.ProtocolType |
getType()
Gets protocol type. |
QueryBuilder |
newQueryBuilder(IterationContext context,
String url)
Creates new query builder. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets protocol attributes map. |
void |
setFlags(long flags)
Sets flag set. |
void |
setSoapUrl(String value)
Sets secondary URL. |
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol |
---|
getUserName, getUserPassword, ping, setUserName, setUserPassword |
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
applyAttributeMap, chckAttr, checkConnection, decryptString, encryptString, extractAttributeMap, getAdHoc, getClient, getDestinations, getPingSupported, newExecutor, setAdHoc, setDestinations, toString, toXmlString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final String SOAP_URL
Constructor Detail |
---|
public ArcGISProtocol()
Method Detail |
---|
public String getKind()
Protocol
getKind
in interface Protocol
getKind
in class HarvestProtocol
public long getFlags()
Protocol
getFlags
in interface Protocol
getFlags
in class HarvestProtocol
public void setFlags(long flags)
Protocol
setFlags
in interface Protocol
setFlags
in class HarvestProtocol
flags
- flag setpublic StringAttributeMap getAttributeMap()
Protocol
getAttributeMap
in interface Protocol
getAttributeMap
in class HarvestProtocol
public void setAttributeMap(StringAttributeMap attributeMap)
Protocol
setAttributeMap
in interface Protocol
setAttributeMap
in class HarvestProtocol
attributeMap
- attributes mappublic QueryBuilder newQueryBuilder(IterationContext context, String url)
Protocol
context
- iteration contexturl
- url
public String getSoapUrl()
public void setSoapUrl(String value)
value
- secondary URLpublic HarvestProtocol.ProtocolType getType()
HarvestProtocol
getType
in class HarvestProtocol
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |