com.esri.core.portal
Class PortalInfo.HelperServices

java.lang.Object
  extended by com.esri.core.portal.PortalInfo.HelperServices
Enclosing class:
PortalInfo

public static class PortalInfo.HelperServices
extends Object


Constructor Summary
PortalInfo.HelperServices()
           
 
Method Summary
static PortalInfo.HelperServices fromJson(org.codehaus.jackson.JsonParser parser)
          From json.
 List<PortalInfo.GeocodeServiceInfo> getGeocodeServices()
          Gets the geocode services.
 String getGeometryService()
          Gets the geometry service.
 String getPrintService()
          Gets the print service.
 String getRouteService()
          Gets the route service.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalInfo.HelperServices

public PortalInfo.HelperServices()
Method Detail

getPrintService

public String getPrintService()
Gets the print service.

Returns:
the prints the service
Since:
10.1.1

getRouteService

public String getRouteService()
Gets the route service.

Returns:
the route service
Since:
10.1.1

getGeometryService

public String getGeometryService()
Gets the geometry service.

Returns:
the geometry service
Since:
10.1.1

getGeocodeServices

public List<PortalInfo.GeocodeServiceInfo> getGeocodeServices()
Gets the geocode services.

Returns:
the geocode services
Since:
10.1.1

fromJson

public static PortalInfo.HelperServices fromJson(org.codehaus.jackson.JsonParser parser)
                                          throws Exception
From json.

Parameters:
parser - the parser
Returns:
the helper services
Throws:
Exception - the exception
Since:
10.1.1

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.