Class RESTWmsStoreList

  • All Implemented Interfaces:
    java.lang.Iterable<NameLinkElem>

    public class RESTWmsStoreList
    extends RESTAbstractList<NameLinkElem>
    Parses list of summary data about WmsStores.

    This is the XML REST representation:

    
    <wmsStores>
    	<wmsStore>
    		<name>regione</name>
    		<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://172.27.30.25:8080/geoserver/rest/workspaces/arit/wmsstores/regione.xml" type="application/xml"/>
    	</wmsStore>
    </wmsStores>
    
    
    Version:
    $Id: $
    Author:
    cip
    • Constructor Detail

      • RESTWmsStoreList

        protected RESTWmsStoreList​(org.jdom.Element list)

        Constructor for RESTWmsStoreList.

        Parameters:
        list - a Element object.
    • Method Detail