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

Packages that use CreditProfile
org.mule.example.loanbroker.creditagency   
org.mule.example.loanbroker.message   
 

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

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

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

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

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



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