org.jboss.test.webservice.samples
Interface OrganizationRemote

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

public interface OrganizationRemote
extends EJBObject (src)

An example of a remote interface

Since:
26-Apr-2004

Method Summary
 java.lang.String getContactInfo(java.lang.String organization)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getContactInfo

public java.lang.String getContactInfo(java.lang.String organization)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException