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

Packages that use Customer
org.mule.example.loanbroker   
org.mule.example.loanbroker.credit   
org.mule.example.loanbroker.messages   
 

Uses of Customer in org.mule.example.loanbroker
 

Methods in org.mule.example.loanbroker that return Customer
 Customer DefaultLoanBroker.receiveCustomer(Customer customer)
           
 

Methods in org.mule.example.loanbroker with parameters of type Customer
 Customer DefaultLoanBroker.receiveCustomer(Customer customer)
           
 

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

Methods in org.mule.example.loanbroker.credit with parameters of type Customer
 CreditProfile DefaultCreditAgency.getCreditProfile(Customer customer)
           
 CreditProfile CreditAgencyService.getCreditProfile(Customer customer)
           
 

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

Methods in org.mule.example.loanbroker.messages that return Customer
 Customer CustomerQuoteRequest.getCustomer()
           
 

Methods in org.mule.example.loanbroker.messages with parameters of type Customer
 void CustomerQuoteRequest.setCustomer(Customer customer)
           
 

Constructors in org.mule.example.loanbroker.messages with parameters of type Customer
CustomerQuoteRequest(Customer customer, double loanAmount, int loanDuration)
           
 



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