org.mule.example.loanbroker.bpm.activity
Class PrepareLoanQuoteRequest

java.lang.Object
  extended by org.mule.example.loanbroker.bpm.activity.PrepareLoanQuoteRequest

public class PrepareLoanQuoteRequest
extends Object

Prepares a loan request for the banks based on the original customer request and the customer's credit profile.


Constructor Summary
PrepareLoanQuoteRequest()
           
 
Method Summary
static LoanBrokerQuoteRequest prepareRequest(CustomerQuoteRequest customerRequest, CreditProfile creditProfile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrepareLoanQuoteRequest

public PrepareLoanQuoteRequest()
Method Detail

prepareRequest

public static LoanBrokerQuoteRequest prepareRequest(CustomerQuoteRequest customerRequest,
                                                    CreditProfile creditProfile)


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