|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.harvest.protocols.HarvestProtocol com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol
public abstract class AbstractHTTPHarvestProtocol
Abstract HTTP-based harvest protocol
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
HarvestProtocol.ProtocolType |
Constructor Summary | |
---|---|
AbstractHTTPHarvestProtocol()
|
Method Summary | |
---|---|
protected void |
applyAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
protected StringAttributeMap |
extractAttributeMap()
Gets all the attributes. |
StringAttributeMap |
getAttributeMap()
Gets all the attributes. |
String |
getUserName()
Gets user name. |
String |
getUserPassword()
Gets user password. |
void |
setAttributeMap(StringAttributeMap attributeMap)
Sets all the attributes. |
void |
setUserName(String userName)
Sets user name. |
void |
setUserPassword(String userPassword)
Sets user password. |
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
---|
chckAttr, checkConnection, getClient, getFlags, getKind, getPingSupported, getType, ping, setFlags, toString, toXmlString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.gpt.control.webharvest.protocol.Protocol |
---|
newQueryBuilder |
Constructor Detail |
---|
public AbstractHTTPHarvestProtocol()
Method Detail |
---|
public String getUserName()
public void setUserName(String userName)
userName
- user namepublic String getUserPassword()
public void setUserPassword(String userPassword)
userPassword
- user passwordprotected StringAttributeMap extractAttributeMap()
extractAttributeMap
in class HarvestProtocol
public StringAttributeMap getAttributeMap()
protected void applyAttributeMap(StringAttributeMap attributeMap)
applyAttributeMap
in class HarvestProtocol
attributeMap
- attributes as attribute mappublic void setAttributeMap(StringAttributeMap attributeMap)
attributeMap
- attributes as attribute map
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |