com.esri.arcgis.gisclient
Class IWMSClientEventsWMSRequestEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.gisclient.IWMSClientEventsWMSRequestEvent
All Implemented Interfaces:
Serializable

public class IWMSClientEventsWMSRequestEvent
extends EventObject

Remarks

A WMSException occurs whenever a WMS server throws an exception after a WMSRequest. The exception will is defined by the WMS specifications.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IWMSClientEventsWMSRequestEvent(Object source)
           
 
Method Summary
 IWMSServiceDescription getPService()
           
 String getRequestType()
           
 String getRequestURL()
           
 void init(IWMSServiceDescription pService, String requestType, String requestURL)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IWMSClientEventsWMSRequestEvent

public IWMSClientEventsWMSRequestEvent(Object source)
Method Detail

init

public void init(IWMSServiceDescription pService,
                 String requestType,
                 String requestURL)

getPService

public final IWMSServiceDescription getPService()

getRequestType

public final String getRequestType()

getRequestURL

public final String getRequestURL()