Class JurisdictionSwitch
java.lang.Object
edu.suffolk.litlab.efsp.server.services.JurisdictionSwitch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
getAll()
getJurisdictionService
(String jurisdictionId) Chooses the specific jurisdiction (i.e.
-
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) Chooses the specific jurisdiction (i.e. US State or other court system) that you are filing into.- Parameters:
jurisdictionId
- the full name of the state, usually lower case ("massachusetts", or "illinois").- Returns:
-