I have a question regarding the following scenario. I start of with a set of java classes. The main class is listsvc.ListService:
public interface ListService extends java.rmi.Remote {
public ListPropertyBean[] getListProperties(
String listId)
throws RemoteException, BadIdException;
