|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.example.loanbroker.lender.DefaultLender
public class DefaultLender
DefaultLenderService
is responsible for contacting the relivant
banks depending on the amount of the loan
Constructor Summary | |
---|---|
DefaultLender()
|
Method Summary | |
---|---|
Bank[] |
getLenders(CreditProfile creditProfile,
java.lang.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. |
void |
setLenderList(LoanBrokerQuoteRequest request)
Sets the list of lenders on the LoanBrokerQuoteRequest and returns it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultLender()
Method Detail |
---|
public void setLenderList(LoanBrokerQuoteRequest request)
public Bank[] getLenders(CreditProfile creditProfile, java.lang.Double loanAmount)
getLenders
in interface LenderService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |