| Package | Description |
|---|---|
| org.mule.example.loanbroker | |
| org.mule.example.loanbroker.bank | |
| org.mule.example.loanbroker.messages |
| Modifier and Type | Method and Description |
|---|---|
static String |
LocaleMessage.lowestQuote(LoanQuote lowestQuote) |
static String |
LocaleMessage.processingQuote(LoanQuote quote) |
static String |
LocaleMessage.receivedRate(LoanQuote quote) |
Object |
LoanBrokerService.receiveQuote(LoanQuote quote)
Triggered by an incoming offer from a bank.
|
Object |
DefaultLoanBroker.receiveQuote(LoanQuote quote) |
| Modifier and Type | Method and Description |
|---|---|
LoanQuote |
BankService.getLoanQuote(LoanBrokerQuoteRequest request) |
LoanQuote |
Bank.getLoanQuote(LoanBrokerQuoteRequest request) |
| Modifier and Type | Method and Description |
|---|---|
LoanQuote |
LoanBrokerQuoteRequest.getLoanQuote() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoanBrokerQuoteRequest.setLoanQuote(LoanQuote loanQuote) |
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.