/*
 * JBoss, the OpenSource J2EE webOS
 *
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package org.jboss.test.webservice.encstyle;

/**
 * @author Srobert
 */
public interface SampleEndpoint extends java.rmi.Remote
{
   public String changeSalary(UserType user, Integer amount) throws java.rmi.RemoteException;
}