java.lang.Object
org.apache.jena.fuseki.server.EndpointSet
Collection of endpoints for a dispatch point.
A dispatch point is a URL name, without queyr string or content-type.
Dispatcher.chooseOperation(HttpAction) looks at request and decides which
Operation is being requested.
Dispatcher.chooseEndpoint(org.apache.jena.fuseki.servlets.HttpAction, org.apache.jena.fuseki.server.DataService, java.lang.String) looks at request,
and a DataService
and decides the endpoint.
There can be only be one endpoint for each operation in a
EndpointSet
.