com.esri.arcgis.geoprocessing
Interface IWPSServer

All Superinterfaces:
Serializable
All Known Implementing Classes:
WPSServer

public interface IWPSServer
extends Serializable

Provides access to the available WPS Server properties and methods.

Product Availability

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


Method Summary
 String getData(int httpVerb, String request)
          Handle a WPS request.
 void setParameter(String name, String value)
          Handle setting WPS Server parameter.
 

Method Detail

getData

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

Product Availability

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

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

setParameter

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

Product Availability

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

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