public class CreditAgency extends Object implements CreditAgencyWS
Constructor and Description |
---|
CreditAgency() |
Modifier and Type | Method and Description |
---|---|
int |
getCreditHistoryLength(String ssn) |
int |
getCreditScore(String ssn) |
public int getCreditHistoryLength(String ssn)
getCreditHistoryLength
in interface CreditAgencyWS
public int getCreditScore(String ssn)
getCreditScore
in interface CreditAgencyWS
Apache Camel