org.jboss.seam.remoting.examples.validation.action
Class CustomerAction

java.lang.Object
  extended by org.jboss.seam.remoting.examples.validation.action.CustomerAction

@Model
public class CustomerAction
extends Object

Author:
Shane Bryzak

Constructor Summary
CustomerAction()
           
 
Method Summary
 void saveCustomer(Customer customer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerAction

public CustomerAction()
Method Detail

saveCustomer

@WebRemote
public void saveCustomer(Customer customer)


Copyright © 2011 Seam Framework. All Rights Reserved.