org.jboss.test.webservice.encstyle
Interface SampleEndpoint

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
SampleEndpointImpl (src)

public interface SampleEndpoint
extends java.rmi.Remote


Method Summary
 java.lang.String changeSalary(UserType (src)  user, java.lang.Integer amount)
           
 

Method Detail

changeSalary

public java.lang.String changeSalary(UserType (src)  user,
                                     java.lang.Integer amount)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException