PDA

View Full Version : Help directing a Java Client class to a proxy class


handyandy
11-22-2009, 01:33 PM
Hi,

I've setup a proxy class which uses the Jersey client library.

I now need to retrieve the data via the proxy in a different java class.

How would this method call work?

Thanks