Module org.apache.jena.fuseki.core
Package org.apache.jena.fuseki.servlets
Interface ActionProcessor
- All Known Implementing Classes:
ActionAsyncTask,ActionBase,ActionCompact,ActionContainerItem,ActionCtl,ActionItem,ActionMetrics,ActionPrefixesBase,ActionPrefixesR,ActionPrefixesRW,ActionProcPrefixes,ActionREST,ActionService,ActionServicePlaceholder,ActionSleep,ActionStats,ActionStatsText,ActionTasks,BaseActionREST,GSP_Base,GSP_R,GSP_RW,NoOpActionService,PatchApply,ServletProcessor,SHACL_Validation,SPARQL_QueryDataset,SPARQL_QueryGeneral.SPARQL_QueryProc,SPARQL_Update,SPARQLQueryProcessor,UploadRDF
public interface ActionProcessor
Interface for executing
HttpAction.-
Method Summary
Modifier and TypeMethodDescriptiondefault voidexecAny(String methodName, HttpAction action) default voidexecDelete(HttpAction action) default voidexecGet(HttpAction action) default voidexecHead(HttpAction action) default voidexecOptions(HttpAction action) default voidexecPatch(HttpAction action) default voidexecPost(HttpAction action) default voidexecPut(HttpAction action) default voidexecTrace(HttpAction action) default voidprocess(HttpAction action) Execute this request.
-
Method Details
-
process
Execute this request.- Parameters:
action- HTTP Action
-
execHead
-
execGet
-
execPost
-
execPatch
-
execPut
-
execDelete
-
execOptions
-
execTrace
-
execAny
-