Uses of Class
org.mule.example.loanbroker.message.LoanBrokerQuoteRequest

Packages that use LoanBrokerQuoteRequest
org.mule.example.loanbroker   
org.mule.example.loanbroker.bank   
 

Uses of LoanBrokerQuoteRequest in org.mule.example.loanbroker
 

Methods in org.mule.example.loanbroker that return LoanBrokerQuoteRequest
 LoanBrokerQuoteRequest AbstractLoanBroker.receiveLoanBrokerQuoteRequest(LoanBrokerQuoteRequest request)
           
 

Methods in org.mule.example.loanbroker with parameters of type LoanBrokerQuoteRequest
 LoanBrokerQuoteRequest AbstractLoanBroker.receiveLoanBrokerQuoteRequest(LoanBrokerQuoteRequest request)
           
 void DefaultLoanBroker.setLenderList(LoanBrokerQuoteRequest request)
          Sets the list of lenders on the LoanBrokerQuoteRequest and returns it.
 

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

Methods in org.mule.example.loanbroker.bank with parameters of type LoanBrokerQuoteRequest
 LoanQuote BankService.getLoanQuote(LoanBrokerQuoteRequest request)
           
 LoanQuote Bank.getLoanQuote(LoanBrokerQuoteRequest request)
           
 



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.