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

Packages that use LoanQuote
org.mule.example.loanbroker   
org.mule.example.loanbroker.message   
 

Uses of LoanQuote in org.mule.example.loanbroker
 

Methods in org.mule.example.loanbroker with parameters of type LoanQuote
 Object LoanBrokerService.receiveQuote(LoanQuote quote)
          Triggered by an incoming offer from a bank.
 Object AbstractLoanBroker.receiveQuote(LoanQuote quote)
           
 

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

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

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



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