Uses of Interface
org.mule.example.loanbroker.credit.CreditAgencyService

Packages that use CreditAgencyService
org.mule.example.loanbroker.credit   
org.mule.example.loanbroker.esn   
 

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

Classes in org.mule.example.loanbroker.credit that implement CreditAgencyService
 class DefaultCreditAgency
          Provides the credit profile for a customer.
 

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

Methods in org.mule.example.loanbroker.esn that return CreditAgencyService
 CreditAgencyService SynchronousLoanBroker.getCreditAgency()
           
 

Methods in org.mule.example.loanbroker.esn with parameters of type CreditAgencyService
 void SynchronousLoanBroker.setCreditAgency(CreditAgencyService creditAgency)
           
 



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