|
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.control.webharvest.client.arcgis.ArcGISInfo
public class ArcGISInfo
ArcGIS server info.
Constructor Summary | |
---|---|
ArcGISInfo(String restUrl,
String soapUrl,
String userName,
String password,
BotsMode mode)
Creates instance of the service info. |
Method Summary | |
---|---|
String |
getRestUrl()
Gets REST URL. |
BotsMode |
getRobotsTxtMode()
Gets robots.txt mode. |
String |
getSoapUrl()
Gets SOAP URL. |
CredentialProvider |
newCredentialProvider()
Creates new credential provider. |
UsernamePasswordCredentials |
newCredentials()
Creates new credentials. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ArcGISInfo(String restUrl, String soapUrl, String userName, String password, BotsMode mode)
restUrl
- REST URLsoapUrl
- SOAP URLuserName
- user namepassword
- passwordMethod Detail |
---|
public String getRestUrl()
public String getSoapUrl()
public CredentialProvider newCredentialProvider()
public UsernamePasswordCredentials newCredentials()
public BotsMode getRobotsTxtMode()
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |