POSTing a request using client APIs as:
ClientResponse cr = resource.
type("text/plain").
post(ClientResponse.class, "some stuff");
How do I access "some stuff" in a method on my resource ?
-Arun
--
Application Platform, Sun Microsystems, Inc.
Blog: http://blogs.sun.com/arungupta