org.jboss.test.webservice.encstyle
Class SampleEndpointImpl

java.lang.Object
  extended byorg.jboss.test.webservice.encstyle.SampleEndpointImpl
All Implemented Interfaces:
java.rmi.Remote, SampleEndpoint (src)

public class SampleEndpointImpl
extends java.lang.Object
implements SampleEndpoint (src)


Constructor Summary
SampleEndpointImpl()
           
 
Method Summary
 java.lang.String changeSalary(UserType (src)  user, java.lang.Integer amount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleEndpointImpl

public SampleEndpointImpl()
Method Detail

changeSalary

public java.lang.String changeSalary(UserType (src)  user,
                                     java.lang.Integer amount)
                              throws java.rmi.RemoteException
Specified by:
changeSalary in interface SampleEndpoint (src)
Throws:
java.rmi.RemoteException