org.jboss.test.webservice.admindevel
Interface HelloRemote

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

public interface HelloRemote
extends EJBObject (src)

Remote interface for Hello.


Method Summary
 HelloObj (src) [] helloArray(HelloObj (src) [] query)
           
 HelloObj (src) helloBean(HelloObj (src)  bean)
           
 java.lang.String helloString(java.lang.String name)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

helloString

public java.lang.String helloString(java.lang.String name)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

helloBean

public HelloObj (src)  helloBean(HelloObj (src)  bean)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

helloArray

public HelloObj (src) [] helloArray(HelloObj (src) [] query)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException