org.jboss.test.webservice.handlerflow
Interface HelloRemote

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface HelloRemote
extends EJBObject (src)


Method Summary
 java.lang.String[] sayHello(java.lang.String input)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

sayHello

public java.lang.String[] sayHello(java.lang.String input)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException