users@jersey.java.net

Getting post data as stream

From: dloy <david.loy_at_ucop.edu>
Date: Fri, 21 Aug 2009 15:00:20 -0700

Is there a preferred way in Jersey to get the POST data (not as query
value)? I know you can use @Context HttpServletRequest request - but I
wasn't sure how that interacts with other Jersey annotation?

Thanks
David