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

Packages that use CustomerQuoteRequest
org.mule.example.loanbroker   
org.mule.example.loanbroker.bpm.activity   
org.mule.example.loanbroker.esn   
org.mule.example.loanbroker.messages   
 

Uses of CustomerQuoteRequest in org.mule.example.loanbroker
 

Methods in org.mule.example.loanbroker that return CustomerQuoteRequest
 CustomerQuoteRequest AbstractLoanBrokerApp.createRequest()
           
protected static CustomerQuoteRequest AbstractLoanBrokerApp.getRequestFromUser()
           
 

Methods in org.mule.example.loanbroker with parameters of type CustomerQuoteRequest
 Object AsynchronousLoanBroker.getLoanQuote(CustomerQuoteRequest request)
           
 void AbstractLoanBrokerApp.request(CustomerQuoteRequest request, boolean sync)
           
 

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

Methods in org.mule.example.loanbroker.bpm.activity with parameters of type CustomerQuoteRequest
static LoanBrokerQuoteRequest PrepareLoanQuoteRequest.prepareRequest(CustomerQuoteRequest customerRequest, CreditProfile creditProfile)
           
 

Uses of CustomerQuoteRequest in org.mule.example.loanbroker.esn
 

Methods in org.mule.example.loanbroker.esn with parameters of type CustomerQuoteRequest
 Object SynchronousLoanBroker.getLoanQuote(CustomerQuoteRequest request)
           
 

Uses of CustomerQuoteRequest in org.mule.example.loanbroker.messages
 

Methods in org.mule.example.loanbroker.messages that return CustomerQuoteRequest
 CustomerQuoteRequest LoanBrokerQuoteRequest.getCustomerRequest()
           
 

Methods in org.mule.example.loanbroker.messages with parameters of type CustomerQuoteRequest
 void LoanBrokerQuoteRequest.setCustomerRequest(CustomerQuoteRequest customerRequest)
           
 



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