Class RESTWmsList

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

    public class RESTWmsList
    extends RESTAbstractList<NameLinkElem>
    Parses list of summary data about Wms.

    This is the XML REST representation:

    <wmsLayers>
    	<wmsLayer>
    		<name>comunilazio</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/wmslayers/comunilazio.xml" type="application/xml"/>
    	</wmsLayer>
    </wmsLayers>
    
    
    Version:
    $Id: $
    Author:
    cip
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RESTWmsList​(org.jdom.Element list)
      Constructor for RESTWmsList.
    • Constructor Detail

      • RESTWmsList

        protected RESTWmsList​(org.jdom.Element list)

        Constructor for RESTWmsList.

        Parameters:
        list - a Element object.
    • Method Detail

      • build

        public static RESTWmsList build​(java.lang.String response)

        build

        Parameters:
        response - a String object.
        Returns:
        a RESTWmsList object.