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

All Known Implementing Classes:
Bank

public interface BankWS


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

Method Detail

getBankName

java.lang.String getBankName()

getQuote

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


Apache CAMEL