Package edu.suffolk.litlab.efsp.tyler
Class SoapClientChooser
java.lang.Object
edu.suffolk.litlab.efsp.tyler.SoapClientChooser
Handles working in multiple Tyler Jurisdictions. Needs to have all of the WSDL files hardcoded
here, and present in the src/main/resources folder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<CourtRecordMDEService> getCourtRecordFactory(TylerDomain domain) static Optional<CourtSchedulingMDE_Service> getCourtSchedulingFactory(TylerDomain domain) static Optional<FilingReviewMDEService> getFilingReviewFactory(TylerDomain domain) static Optional<ServiceMDEService> getServiceFactory(TylerDomain domain)
-
Constructor Details
-
SoapClientChooser
public SoapClientChooser()
-
-
Method Details
-
getFilingReviewFactory
-
getServiceFactory
-
getCourtRecordFactory
-
getCourtSchedulingFactory
-