org.mule.samples.loanbroker
Class DefaultLenderService
java.lang.Object
org.mule.samples.loanbroker.DefaultLenderService
- public class DefaultLenderService
- extends Object
DefaultLenderService is responsible for contacting the relevant
banks depending on the amount of the loan
|
Field Summary |
protected Log |
logger
logger used by this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient Log logger
- logger used by this class
DefaultLenderService
public DefaultLenderService()
setLenderList
public void setLenderList(BankQuoteRequest request)
getLenderList
public Bank[] getLenderList(CreditProfile creditProfile,
Double loanAmount)
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.