This method allows a user to extract particular lessee information from LeasePak database. The method getLesseeExposure extracts lessee information in an XML document. The method takes lessee number as input data. The web service validates the values of input data, extracts respective record from LeasePak database table, and generates the output XML file. This method extracts information of one lessee at a time. This method extracts data from LeasePak database ral Lessee/Co-Lessee, rls Lease, rap Application, rgc Co-Lessee/Guarantor/User Defined Client Cross-reference, rlsp Lease Payment Schedule, and rapp Application Payment Schedule tables.
public java.lang.String getLesseeExposure(java.lang.String lessee)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
lessee - - Lessee number.