Creating the Brokerage interface
Follow these tasks to create the Brokerage interface:
Creating the interface file
Creating the createCustomer operation
Creating the retrieveCustomer operation
Creating the updateCustomer operation
Creating the deleteCustomer operation
Creating the buyShares operation
Creating the sellShares operation
Creating the deposit operation
Creating the withdraw operation
Creating the validateWebUser operation
Parent topic:
Creating interfaces and business objects
Previous topic:
Creating the WebLoginInfo business object
Next topic:
Adding the interface to the Brokerage Java component