Question about java.lang.InstantiationException.

2004-05-12 Thread Bing_Wu
Hi, I defined an interface: com.idx.lw.webservices.inbox.InboxRetrievalService like the following: public interface InboxRetrievalService {     public String getInboxList(CISContext cisContext, InboxRetrievalBean inboxRetrieval) throws CISException; } where class CISException extends RemoteExce

Question about java.lang.InstantiationException.

2004-05-10 Thread Bing_Wu
Hi, I defined an interface: com.idx.lw.webservices.inbox.InboxRetrievalService like the following: public interface InboxRetrievalService {     public String getInboxList(CISContext cisContext, InboxRetrievalBean inboxRetrieval) throws CISException; } where class CISException extends RemoteExce