|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.example.loanbroker.AbstractLoanBroker
org.mule.example.loanbroker.DefaultLoanBroker
org.mule.example.loanbroker.AsynchronousLoanBroker
public class AsynchronousLoanBroker
LoanBroker
is the Service that starts the loan request process. The
broker also receives the final quote.
Field Summary |
---|
Fields inherited from class org.mule.example.loanbroker.AbstractLoanBroker |
---|
logger |
Constructor Summary | |
---|---|
AsynchronousLoanBroker()
|
Method Summary | |
---|---|
java.lang.Object |
getLoanQuote(CustomerQuoteRequest request)
|
Methods inherited from class org.mule.example.loanbroker.DefaultLoanBroker |
---|
getCreditAgency, getLenders, getLoanQuote, setCreditAgency, setLenderList |
Methods inherited from class org.mule.example.loanbroker.AbstractLoanBroker |
---|
incProfiles, incQuotes, incRequests, receiveCreditProfile, receiveCustomer, receiveLoanBrokerQuoteRequest, receiveQuote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsynchronousLoanBroker()
Method Detail |
---|
public java.lang.Object getLoanQuote(CustomerQuoteRequest request) throws LoanBrokerException
LoanBrokerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |