org.jboss.remoting.samples.transporter.basic
Interface CustomerProcessor

All Known Implementing Classes:
CustomerProcessorImpl

public interface CustomerProcessor

Interface to be implemented for classes that process a customer object (which means basically setting customer number).

Author:
Tom Elrod

Method Summary
 Customer processCustomer(Customer customer)
          Process a customer object.
 

Method Detail

processCustomer

Customer processCustomer(Customer customer)
Process a customer object. Implementors should ensure that the customer object passed as parameter should have its internal state changed somehow and returned.

Parameters:
customer -
Returns:


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