com.esri.arcgis.geoprocessing
Interface IWPSServer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWPSServerProxy, WPSServer

public interface IWPSServer
extends java.io.Serializable

COM Interface 'IWPSServer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the available WPS Server properties and methods.' 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 IIDdc684999_07ef_44bd_84eb_b9f103000c1d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getData(int httpVerb, java.lang.String request)
          Handle a WPS request.
 void setParameter(java.lang.String name, java.lang.String value)
          Handle setting WPS Server parameter.
 

Field Detail

IIDdc684999_07ef_44bd_84eb_b9f103000c1d

static final int IIDdc684999_07ef_44bd_84eb_b9f103000c1d
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

getData

java.lang.String getData(int httpVerb,
                         java.lang.String request)
                         throws java.io.IOException,
                                AutomationException
Handle a WPS request.

Parameters:
httpVerb - A com.esri.arcgis.geoprocessing.esriWPSHttpVerb constant (in)
request - The request (in)
Returns:
The responseUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameter

void setParameter(java.lang.String name,
                  java.lang.String value)
                  throws java.io.IOException,
                         AutomationException
Handle setting WPS Server parameter.

Parameters:
name - The name (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.