|
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.framework.util.ResourceXml
public class ResourceXml
Resource XML helper.
| Constructor Summary | |
|---|---|
ResourceXml()
|
|
| Method Summary | |
|---|---|
String |
makeResourceFromCswResponse(String cswResponse,
String about)
makes resource from CSW 'get record by id' response. |
String |
makeResourceXmlFromResponse(Bots bots,
String resourceUrl)
|
String |
makeResourceXmlFromResponse(String resourceUrl)
Returns resource xml from the response. |
String |
makeSimpleResourceXml(String title,
String resourceUrl)
Creates simple resource XML metadata. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceXml()
| Method Detail |
|---|
public String makeResourceXmlFromResponse(String resourceUrl)
throws IOException
resourceUrl -
IOException
public String makeResourceXmlFromResponse(Bots bots,
String resourceUrl)
throws IOException
IOException
public String makeResourceFromCswResponse(String cswResponse,
String about)
cswResponse - CSW responseabout - about identifier
public String makeSimpleResourceXml(String title,
String resourceUrl)
throws IllegalArgumentException
title - titleresourceUrl - resource URL
IllegalArgumentException - if no title provided
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||