com.esri.arcgis.gisclient
Interface IWCSClientEvents

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWCSClientEventsProxy

public interface IWCSClientEvents
extends java.io.Serializable

COM Interface 'IWCSClientEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to events that occur when a URL request is made to the WCS server.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc8cd44b2_4412_4a12_bded_7225d81056c4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void wCSException(IWCSServiceDescription pService, java.lang.String requestType, java.lang.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, java.lang.String requestType, java.lang.String requestURL)
          Fired when the an URL request is made to WCS server.
 

Field Detail

IIDc8cd44b2_4412_4a12_bded_7225d81056c4

static final int IIDc8cd44b2_4412_4a12_bded_7225d81056c4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

wCSRequest

void wCSRequest(IWCSServiceDescription pService,
                java.lang.String requestType,
                java.lang.String requestURL)
                throws java.io.IOException,
                       AutomationException
Fired when the an URL request is made to WCS server.

Parameters:
pService - A reference to a com.esri.arcgis.gisclient.IWCSServiceDescription (in)
requestType - The requestType (in)
requestURL - The requestURL (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

wCSException

void wCSException(IWCSServiceDescription pService,
                  java.lang.String requestType,
                  java.lang.String requestURL,
                  IWCSServiceExceptionHandler pException)
                  throws java.io.IOException,
                         AutomationException
Fired when the an URL request is made to WCS server and the server fails with a valid exception.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.