Uses of Class
org.mule.example.loanbroker.messages.LoanQuote

Packages that use LoanQuote
org.mule.example.loanbroker   
org.mule.example.loanbroker.bank   
org.mule.example.loanbroker.messages   
 

Uses of LoanQuote in org.mule.example.loanbroker
 

Methods in org.mule.example.loanbroker with parameters of type LoanQuote
static String LocaleMessage.lowestQuote(LoanQuote lowestQuote)
           
static String LocaleMessage.processingQuote(LoanQuote quote)
           
static String LocaleMessage.receivedRate(LoanQuote quote)
           
 Object DefaultLoanBroker.receiveQuote(LoanQuote quote)
           
 Object LoanBrokerService.receiveQuote(LoanQuote quote)
          Triggered by an incoming offer from a bank.
 

Uses of LoanQuote in org.mule.example.loanbroker.bank
 

Methods in org.mule.example.loanbroker.bank that return LoanQuote
 LoanQuote Bank.getLoanQuote(LoanBrokerQuoteRequest request)
           
 LoanQuote BankService.getLoanQuote(LoanBrokerQuoteRequest request)
           
 

Uses of LoanQuote in org.mule.example.loanbroker.messages
 

Methods in org.mule.example.loanbroker.messages that return LoanQuote
 LoanQuote LoanBrokerQuoteRequest.getLoanQuote()
           
 

Methods in org.mule.example.loanbroker.messages with parameters of type LoanQuote
 void LoanBrokerQuoteRequest.setLoanQuote(LoanQuote loanQuote)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.