Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 2.11 KB

File metadata and controls

25 lines (18 loc) · 2.11 KB

Tyler ECF 4 Java Code

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):

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.

Difference between this and generated code

  • edited javadocs to be able to be compliant (i.e. & to &, other HTML encoding issues). No substantive changes.