public class SynchronousLoanBroker extends DefaultLoanBroker
SyncLoanBroker is a synchronous Loan Broker that makes the calls to
various components through the event context synchronously.logger| Constructor and Description |
|---|
SynchronousLoanBroker() |
| Modifier and Type | Method and Description |
|---|---|
CreditAgencyService |
getCreditAgency() |
Object |
getLoanQuote(CustomerQuoteRequest request) |
void |
setCreditAgency(CreditAgencyService creditAgency) |
incProfiles, incQuotes, incRequests, receiveCreditProfile, receiveCustomer, receiveLoanBrokerQuoteRequest, receiveQuotepublic Object getLoanQuote(CustomerQuoteRequest request) throws LoanBrokerException
getLoanQuote in interface LoanBrokerServicegetLoanQuote in class DefaultLoanBrokerLoanBrokerExceptionpublic CreditAgencyService getCreditAgency()
public void setCreditAgency(CreditAgencyService creditAgency)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.