org.apache.camel.loanbroker.webservice.version.credit
Class CreditAgency

java.lang.Object
  extended by org.apache.camel.loanbroker.webservice.version.credit.CreditAgency
All Implemented Interfaces:
CreditAgencyWS

public class CreditAgency
extends Object
implements CreditAgencyWS


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

Constructor Detail

CreditAgency

public CreditAgency()
Method Detail

getCreditHistoryLength

public int getCreditHistoryLength(String ssn)
Specified by:
getCreditHistoryLength in interface CreditAgencyWS

getCreditScore

public int getCreditScore(String ssn)
Specified by:
getCreditScore in interface CreditAgencyWS


Apache CAMEL