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

Packages that use CreditAgencyService
org.mule.example.loanbroker   
org.mule.example.loanbroker.creditagency   
 

Uses of CreditAgencyService in org.mule.example.loanbroker
 

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

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

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

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



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