|
||||||||||
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.esn.SynchronousLoanBroker
public class SynchronousLoanBroker
SyncLoanBroker
is a synchronous Loan Broker that makes the calls to
various components through the event context synchronously.
Field Summary |
---|
Fields inherited from class org.mule.example.loanbroker.AbstractLoanBroker |
---|
logger |
Constructor Summary | |
---|---|
SynchronousLoanBroker()
|
Method Summary | |
---|---|
CreditAgencyService |
getCreditAgency()
|
java.lang.Object |
getLoanQuote(CustomerQuoteRequest request)
|
void |
setCreditAgency(CreditAgencyService creditAgency)
|
Methods inherited from class org.mule.example.loanbroker.DefaultLoanBroker |
---|
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 SynchronousLoanBroker()
Method Detail |
---|
public java.lang.Object getLoanQuote(CustomerQuoteRequest request) throws LoanBrokerException
LoanBrokerException
public CreditAgencyService getCreditAgency()
public void setCreditAgency(CreditAgencyService creditAgency)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |