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

Packages that use CreditProfile
org.mule.example.loanbroker   
org.mule.example.loanbroker.credit   
org.mule.example.loanbroker.lender   
org.mule.example.loanbroker.messages   
 

Uses of CreditProfile in org.mule.example.loanbroker
 

Methods in org.mule.example.loanbroker with parameters of type CreditProfile
 Object DefaultLoanBroker.receiveCreditProfile(CreditProfile profile)
           
 

Uses of CreditProfile in org.mule.example.loanbroker.credit
 

Methods in org.mule.example.loanbroker.credit that return CreditProfile
 CreditProfile DefaultCreditAgency.getCreditProfile(Customer customer)
           
 CreditProfile CreditAgencyService.getCreditProfile(Customer customer)
           
 

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

Methods in org.mule.example.loanbroker.lender with parameters of type CreditProfile
 Bank[] LenderService.getLenders(CreditProfile creditProfile, Double loanAmount)
          Returns a list of banks willing to offer a loan based on a customer's credit profile and the amount of the loan.
 Bank[] DefaultLender.getLenders(CreditProfile creditProfile, Double loanAmount)
           
 

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

Methods in org.mule.example.loanbroker.messages that return CreditProfile
 CreditProfile LoanBrokerQuoteRequest.getCreditProfile()
           
 

Methods in org.mule.example.loanbroker.messages with parameters of type CreditProfile
 void LoanBrokerQuoteRequest.setCreditProfile(CreditProfile creditProfile)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.