| Package | Description |
|---|---|
| org.mule.example.loanbroker.lender | |
| org.mule.example.loanbroker.messages |
| Modifier and Type | Method and Description |
|---|---|
Bank[] |
DefaultLender.getLenders(CreditProfile creditProfile,
Double loanAmount)
Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of
the loan.
|
Bank[] |
LenderService.getLenders(CreditProfile creditProfile,
Double loanAmount)
Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of
the loan.
|
| Modifier and Type | Method and Description |
|---|---|
Bank[] |
LoanBrokerQuoteRequest.getLenders() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoanBrokerQuoteRequest.setLenders(Bank[] lenders) |
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.