org.mule.example.loanbroker.lender
Interface LenderService

All Known Implementing Classes:
DefaultLender

public interface LenderService


Method Summary
 Bank[] getLenders(CreditProfile creditProfile, Double loanAmount)
          Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of the loan.
 

Method Detail

getLenders

Bank[] getLenders(CreditProfile creditProfile,
                  Double loanAmount)
Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of the loan.



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