org.mule.samples.loanbroker
Class DefaultCreditAgencyService

java.lang.Object
  extended byorg.mule.samples.loanbroker.DefaultCreditAgencyService
All Implemented Interfaces:
CreditAgencyService

public class DefaultCreditAgencyService
extends Object
implements CreditAgencyService

DefaultCreditAgencyService the service that provides a credit score for a customer


Constructor Summary
DefaultCreditAgencyService()
           
 
Method Summary
 int getCreditHistoryLength(int ssn)
           
 BankQuoteRequest getCreditProfile(BankQuoteRequest request)
           
 int getCreditScore(int ssn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCreditAgencyService

public DefaultCreditAgencyService()
Method Detail

getCreditScore

public int getCreditScore(int ssn)

getCreditHistoryLength

public int getCreditHistoryLength(int ssn)

getCreditProfile

public BankQuoteRequest getCreditProfile(BankQuoteRequest request)
Specified by:
getCreditProfile in interface CreditAgencyService


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