org.jboss.test.webservice.samples
Interface OrganizationClientRemote

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

public interface OrganizationClientRemote
extends EJBObject (src)

An example of a remote interface

Since:
26-Apr-2004

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

Method Detail

getContactInfoEJB

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

getContactInfoJSE

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