Module org.apache.jena.fuseki.core
Package org.apache.jena.fuseki.server
Interface ActionServiceFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for creating the
ActionProcessor
for an endpoint. Each endpoint -
a service name for a dataset has an associated ActionProcessor
to handle
the request. This created when the configuration file is read or the server built
programmatically.
ActionService
is a common super class of request handlers, includes counters
for operations and has a validate-execute lifecycle.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionnewActionService
(Operation operation, org.apache.jena.rdf.model.Resource endpoint) Create anActionServiceFactory
(it can be shared with endpoints), given the description which is a link into the server configuration graph.
-
Method Details
-
newActionService
Create anActionServiceFactory
(it can be shared with endpoints), given the description which is a link into the server configuration graph.
-