Benson Margulies wrote: > I'm having a dense morning. How do I get to the ClientImpl from the > proxy returned by the proxy factory? > > Object proxyObj = proxyFac.create(); > docClient = (IDocumentService)proxyObj;
Client client = ClientProxy.getClient(proxyObj); -- Ian Roberts | Department of Computer Science [email protected] | University of Sheffield, UK
