org.mule.samples.loanbroker
Class AsyncLoanBroker
java.lang.Object
org.mule.samples.loanbroker.AsyncLoanBroker
- All Implemented Interfaces:
- LoanBroker
- public class AsyncLoanBroker
- extends Object
- implements LoanBroker
LoanBroker is the Service that starts the loan request process. The
broker also receives the final quote.
|
Field Summary |
protected static Log |
logger
logger used by this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static Log logger
- logger used by this class
AsyncLoanBroker
public AsyncLoanBroker()
getLoanQuote
public BankQuoteRequest getLoanQuote(LoanRequest request)
- Specified by:
getLoanQuote in interface LoanBroker
receiveQuote
public Object receiveQuote(LoanQuote quote)
- Specified by:
receiveQuote in interface LoanBroker
incQuotes
public int incQuotes()
incRequests
public int incRequests()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.