On Apr 6, 2010, at 7:42 AM, Bryant Luk wrote: > The ClientResponse.message contains the reason phrase (i.e. in a 200 > response, it would contain "OK").
Aighty, that is what I thought, was just to lazy to see what it returned. Doesn't seem terribly useful IMO, but whatever na. > JAX-RS 1.1 made a change for adding a StatusType interface which the > Response.Status enum implements for non-standard response statuses. I > don't think we're allowed to change spec API. We could return a > StatusType instance from ClientResponse and you could feed that back > into the ResponseBuilder if that's what you need. I just meant adding to ClientResponse which I see is what you have done... :-) --jason
