Hi Benson

You should be able to use MultivaluedMap<?, ?>, ex

@POST
@Consumes(MediaType.APPLICATION_FORM_URLENCODED)
public void handleForm(MultivaluedMap map) {}

cheers, Sergey

On Wed, Nov 10, 2010 at 6:33 PM, Benson Margulies <[email protected]>wrote:

> Can I set up a JAX-RS function to accept any arbitrary form parameters
> delivered as a map, or some other data structure?
>

Reply via email to