org.apache.camel.loanbroker.webservice.version.bank
Interface BankWS

All Known Implementing Classes:
Bank

public interface BankWS


Method Summary
 String getBankName()
           
 BankQuote getQuote(String ssn, double loanAmount, int loanDuration, int creditHistory, int creditScore)
           
 

Method Detail

getBankName

String getBankName()

getQuote

BankQuote getQuote(String ssn,
                   double loanAmount,
                   int loanDuration,
                   int creditHistory,
                   int creditScore)


Apache CAMEL