|
Class Summary |
| AsyncLoanBroker |
LoanBroker is the Service that starts the loan request process. |
| Bank |
Bank is a representation of a bank from which to obtain loan
quotes. |
| BankQuoteRequest |
BankQuoteRequest represents customer a request for a loan broker
through a loan broker |
| CreditProfile |
CreditProfile is a dummy finance profile for a customer |
| Customer |
Customer the loan broker customer |
| DefaultCreditAgencyService |
DefaultCreditAgencyService the service that provides a credit score
for a customer |
| DefaultLenderService |
DefaultLenderService is responsible for contacting the relevant
banks depending on the amount of the loan |
| LoanConsumer |
LoanConsumer is a loan broker client app that uses command line
prompts to obtain loan requests |
| LoanQuote |
LoanQuote is a loan quote from a bank |
| LoanRequest |
LoanRequest is the request sent by the the LoanBroker |
| SyncLoanBroker |
SyncLoanBroker is a synchronous Loan Broker that makes the calls to
various components through the event context synchronously. |