|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.publication.ResourceReader
public class ResourceReader
Reads the XML content associated with a resource. The source for the resource can be an XML file, an XML HTTP response file, or an ArcGIS JSON response.
| Constructor Summary | |
|---|---|
ResourceReader()
Default constructor. |
|
| Method Summary | |
|---|---|
List<String> |
getAgsServiceUrls()
Gets a list of ArcGIS server service URLs associated with the last ArcGIS server or folder read. |
String |
readXml(String systemId)
Reads the XML content behind a file or URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceReader()
| Method Detail |
|---|
public List<String> getAgsServiceUrls()
public String readXml(String systemId)
throws Exception
systemId - the system id of the source (file path or URL)
Exception - if an exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||