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 CreditProfileTO.getCustomer()
           
 CustomerTO ServiceParamTO.getCustomer()
           
static CustomerTO CustomerTO.getRandomCustomer()
           
 

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

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



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