public class Bank extends Object implements BankWS
Bank(String name)
String
getBankName()
BankQuote
getQuote(String ssn, double loanAmount, int loanDuration, int creditHistory, int creditScore)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Bank(String name)
public String getBankName()
getBankName
BankWS
public BankQuote getQuote(String ssn, double loanAmount, int loanDuration, int creditHistory, int creditScore)
getQuote
Apache Camel