Uses of Interface
org.jboss.remoting.samples.transporter.proxy.ICustomer

Packages that use ICustomer
org.jboss.remoting.samples.transporter.proxy   
 

Uses of ICustomer in org.jboss.remoting.samples.transporter.proxy
 

Classes in org.jboss.remoting.samples.transporter.proxy that implement ICustomer
 class Customer
          Simple data object to represent customer data, to include Address object.
 

Methods in org.jboss.remoting.samples.transporter.proxy that return ICustomer
 ICustomer CustomerProcessorImpl.processCustomer(Customer customer)
          Takes the customer passed, and if not null and customer id is less than 0, will create a new random id and set it.
 ICustomer CustomerProcessor.processCustomer(Customer customer)
          Process a customer object.
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.