com.esri.arcgis.gisclient
Class IWMSClientEventsWMSExceptionEvent

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

public class IWMSClientEventsWMSExceptionEvent
extends EventObject

Remarks

A WMSRequest occurs whenever a layer based on a WMSConnection makes a GetMap or GetFeatureInfo request to the WMS server.

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
IWMSClientEventsWMSExceptionEvent(Object source)
           
 
Method Summary
 IWMSServiceExceptionHandler getPException()
           
 IWMSServiceDescription getPService()
           
 String getRequestType()
           
 String getRequestURL()
           
 void init(IWMSServiceDescription pService, String requestType, String requestURL, IWMSServiceExceptionHandler pException)
           
 
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

IWMSClientEventsWMSExceptionEvent

public IWMSClientEventsWMSExceptionEvent(Object source)
Method Detail

init

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

getPService

public final IWMSServiceDescription getPService()

getRequestType

public final String getRequestType()

getRequestURL

public final String getRequestURL()

getPException

public final IWMSServiceExceptionHandler getPException()