Module org.apache.jena.fuseki.core
Package org.apache.jena.fuseki.servlets
Class ActionServicePlaceholder
java.lang.Object
org.apache.jena.fuseki.servlets.ActionBase
org.apache.jena.fuseki.servlets.ActionService
org.apache.jena.fuseki.servlets.ActionServicePlaceholder
- All Implemented Interfaces:
ActionLifecycle,ActionProcessor
A NoOp implementation of
ActionService.
This is only for use as a placeholder during configuration. It must be replaced in
an Endpoint during server building with another implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(HttpAction action) The perform step of a requestvoidvalidate(HttpAction action) The validation step of a requestMethods inherited from class org.apache.jena.fuseki.servlets.ActionBase
processMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execAny, execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace
-
Constructor Details
-
ActionServicePlaceholder
public ActionServicePlaceholder()
-
-
Method Details
-
validate
Description copied from interface:ActionLifecycleThe validation step of a request -
execute
Description copied from interface:ActionLifecycleThe perform step of a request
-