Uses of Class
javax.ws.rs.core.Context

Packages that use Context
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.api.container.filter Provides common server-side filters. 
com.sun.jersey.core.provider.jaxb Provides support for JAXB-related message body readers and writers. 
 

Uses of Context in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client with annotations of type Context
 void RequestWriter.setMessageBodyWorkers(MessageBodyWorkers workers)
           
 

Uses of Context in com.sun.jersey.api.container.filter
 

Constructor parameters in com.sun.jersey.api.container.filter with annotations of type Context
ResourceDebuggingFilterFactory(HttpContext hc)
           
 

Uses of Context in com.sun.jersey.core.provider.jaxb
 

Methods in com.sun.jersey.core.provider.jaxb with annotations of type Context
 void AbstractJAXBProvider.setConfiguration(FeaturesAndProperties fp)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.