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

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

Uses of LoanBrokerQuoteRequest in org.mule.example.loanbroker
 

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

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

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

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

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

Methods in org.mule.example.loanbroker.esb that return LoanBrokerQuoteRequest
 LoanBrokerQuoteRequest CreditAgencyGateway.process(LoanBrokerQuoteRequest request)
           
 

Methods in org.mule.example.loanbroker.esb with parameters of type LoanBrokerQuoteRequest
 LoanBrokerQuoteRequest CreditAgencyGateway.process(LoanBrokerQuoteRequest request)
           
 

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

Methods in org.mule.example.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-2009 MuleSource, Inc.. All Rights Reserved.