Click or drag to resize

ISparqlHttpProtocolProcessor Interface

Interface for SPARQL Graph Store HTTP Protocol for Graph Management processors.

Namespace:  VDS.RDF.Update.Protocol
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISparqlHttpProtocolProcessor

The ISparqlHttpProtocolProcessor type exposes the following members.

Methods
  NameDescription
Public methodProcessDelete
Processes a DELETE operation which delete a Graph from the Store.
Public methodProcessGet
Processes a GET operation which should retrieve a Graph from the Store and return it.
Public methodProcessHead
Processes a HEAD operation which gets information about a Graph in the Store.
Public methodProcessPatch
Processes a PATCH operation which may choose.
Public methodProcessPost
Processes a POST operation which should add triples to a Graph in the Store.
Public methodProcessPostCreate
Processes a POST operation which adds triples to a new Graph in the Store and returns the URI of the newly created Graph.
Public methodProcessPut
Processes a PUT operation which should save a Graph to the Store completely replacing any existing Graph with the same URI.
Top
See Also