Originally posted by Balaji Sundararaju:
It is a JAX-RS (Jersey) project
Looks to me that it actually is an Apache CXF JAX-RS project - which as far as I can tell has nothing to do with Jersey.
According to the JSR-311 API (JAX-RS)
you should be able to get
javax.ws.rs.core.UriInfo
javax.ws.rs.core.Request
javax.ws.rs.core.HttpHeaders
javax.ws.rs.core.SecurityContext
javax.ws.rs.ext.Providers
from
javax.ws.rs.core.Context javax.xml.ws.WebServiceContext and javax.xml.ws.handler.MessageContext are JAX-WS objects that have no meaning in the JAX-RS context.
[ December 22, 2008: Message edited by: Peer Reynders ]