Uses of Class
org.mule.example.loanbroker.messages.LoanBrokerQuoteRequest

Packages that use LoanBrokerQuoteRequest
org.mule.example.loanbroker.bpm.activity   
org.mule.example.loanbroker.esb   
org.mule.example.loanbroker.lender   
 

Uses of LoanBrokerQuoteRequest in org.mule.example.loanbroker.bpm.activity
 

Methods in org.mule.example.loanbroker.bpm.activity that return LoanBrokerQuoteRequest
static LoanBrokerQuoteRequest PrepareLoanQuoteRequest.prepareRequest(CustomerQuoteRequest customerRequest, CreditProfile creditProfile)
           
 

Uses of LoanBrokerQuoteRequest in org.mule.example.loanbroker.esb
 

Methods in org.mule.example.loanbroker.esb that return LoanBrokerQuoteRequest
 LoanBrokerQuoteRequest CreditAgencyGateway.process(LoanBrokerQuoteRequest request)
           
 

Methods in org.mule.example.loanbroker.esb with parameters of type LoanBrokerQuoteRequest
 LoanBrokerQuoteRequest CreditAgencyGateway.process(LoanBrokerQuoteRequest request)
           
 

Uses of LoanBrokerQuoteRequest in org.mule.example.loanbroker.lender
 

Methods in org.mule.example.loanbroker.lender with parameters of type LoanBrokerQuoteRequest
 void DefaultLender.setLenderList(LoanBrokerQuoteRequest request)
          Sets the list of lenders on the LoanBrokerQuoteRequest and returns it.
 



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