com.esri.arcgis.geodatabasedistributed
Interface IWFSServer

All Superinterfaces:
Serializable
All Known Implementing Classes:
WFSServer

public interface IWFSServer
extends Serializable

Provides access to the available WFS Server properties and methods.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


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

Method Detail

getData

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

Product Availability

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

Parameters:
httpVerb - A com.esri.arcgis.geodatabasedistributed.esriWFSHttpVerb 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 WFS 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.