Class JurisdictionSwitch
java.lang.Object
edu.suffolk.litlab.efspserver.services.JurisdictionSwitch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
getAll()
getJurisdictionService
(String jurisdictionId)
-
Constructor Details
-
JurisdictionSwitch
-
-
Method Details
-
getAll
@GET @Path("/") @Produces("application/json") public jakarta.ws.rs.core.Response getAll() -
getJurisdictionService
@Path("{jurisdiction_id}") public JurisdictionServiceHandle getJurisdictionService(@PathParam("jurisdiction_id") String jurisdictionId)
-