org.mule.samples.loanbroker.esb.lender
Class LenderService

java.lang.Object
  extended byorg.mule.samples.loanbroker.esb.lender.LenderService

public class LenderService
extends Object

DefaultLenderService is responsible for contacting the relivant banks depending on the amount of the loan

Version:
$Revision: 3798 $
Author:
Ross Mason

Constructor Summary
LenderService()
           
 
Method Summary
 Bank[] getLenderList(CreditProfile creditProfile, Double loanAmount)
           
 void setLenderList(LoanQuoteRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LenderService

public LenderService()
Method Detail

setLenderList

public void setLenderList(LoanQuoteRequest request)

getLenderList

public Bank[] getLenderList(CreditProfile creditProfile,
                            Double loanAmount)


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