|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWPSServer
Provides access to the available WPS Server properties and methods.
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 |
---|
String getData(int httpVerb, String request) throws IOException, AutomationException
httpVerb
- A com.esri.arcgis.geoprocessing.esriWPSHttpVerb constant (in)request
- The request (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameter(String name, String value) throws IOException, AutomationException
name
- The name (in)value
- The value (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 |