|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWCSClientEvents
Provides access to events that occur when a URL request is made to the WCS server.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
void |
wCSException(IWCSServiceDescription pService,
String requestType,
String requestURL,
IWCSServiceExceptionHandler pException)
Fired when the an URL request is made to WCS server and the server fails with a valid exception. |
void |
wCSRequest(IWCSServiceDescription pService,
String requestType,
String requestURL)
Fired when the an URL request is made to WCS server. |
Method Detail |
---|
void wCSRequest(IWCSServiceDescription pService, String requestType, String requestURL) throws IOException, AutomationException
pService
- A reference to a com.esri.arcgis.gisclient.IWCSServiceDescription (in)requestType
- The requestType (in)requestURL
- The requestURL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void wCSException(IWCSServiceDescription pService, String requestType, String requestURL, IWCSServiceExceptionHandler pException) throws IOException, AutomationException
pService
- A reference to a com.esri.arcgis.gisclient.IWCSServiceDescription (in)requestType
- The requestType (in)requestURL
- The requestURL (in)pException
- A reference to a com.esri.arcgis.gisclient.IWCSServiceExceptionHandler (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |