org.jboss.test.webservice.admindevel
Interface Hello

All Superinterfaces:
java.rmi.Remote

public interface Hello
extends java.rmi.Remote


Method Summary
 HelloObj (src) [] helloArray(HelloObj (src) [] in0)
           
 HelloObj (src) helloBean(HelloObj (src)  in0)
           
 java.lang.String helloString(java.lang.String in0)
           
 

Method Detail

helloString

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

helloBean

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

helloArray

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