java.lang.Object
org.apache.jena.fuseki.servlets.ActionBase
org.apache.jena.fuseki.servlets.ActionService
- All Implemented Interfaces:
ActionLifecycle
,ActionProcessor
- Direct Known Subclasses:
ActionREST
,ActionServicePlaceholder
,NoOpActionService
,SPARQL_Update
,SPARQLQueryProcessor
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.fuseki.servlets.ActionBase
process
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.fuseki.servlets.ActionLifecycle
execute, validate
Methods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execAny, execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace
-
Constructor Details
-
ActionService
public ActionService()
-