com.esri.arcgis.geodatabasedistributed
Interface IWFSServer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWFSServerProxy, WFSServer

public interface IWFSServer
extends java.io.Serializable

COM Interface 'IWFSServer'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

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

Field Detail

IIDca2b76eb_ffe1_46d7_9e13_99a7184ab450

static final int IIDca2b76eb_ffe1_46d7_9e13_99a7184ab450
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 WFS request.

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