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

Packages that use CustomerTO
org.mule.samples.voipservice.to   
 

Uses of CustomerTO in org.mule.samples.voipservice.to
 

Methods in org.mule.samples.voipservice.to that return CustomerTO
 CustomerTO ServiceParamTO.getCustomer()
           
static CustomerTO CustomerTO.getRandomCustomer()
           
 CustomerTO CreditProfileTO.getCustomer()
           
 

Methods in org.mule.samples.voipservice.to with parameters of type CustomerTO
 void ServiceParamTO.setCustomer(CustomerTO customerTO)
           
 void CreditProfileTO.setCustomer(CustomerTO customerTO)
           
 

Constructors in org.mule.samples.voipservice.to with parameters of type CustomerTO
ServiceParamTO(CustomerTO customerTO, CreditCardTO creditCardTO)
           
CreditProfileTO(CustomerTO customerTO)
           
 



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