This method helps users to retrieve an existing investor record for a particular investor number. The method takes investor number as an input or a request to retrieve investor record. By validating investor number the method returns the respective investor information in XML format. The method works same as interactive update U0216 Investor works today to retrieve an existing investor record.
public String retrieve (String investorNumber)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
investorNumber - - Investor number to retrieve a investor record.