|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoanQuote | |
---|---|
org.mule.example.loanbroker | |
org.mule.example.loanbroker.bank | |
org.mule.example.loanbroker.message |
Uses of LoanQuote in org.mule.example.loanbroker |
---|
Methods in org.mule.example.loanbroker with parameters of type LoanQuote | |
---|---|
static java.lang.String |
LocaleMessage.lowestQuote(LoanQuote lowestQuote)
|
static java.lang.String |
LocaleMessage.processingQuote(LoanQuote quote)
|
static java.lang.String |
LocaleMessage.receivedRate(LoanQuote quote)
|
java.lang.Object |
LoanBrokerService.receiveQuote(LoanQuote quote)
Triggered by an incoming offer from a bank. |
java.lang.Object |
AbstractLoanBroker.receiveQuote(LoanQuote quote)
|
Uses of LoanQuote in org.mule.example.loanbroker.bank |
---|
Methods in org.mule.example.loanbroker.bank that return LoanQuote | |
---|---|
LoanQuote |
BankService.getLoanQuote(LoanBrokerQuoteRequest request)
|
LoanQuote |
Bank.getLoanQuote(LoanBrokerQuoteRequest request)
|
Uses of LoanQuote in org.mule.example.loanbroker.message |
---|
Methods in org.mule.example.loanbroker.message that return LoanQuote | |
---|---|
LoanQuote |
LoanBrokerQuoteRequest.getLoanQuote()
|
Methods in org.mule.example.loanbroker.message with parameters of type LoanQuote | |
---|---|
void |
LoanBrokerQuoteRequest.setLoanQuote(LoanQuote loanQuote)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |