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(); >
