users@jersey.java.net

[Jersey] how to return Boolean without use of a wrapper class from Jersey service endpoint

From: emiddio-frontier <emiddio_at_frontier.com>
Date: Tue, 1 Nov 2011 06:54:21 -0700

my jersey client/service uses application/xml

it complains about no message body readers/writers ?-- if i remember correctly,

i want to Return a Boolean, i did not try to return boolean yet.

when i make a container class with proper jaxb xmlRoot markup annotations things work,
but How to simply return a boolean value.

Thanks

-Gary