users@jersey.java.net

Where to read POST parameter

From: Leif Gensert <leif_at_gensert.de>
Date: Thu, 24 Apr 2008 11:55:25 +0200

This questions seems rather stupid, but I don't know how to get the
POST-parameters of a request. The GET-query-paramers are easy to get by the
URIInfo object.

Can anybody help me? Can I get these Parameters as easy as I can get the
parameters of the uri? (@Context URIInfo .....)

Thanks
Leif