com.esri.gpt.catalog.arcgis.metadata
Class WMSServerHandler
java.lang.Object
com.esri.gpt.catalog.arcgis.metadata.ServiceHandler
com.esri.gpt.catalog.arcgis.metadata.OGCServerHandler
com.esri.gpt.catalog.arcgis.metadata.WMSServerHandler
public class WMSServerHandler
- extends OGCServerHandler
Handles the collection of metadata for an ArcGIS WMS service (WMSServer).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMSServerHandler
public WMSServerHandler()
- Default constructor.
createServiceInfo
public ServiceInfo createServiceInfo(ServiceInfo parentInfo,
com.esri.arcgisws.ServiceDescription desc,
String currentRestUrl,
String currentSoapUrl)
- Description copied from class:
ServiceHandler
- Creates service info.
- Overrides:
createServiceInfo
in class OGCServerHandler
- Parameters:
parentInfo
- parent infodesc
- service descriptioncurrentRestUrl
- current REST URLcurrentSoapUrl
- current SOAP URL
- Returns:
- service info
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.