Thanks, all.
On Thu, Jul 16, 2009 at 10:50 AM, Eoghan Glynn<[email protected]> wrote: > org.apache.cxf.frontend.ClientProxy.getClient(proxyObj) > > 2009/7/16 Benson Margulies <[email protected]>: >> 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; >> ClientProxy cproxy = (ClientProxy) proxyObj; >> Client client = cproxy.getClient(); >> >
