The method getLeaseDetails extracts lease information from F5 Lease Summary. The method takes a lease number as an input and runs the stored procedure to
generate the XML record for a particular lease number. Only one lease record can be extracted at a time. The method processing first checks that
the lease number is valid and exists in the LeasePak database. For a valid lease number or existing lease number the method
will process and generate the resulting XML data by running the mp_xml_lsesum stored procedure. It also keeps checking the input parameters
that are blank or any input parameter (a lease number) to process and generate XML output. For more details, see
F5 Lease Summary.
public java.lang.String getleaseDetails(java.lang.String leaseNumber)
Throws:
java.rmi.RemoteException
Where:
leaseNumber - - A valid lease number to extract F5 - lease details