org.mule.samples.loanbroker
Class DefaultCreditAgencyService
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCreditAgencyService
public DefaultCreditAgencyService()
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.