Uses of Class
org.mule.samples.voipservice.to.CreditProfileTO

Packages that use CreditProfileTO
org.mule.samples.voipservice.interfaces   
org.mule.samples.voipservice.service   
 

Uses of CreditProfileTO in org.mule.samples.voipservice.interfaces
 

Methods in org.mule.samples.voipservice.interfaces that return CreditProfileTO
 CreditProfileTO CreditAgency.getCreditProfile(CreditProfileTO creditProfileTO)
           
 CreditProfileTO BankAgency.getAuthorisedStatus(CreditProfileTO creditProfileTO)
           
 

Methods in org.mule.samples.voipservice.interfaces with parameters of type CreditProfileTO
 CreditProfileTO CreditAgency.getCreditProfile(CreditProfileTO creditProfileTO)
           
 CreditProfileTO BankAgency.getAuthorisedStatus(CreditProfileTO creditProfileTO)
           
 

Uses of CreditProfileTO in org.mule.samples.voipservice.service
 

Methods in org.mule.samples.voipservice.service that return CreditProfileTO
 CreditProfileTO CreditAgencyService.getCreditProfile(CreditProfileTO creditProfileTO)
           
 CreditProfileTO BankAgencyService.getAuthorisedStatus(CreditProfileTO creditProfileTO)
           
 

Methods in org.mule.samples.voipservice.service with parameters of type CreditProfileTO
 CreditProfileTO CreditAgencyService.getCreditProfile(CreditProfileTO creditProfileTO)
           
 CreditProfileTO BankAgencyService.getAuthorisedStatus(CreditProfileTO creditProfileTO)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.