|
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
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 | |
|---|---|
String |
getUserName()
Gets user name. |
String |
getUserPassword()
Gets user password. |
void |
ping(String url)
Pings resource. |
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 |
|---|
applyAttributeMap, chckAttr, checkConnection, decryptString, encryptString, extractAttributeMap, getAdHoc, getAttributeMap, getClient, getDestinations, getFlags, getKind, getPingSupported, getType, newExecutor, setAdHoc, setAttributeMap, setDestinations, 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 password
public void ping(String url)
throws Exception
HarvestProtocol
ping in class HarvestProtocolurl - resource URL
IllegalArgumentException - if invalid protocol definition
IOException - if error connection resource
Exception
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||