it.geosolutions.geoserver.rest.decoder
Class RESTPublished
java.lang.Object
it.geosolutions.geoserver.rest.decoder.utils.NameLinkElem
it.geosolutions.geoserver.rest.decoder.RESTPublished
public class RESTPublished
- extends NameLinkElem
Parse a published returned as XML REST objects.
This is the XML REST representation:
<published type="layer">
<name>sfdem</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://localhost:8080/geoserver/rest/layers/sfdem.xml" type="application/xml"/>
</published>
- Author:
- Davide Savazzi (geo-solutions.it)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESTPublished
public RESTPublished(org.jdom.Element elem)
getType
public String getType()
Copyright © 2007-2013 GeoSolutions. All Rights Reserved.