SoeRestImpl Class

An implementation helper class that can be contained by REST SOEs.


Constructors

NameDescription
SoeRestImpl(String, RestResource)Creates an instance of SoeRestImpl.
SoeRestImpl(String, RestResource, CheckCapabilityHandler)Creates an instance of SoeRestImpl.

SoeRestImpl(String, RestResource) Constructor

Creates an instance of SoeRestImpl. Capability checking is set to default(looks for an item in comma-separated list, uses case-insensitive comparizon).

Use dark colors for code blocksCopy
1
public SoeRestImpl(string soeName, RestResource rootResource)
ParameterDescription
soeNameThe name of the Server Object Extension (SOE).
rootResourceA reference to the REST SOE's root resource.

SoeRestImpl(String, RestResource, CheckCapabilityHandler) Constructor

Creates an instance of SoeRestImpl.

Use dark colors for code blocksCopy
1
public SoeRestImpl(string soeName, RestResource rootResource, CheckCapabilityHandler checkCaps)
ParameterDescription
soeNameThe name of the Server Object Extension (SOE).
rootResourceA reference to the REST SOE's root resource.
checkCapsA reference to the capability checking delegate. If you pass null, capability checking will be disabled.

Inheritance Hierarchy

Inheritance: ESRI.ArcGIS.esriSystem.IRESTRequestHandlerESRI.Server.SOESupport.SoeRestImpl

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.