This module contains java code (mostly) generated by wsdl2java from the
Electronic Court Filing v4 standard
WSDL and XML schema files, published by Tyler Technologies in their implementation.
This module contains interfaces and implementations of the following Major Design Elements (MDEs):
- Court Record MDE (Court Record implementation), for querying the court about case information that it currently knows about.
- Filing Assembly MDE (Assembly implementation), for this server to receive notifications from the court regarding filings.
- Filing Review MDE (Review implementation), for actually creating filings into cases in a court.
- Service MDE (service implementation) for serving notices to other parties in your case electronically.
All other files include the data types that are passed to the interfaces present on these MDEs.
TODO(brycew): the WSDLs / XMLs themselves are still in the proxyserver module: they will
eventually be moved to here however.
- edited javadocs to be able to be compliant (i.e.
&to&, other HTML encoding issues). No substantive changes.