|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWFSServer
Provides access to the available WFS Server properties and methods.
This interface is new at ArcGIS 9.3.
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 |
---|
String getData(int httpVerb, String request) throws IOException, AutomationException
httpVerb
- A com.esri.arcgis.geodatabasedistributed.esriWFSHttpVerb 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 |