| Package | Description |
|---|---|
| org.mule.example.loanbroker | |
| org.mule.example.loanbroker.credit | |
| org.mule.example.loanbroker.lender | |
| org.mule.example.loanbroker.messages |
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultLoanBroker.receiveCreditProfile(CreditProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
CreditProfile |
CreditAgencyService.getCreditProfile(Customer customer) |
CreditProfile |
DefaultCreditAgency.getCreditProfile(Customer customer) |
| 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 |
|---|---|
CreditProfile |
LoanBrokerQuoteRequest.getCreditProfile() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoanBrokerQuoteRequest.setCreditProfile(CreditProfile creditProfile) |
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.