org.mule.example.loanbroker.bank
Class Bank

java.lang.Object
  extended by org.mule.example.loanbroker.bank.Bank
All Implemented Interfaces:
Serializable, BankService

public class Bank
extends Object
implements Serializable, BankService

Bank is a representation of a bank from which to obtain loan quotes.

See Also:
Serialized Form

Field Summary
protected static Log logger
          logger used by this class
 
Constructor Summary
Bank()
           
 
Method Summary
 String getBankName()
           
 LoanQuote getLoanQuote(LoanBrokerQuoteRequest request)
           
 void setBankName(String bankName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger
logger used by this class

Constructor Detail

Bank

public Bank()
Method Detail

getLoanQuote

public LoanQuote getLoanQuote(LoanBrokerQuoteRequest request)
Specified by:
getLoanQuote in interface BankService

getBankName

public String getBankName()

setBankName

public void setBankName(String bankName)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.