org.apache.camel.loanbroker.webservice.version.bank
Class Bank

java.lang.Object
  extended by org.apache.camel.loanbroker.webservice.version.bank.Bank
All Implemented Interfaces:
BankWS

public class Bank
extends Object
implements BankWS


Constructor Summary
Bank(String name)
           
 
Method Summary
 String getBankName()
           
 BankQuote getQuote(String ssn, double loanAmount, int loanDuration, int creditHistory, int creditScore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bank

public Bank(String name)
Method Detail

getBankName

public String getBankName()
Specified by:
getBankName in interface BankWS

getQuote

public BankQuote getQuote(String ssn,
                          double loanAmount,
                          int loanDuration,
                          int creditHistory,
                          int creditScore)
Specified by:
getQuote in interface BankWS


Apache CAMEL