Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.client.arcgis
Class ArcGISInfo

java.lang.Object
  extended by com.esri.gpt.control.webharvest.client.arcgis.ArcGISInfo

public class ArcGISInfo
extends Object

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

ArcGISInfo

public ArcGISInfo(String restUrl,
                  String soapUrl,
                  String userName,
                  String password,
                  BotsMode mode)
Creates instance of the service info.

Parameters:
restUrl - REST URL
soapUrl - SOAP URL
userName - user name
password - password
Method Detail

getRestUrl

public String getRestUrl()
Gets REST URL.

Returns:
REST URL

getSoapUrl

public String getSoapUrl()
Gets SOAP URL.

Returns:
SOAP URL

newCredentialProvider

public CredentialProvider newCredentialProvider()
Creates new credential provider.

Returns:
credential provider

newCredentials

public UsernamePasswordCredentials newCredentials()
Creates new credentials.

Returns:
credentials

getRobotsTxtMode

public BotsMode getRobotsTxtMode()
Gets robots.txt mode.

Returns:
robots.txt mode

toString

public String toString()
Overrides:
toString in class Object

Esri Geoportal Server
1.2.9

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