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

Packages that use LoanBrokerQuoteRequest
org.mule.example.loanbroker.bank   
org.mule.example.loanbroker.bpm.activity   
org.mule.example.loanbroker.lender   
 

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)
           
 

Uses of LoanBrokerQuoteRequest in org.mule.example.loanbroker.bpm.activity
 

Methods in org.mule.example.loanbroker.bpm.activity that return LoanBrokerQuoteRequest
static LoanBrokerQuoteRequest PrepareLoanQuoteRequest.prepareRequest(CustomerQuoteRequest customerRequest, CreditProfile creditProfile)
           
 

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-2012 MuleSoft, Inc.. All Rights Reserved.