org.mule.samples.loanbroker.service
Interface LoanBroker

All Known Implementing Classes:
AsyncLoanBroker

public interface LoanBroker

LoanBroker is the Servie that starts the loan request process. The broker also receives the final quote.


Method Summary
 BankQuoteRequest getLoanQuote(LoanRequest request)
           
 Object receiveQuote(LoanQuote quote)
           
 

Method Detail

getLoanQuote

public BankQuoteRequest getLoanQuote(LoanRequest request)

receiveQuote

public Object receiveQuote(LoanQuote quote)


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.