Uses of Class
org.mule.examples.loanbroker.messages.LoanBrokerQuoteRequest

Packages that use LoanBrokerQuoteRequest
org.mule.examples.loanbroker   
org.mule.examples.loanbroker.bank   
org.mule.examples.loanbroker.lender   
 

Uses of LoanBrokerQuoteRequest in org.mule.examples.loanbroker
 

Methods in org.mule.examples.loanbroker that return LoanBrokerQuoteRequest
 LoanBrokerQuoteRequest DefaultLoanBroker.receiveLoanBrokerQuoteRequest(LoanBrokerQuoteRequest request)
           
 

Methods in org.mule.examples.loanbroker with parameters of type LoanBrokerQuoteRequest
 LoanBrokerQuoteRequest DefaultLoanBroker.receiveLoanBrokerQuoteRequest(LoanBrokerQuoteRequest request)
           
 

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

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

Uses of LoanBrokerQuoteRequest in org.mule.examples.loanbroker.lender
 

Methods in org.mule.examples.loanbroker.lender with parameters of type LoanBrokerQuoteRequest
 void DefaultLender.setLenderList(LoanBrokerQuoteRequest request)
          Sets the list of lenders on the LoanBrokerQuoteRequest and returns it.
 



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